Spring Framework 6.1 RC1 released
On behalf of the Spring Framework team, it is my pleasure to announce that the first Spring Framework 6.1 release candidate is available from repo.spring.io/milestone now.
Spring Framework 6.1.0-RC1 ships 75 fixes and improvements.
New Features
This first release candidate ships a few new features:
- Spring Framework 6.1 requires now a Jackson 2.14 baseline and supports the new
DatatypeFeature
- We have made further AOT improvements, reduced the runtime reflection and prepared Framework for upcoming reachability changes in GraalVM
- You can now use an
OutputStream
as a source of data in reactive web APIs, thanks to a newBodyInserter
method variant - Functional web frameworks now allow headers manipulation when serving static resources; this makes it easier to write HTTP caching response headers. …