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: v5.3.36
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: v5.3.37
Choose a head ref
  • 12 commits
  • 17 files changed
  • 4 contributors

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. Defensive handling of incompatible advice methods

    This covers AspectJ transaction and caching aspects when encountered by Spring AOP.
    
    Closes gh-32882
    See gh-32793
    
    (cherry picked from commit 6d7cd9c)
    jhoeller committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d42c920 View commit details
    Browse the repository at this point in the history
  2. Polishing

    (cherry picked from commit 6c08d93)
    jhoeller committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3e45b76 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Test detection of original generic method for CGLIB bridge method

    Includes isBridgedCandidateFor optimization (aligned with 6.0.x)
    
    See gh-32888
    jhoeller committed May 24, 2024
    Configuration menu
    Copy the full SHA
    98aa03c View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Support compilation of array and list indexing with Integer in SpEL

    Prior to this commit, the Spring Expression Language (SpEL) failed to
    compile an expression that indexed into an array or list using an
    Integer.
    
    This commit adds support for compilation of such expressions by
    ensuring that an Integer is unboxed into an int in the compiled
    bytecode.
    
    See gh-32694
    Closes gh-32908
    
    (cherry picked from commit 079d53c)
    sbrannen committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0f04052 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Support compilation of map indexing with primitive in SpEL

    Prior to this commit, the Spring Expression Language (SpEL) failed to
    compile an expression that indexed into a Map using a primitive literal
    (boolean, int, long, float, or double).
    
    This commit adds support for compilation of such expressions by
    ensuring that primitive literals are boxed into their corresponding
    wrapper types in the compiled bytecode.
    
    Closes gh-32903
    
    (cherry picked from commit aed1d5f)
    sbrannen committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2384474 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Avoid NoSuchMethodException for annotation attribute checks

    Closes gh-32921
    
    (cherry picked from commit b08883b)
    jhoeller committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d410485 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Skip ajc-compiled aspects for ajc-compiled target classes

    Includes defensive ignoring of incompatible aspect types.
    
    Closes gh-32970
    
    (cherry picked from commit 0ea96b4)
    jhoeller committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    63568e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Upgrade to Reactor 2020.0.45

    Closes gh-33010
    snicoll committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    c10b6c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    e26ea00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ce1ef9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Release v5.3.37

    spring-builds committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    aca8b5d View commit details
    Browse the repository at this point in the history
Loading