Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-projects/spring-boot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.5.2
Choose a base ref
...
head repository: spring-projects/spring-boot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.3
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 19, 2025

  1. Configuration menu
    Copy the full SHA
    01a23c3 View commit details
    Browse the repository at this point in the history
  2. Restore previous source in Context.withSource calls

    Fix `Context.withSource` is the `Binder` to ensure that the previous
    source is restored once the callback has completed.
    
    This update is especially important in Spring Boot 3.5+ since indexed
    binding calls `withSource` multiple times.
    
    Fixes gh-46039
    philwebb committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    cb9cf45 View commit details
    Browse the repository at this point in the history
  3. Merge branch '3.4.x'

    Closes gh-46040
    philwebb committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    18e5e06 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2025

  1. Release v3.5.3

    philwebb committed Jun 20, 2025
    Configuration menu
    Copy the full SHA
    0ec7194 View commit details
    Browse the repository at this point in the history
Loading