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-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.1.19
Choose a base ref
...
head repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.1.20
Choose a head ref
  • 12 commits
  • 13 files changed
  • 4 contributors

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    a5a7d63 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2025

  1. Configuration menu
    Copy the full SHA
    89ae20b View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2025

  1. Reinstate the @⁠Inject Technology Compatibility Kit (TCK)

    In commit 05ebca8, the `public` modifier was removed from the
    SpringAtInjectTckTests class, which prevents it from being run as a
    JUnit 3 test class.
    
    To address that, this commit adds the missing `public` modifier as well
    as a a code comment to help prevent this from happening again.
    
    In addition, this commit updates spring-context.gradle to ensure that
    the JUnit Vintage test engine is always applied. However, that Gradle
    configuration is unfortunately ignored due to how our TestConventions
    class has been implemented. Thus, that issue will have to be addressed
    separately.
    
    Closes gh-34800
    
    (cherry picked from commit e384389)
    sbrannen committed Apr 25, 2025
    Configuration menu
    Copy the full SHA
    daee9f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2025

  1. Try loadClass on LinkageError in case of same ClassLoader as well

    Closes gh-34824
    
    (cherry picked from commit 4172581)
    jhoeller committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    71f2725 View commit details
    Browse the repository at this point in the history
  2. Polishing

    (cherry picked from commit d0b186a)
    jhoeller committed Apr 28, 2025
    Configuration menu
    Copy the full SHA
    a5b0399 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Fix HttpClient 5.3.x request config compatibility

    As of gh-33806, the HttpComponents client request factory is forward
    compatible with the 5.4+ versions of that library for configuring HTTP
    request configuration.
    
    This change would not tkae into account configuration set at the Spring
    level because it would consider the default `RequestConfig` instance as
    a custom one. This commit ensures that Spring sets its own configuration
    if no custom configuration was set for all supported HttpComponents
    generations.
    
    Fixes gh-34854
    bclozel committed May 5, 2025
    Configuration menu
    Copy the full SHA
    5b5e2b6 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Clarify CompositePropertySource behavior for EnumerablePropertySource…

    … contract
    
    Closes gh-34886
    
    (cherry picked from commit 6a94444)
    jhoeller committed May 13, 2025
    Configuration menu
    Copy the full SHA
    cbb9419 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fca0d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2025

  1. Upgrade to Reactor 2023.0.18

    Closes gh-34899
    jhoeller committed May 14, 2025
    Configuration menu
    Copy the full SHA
    6ab4c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93132b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edfcc6f View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Release v6.1.20

    bclozel committed May 15, 2025
    Configuration menu
    Copy the full SHA
    1f9c59b View commit details
    Browse the repository at this point in the history
Loading