v6.2.0-RC3
版本发布时间: 2024-10-24 17:22:09
spring-projects/spring-framework最新发布版本:v6.2.0-RC3(2024-10-24 17:22:09)
:star: New Features
- Update retrieve() in RestClient to execute and extract in single scope #33777
- Remove
proxyTargetAware
attribute from@MockitoSpyBean
#33775 - PathMatchingResourcePatternResolver sorting of JAR resources #33771
- Add default handling for disconnected client errors to Spring MVC #33763
- Remove ServerResponse.AsyncBuilder interface #33736
- Fix
PathMatchingResourcePatternResolver
manifest classpath discovery #33705 - Add cookie support to RestClient #33697
:lady_beetle: Bug Fixes
-
@MockitoSpyBean
does not support transparent verification #33774 - Bean with
defaultCandidate = false
and qualifier does not work with constructor injection #33762 - Update
HttpHeaders.setHost()
to actually remove the Host header #33716
:notebook_with_decorative_cover: Documentation
- Rework links to Spring Boot docs in reference documentation #33776
- Add Kotlin examples in aot.adoc #33761
- Improve the discoverability of Java and Kotlin APIs documentation from the refdoc #32835
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Nicklas2751, @bivo, @philwebb, and @roll-w