-
Notifications
You must be signed in to change notification settings - Fork 38.4k
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.1.17
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.1.18
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 24 files changed
- 4 contributors
Commits on Feb 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ecd943c - Browse repository at this point
Copy the full SHA ecd943cView commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3cf1fbf - Browse repository at this point
Copy the full SHA 3cf1fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4862819 - Browse repository at this point
Copy the full SHA 4862819View commit details -
Configuration menu - View commit details
-
Copy full SHA for b48d72c - Browse repository at this point
Copy the full SHA b48d72cView commit details
Commits on Feb 19, 2025
-
See spring-io/antora-extensions#43 Closes gh-34455
Configuration menu - View commit details
-
Copy full SHA for 01ae0a7 - Browse repository at this point
Copy the full SHA 01ae0a7View commit details
Commits on Feb 21, 2025
-
Handle null values in MockHttpServletResponse#setHeader
Prior to this commit, `MockHttpServletResponse#setHeader` would not remove the header entry when given a `null` value, as documented in the Servlet API. This commit ensures that this behavior is enforced. Fixes gh-34466
Configuration menu - View commit details
-
Copy full SHA for b5c89c9 - Browse repository at this point
Copy the full SHA b5c89c9View commit details -
Fix null value support in ContentCachingResponseWrapper
Prior to this commit, calling `setHeader` on the response wrapper would have a separate code path for the "Content-Length" header. This did not support calls with `null` values and would result in an exception. This commit ensures that the cached content length value is reset in this case and that the call is forwarded properly to the superclass. Fixes gh-34465
Configuration menu - View commit details
-
Copy full SHA for ccf4b02 - Browse repository at this point
Copy the full SHA ccf4b02View commit details
Commits on Feb 23, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7460be6 - Browse repository at this point
Copy the full SHA 7460be6View commit details
Commits on Feb 25, 2025
-
Fix multiple Content-Language values in MockHttpServletResponse
Prior to this commit, `MockHttpServletResponse` would only support adding a `Content-Language` once. Adding multiple header values would always replace the content-language property in the response and the entire header value. This commit ensures that this behavior is supported. Fixes gh-34491
Configuration menu - View commit details
-
Copy full SHA for c02d07f - Browse repository at this point
Copy the full SHA c02d07fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea419d2 - Browse repository at this point
Copy the full SHA ea419d2View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a018ae6 - Browse repository at this point
Copy the full SHA a018ae6View commit details
Commits on Feb 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0d60f26 - Browse repository at this point
Copy the full SHA 0d60f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e31cd6 - Browse repository at this point
Copy the full SHA 1e31cd6View commit details
Commits on Mar 12, 2025
-
Includes Netty 4.1.119 and Jetty 12.0.17 Closes gh-34579
Configuration menu - View commit details
-
Copy full SHA for 9ea049a - Browse repository at this point
Copy the full SHA 9ea049aView commit details
Commits on Mar 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1195bbd - Browse repository at this point
Copy the full SHA 1195bbdView commit details
There are no files selected for viewing