-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Comparing changes
Open a pull request
base repository: spring-projects/spring-framework
base: 1f9c59b
head repository: spring-projects/spring-framework
compare: fa36b34
- 13 commits
- 16 files changed
- 4 contributors
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9a89654 - Browse repository at this point
Copy the full SHA 9a89654View commit details
Commits on May 26, 2025
-
Polish Javadoc for MockPropertySource
(cherry picked from commit 6a6abac)
Configuration menu - View commit details
-
Copy full SHA for 30bee4d - Browse repository at this point
Copy the full SHA 30bee4dView commit details -
Support only Object property values in MockEnvironment test fixture
The setProperty() and withProperty() methods in MockEnvironment were originally introduced with (String, String) signatures; however, they should have always had (String, Object) signatures in order to comply with the MockPropertySource and PropertySource APIs. To address that, this commit changes the signatures of these methods so that they only accept Object values for properties. NOTE: this commit only affects the internal MockEnvironment used as a test fixture. This commit does not affect the official, public MockEnvironment implementation in spring-test. See gh-34947 See gh-34948 (cherry picked from commit d782647)
Configuration menu - View commit details
-
Copy full SHA for c0a9da6 - Browse repository at this point
Copy the full SHA c0a9da6View commit details -
Test conversion support in PropertySourcesPlaceholderConfigurer
This commit introduces a "regression test" which demonstrates that PropertySourcesPlaceholderConfigurer uses the ConversionService from the Environment. See gh-34936
Configuration menu - View commit details
-
Copy full SHA for 59ffbd7 - Browse repository at this point
Copy the full SHA 59ffbd7View commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3b6beca - Browse repository at this point
Copy the full SHA 3b6becaView commit details
Commits on Jun 10, 2025
-
Polish WebSession support and tests
(cherry picked from commit 222702f)
Configuration menu - View commit details
-
Copy full SHA for a876bb4 - Browse repository at this point
Copy the full SHA a876bb4View commit details -
Fix InMemoryWebSessionStoreTests.startsSessionImplicitly() test
(cherry picked from commit 3c265e1)
Configuration menu - View commit details
-
Copy full SHA for 59d2895 - Browse repository at this point
Copy the full SHA 59d2895View commit details -
Allow update of existing WebSession after max sessions limit is reached
Previously, when saving a WebSession, the system did not check whether the session ID already existed. As a result, even if the session being saved was an update to an existing one, it was incorrectly treated as a new session, and a "maximum sessions exceeded" error was triggered. This fix ensures that if a WebSession with the same ID already exists, it will be updated rather than counted as a new session, thereby preventing unnecessary session limit violations. See gh-35013 Closes gh-35018 Signed-off-by: Mohammad Saeed Nouri <[email protected]> (cherry picked from commit c04902f)
Configuration menu - View commit details
-
Copy full SHA for cd44efa - Browse repository at this point
Copy the full SHA cd44efaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ecc553 - Browse repository at this point
Copy the full SHA 8ecc553View commit details
Commits on Jun 11, 2025
-
Includes SLF4J 2.0.17, Groovy 4.0.27, FreeMarker 2.3.34 Closes gh-35022
Configuration menu - View commit details
-
Copy full SHA for 28caa39 - Browse repository at this point
Copy the full SHA 28caa39View commit details
Commits on Jun 12, 2025
-
Encode non-printable character in Content-Disposition parameter
Prior to this commit, the "filename" parameter value for the "Content-Disposition" header would contain non-printable characters, causing parsing issues for HTTP clients. This commit ensures that all non-printable characters are encoded. Fixes gh-35035
Configuration menu - View commit details
-
Copy full SHA for fd68ea6 - Browse repository at this point
Copy the full SHA fd68ea6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 498ccda - Browse repository at this point
Copy the full SHA 498ccdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa36b34 - Browse repository at this point
Copy the full SHA fa36b34View commit details
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 1f9c59b...fa36b34