Spring Framework 6.1 M5 released
On behalf of the Spring Framework team, it is my pleasure to announce that the fifth and final Spring Framework 6.1 milestone release is available from repo.spring.io/milestone now. We initially planned for this release to be the first release candidate, but decided to release another milestone and shorten the release candidate phase.
Spring Framework 6.1.0-M5 ships 99 fixes and improvements.
New Features
This new milestone ships new interesting features, such as:
- Support for one-time
@Scheduled
tasks - The new
RestClient
has now its own section in the reference documentation and is instrumented for Observability - Jetty 12 upgrade
- Context Propagation support for
@Async
and@Scheduled
invocations - Declarative
ContextCustomizer
support with@ContextCustomizerFactories
in Spring Test …