-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 18 commits
- 29 files changed
- 7 contributors
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ed444eb - Browse repository at this point
Copy the full SHA ed444ebView commit details
Commits on Nov 17, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 3fa56db - Browse repository at this point
Copy the full SHA 3fa56dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6be1c29 - Browse repository at this point
Copy the full SHA 6be1c29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46ee944 - Browse repository at this point
Copy the full SHA 46ee944View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for f3ed04c - Browse repository at this point
Copy the full SHA f3ed04cView commit details -
Fix HtmlUtils unescape for supplementary chars
See gh-35477 Signed-off-by: potato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5af1c9b - Browse repository at this point
Copy the full SHA 5af1c9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 030dace - Browse repository at this point
Copy the full SHA 030daceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8553f97 - Browse repository at this point
Copy the full SHA 8553f97View commit details
Commits on Nov 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f94645d - Browse repository at this point
Copy the full SHA f94645dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8545a75 - Browse repository at this point
Copy the full SHA 8545a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for e428817 - Browse repository at this point
Copy the full SHA e428817View commit details
Commits on Nov 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for bd10b7a - Browse repository at this point
Copy the full SHA bd10b7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e97013 - Browse repository at this point
Copy the full SHA 4e97013View commit details -
Fix cross-reference links in HtmlUnit sections
Closes gh-35853 Signed-off-by: Tran Ngoc Nhan <[email protected]> (cherry picked from commit 91d2a51)
Configuration menu - View commit details
-
Copy full SHA for ff62e73 - Browse repository at this point
Copy the full SHA ff62e73View commit details -
Configuration menu - View commit details
-
Copy full SHA for e146e80 - Browse repository at this point
Copy the full SHA e146e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for e5de8b9 - Browse repository at this point
Copy the full SHA e5de8b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59025c5 - Browse repository at this point
Copy the full SHA 59025c5View commit details
Commits on Nov 20, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1ab9f7a - Browse repository at this point
Copy the full SHA 1ab9f7aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v6.2.13...v6.2.14