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.2.13
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.2.14
Choose a head ref
  • 18 commits
  • 29 files changed
  • 7 contributors

Commits on Nov 13, 2025

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

Commits on Nov 17, 2025

  1. Fix Spliterator characteristics in ConcurrentReferenceHashMap

    The Spliterators returned by values, entrySet, and keySet incorrectly
    reported the SIZED characteristic, instead of CONCURRENT. This could
    lead to bugs when the map is concurrently modified during a stream
    operation.
    
    For keySet and values, the incorrect characteristics are inherited from
    AbstractMap, so to rectify that the respective methods are overridden,
    and custom collections are provided that report the correct Spliterator
    characteristics.
    
    Closes gh-35817
    
    Signed-off-by: Patrick Strawderman <[email protected]>
    
    (cherry picked from commit ed75906)
    kilink authored and sbrannen committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    3fa56db View commit details
    Browse the repository at this point in the history
  2. Polish contribution

    See gh-35817
    
    (cherry picked from commit 09a8bbc)
    sbrannen committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    6be1c29 View commit details
    Browse the repository at this point in the history
  3. Update Antora Spring UI to v0.4.20

    Closes gh-35814
    github-actions[bot] authored and sdeleuze committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    46ee944 View commit details
    Browse the repository at this point in the history
  4. Fix single-check idiom in UnmodifiableMultiValueMap

    Read the respective fields only once in the values(), entrySet(), and
    keySet() methods.
    
    Closes gh-35822
    
    Signed-off-by: Patrick Strawderman <[email protected]>
    
    (cherry picked from commit 3b6be3d)
    kilink authored and sbrannen committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    f3ed04c View commit details
    Browse the repository at this point in the history
  5. Fix HtmlUtils unescape for supplementary chars

    See gh-35477
    
    Signed-off-by: potato <[email protected]>
    juntae6942 authored and bclozel committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    5af1c9b View commit details
    Browse the repository at this point in the history
  6. Polishing contribution

    Closes gh-35477
    bclozel committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    030dace View commit details
    Browse the repository at this point in the history
  7. Merge HtmlCharacterEntityDecoderTests into HtmlUtilsTests

    See gh-35711
    
    (cherry picked from commit 0342cd0)
    sbrannen committed Nov 17, 2025
    Configuration menu
    Copy the full SHA
    8553f97 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2025

  1. Narrow Aware interface exclusion check to BeanFactoryAware only

    Closes gh-35835
    
    (cherry picked from commit de5b9aa)
    jhoeller committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    f94645d View commit details
    Browse the repository at this point in the history
  2. Add resetCaches() method to Caffeine/ConcurrentMapCacheManager

    Closes gh-35840
    
    (cherry picked from commit bc3431f)
    jhoeller committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    8545a75 View commit details
    Browse the repository at this point in the history
  3. Fix getCacheNames() concurrent access in NoOpCacheManager

    Closes gh-35842
    
    (cherry picked from commit 57a1d40)
    jhoeller committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    e428817 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Remove javadoc references to deprecated PropertiesBeanDefinitionReader

    Closes gh-35836
    
    (cherry picked from commit 35b8fbf)
    jhoeller committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    bd10b7a View commit details
    Browse the repository at this point in the history
  2. Polishing

    (cherry picked from commit f456674)
    jhoeller committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    4e97013 View commit details
    Browse the repository at this point in the history
  3. Fix cross-reference links in HtmlUnit sections

    Closes gh-35853
    
    Signed-off-by: Tran Ngoc Nhan <[email protected]>
    
    (cherry picked from commit 91d2a51)
    ngocnhan-tran1996 authored and sbrannen committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    ff62e73 View commit details
    Browse the repository at this point in the history
  4. Polishing

    (cherry picked from commit d178930)
    sbrannen committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    e146e80 View commit details
    Browse the repository at this point in the history
  5. Fix link to MockMvc test in HtmlUnit section

    See gh-35853
    
    (cherry picked from commit 9fe4e77)
    sbrannen committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    e5de8b9 View commit details
    Browse the repository at this point in the history
  6. Lazily initialize ProblemDetail for picking up actual status code

    Closes gh-35829
    
    (cherry picked from commit 3026f0a)
    jhoeller committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    59025c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2025

  1. Release v6.2.14

    bclozel committed Nov 20, 2025
    Configuration menu
    Copy the full SHA
    1ab9f7a View commit details
    Browse the repository at this point in the history
Loading