Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-19 | 2.4 kB | |
v6.2.5 source code.tar.gz | 2025-03-19 | 10.4 MB | |
v6.2.5 source code.zip | 2025-03-19 | 21.3 MB | |
Totals: 3 Items | 31.7 MB | 31 |
:star: New Features
- Make dependencies on AssertJ and JUnit in
spring-core-test
optional #34612 - Suggest compilation with
-parameters
whenAspectJAdviceParameterNameDiscoverer
fails against ambiguity #34609 - SseBuilder in ServerResponse should allow empty comment #34608
- MockServerWebExchange does not allow setting the ApplicationContext on the base class #34601
FormHttpMessageConverter
should throwHttpMessageNotReadableException
when the http form data is invalid #34594- Provide a method to retrieve all singleton autowire candidates from the bean factory #34591
:lady_beetle: Bug Fixes
- PathMatchingResourcePatternResolver regression for jar root scanning in 6.2.4 #34607
- AbstractReactiveTransactionManager throws IllegalStateException when rollback fails after commit attempt #34595
- Recursively boxing/unboxing nested inline value classes #34592
:notebook_with_decorative_cover: Documentation
MvcUriComponentsBuilder
javadocs inaccurately reflects usage of forwarded headers #34615- Fix formatting and update links to scripting libraries and HDIV #34603
- Remove dubious link to MockObjects Web site in reference manual #34593
- Fix
StringUtils#uriDecode
Javadoc #34590
:hammer: Dependency Upgrades
- Upgrade to ASM 9.8 (for early Java 25 support) #34600
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Helmsdown, @dmitrysulman, and @ngocnhan-tran1996