Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreDear Spring community,
On behalf of the team and everyone who contributed, it is my pleasure to announce that Spring Framework 5.3 M1 is available from our milestone repository now! Find an initial list of new features and refinements and corresponding upgrade notes including several deprecations on our wiki.
Please note that 5.3 is designed as the final 5.x feature release, wrapping up the major themes in the Spring Framework 5 generation, in particular reactive programming and Kotlin support, while also taking GraalVM compatibility to the next level. Last but not least, we are not only preparing for JDK 15 and 16 but also for next year's JDK 17 LTS already, expecting an extended 5.3.x maintenance life.
As a new module in 5.3, spring-r2dbc
introduces core R2DBC support within the Spring Framework umbrella, analogous to the existing spring-jdbc
module. While several R2DBC support features are still candidates for some minor refactoring, 5.3 M1 includes a pretty comprehensive arrangement there already, including a reactive DatabaseClient
API (analogous to WebClient
).
At the same time, we are revisiting our JDBC support: e.g. introducing queryForStream
operations on JdbcTemplate
and providing a JdbcTransactionManager
with commit exception translation.
This milestone also improves GraalVM native support, e.g. making default DispatcherServlet
configuration fully discoverable and allowing for the removal of unsupported features from native images (e.g. through properties such as spring.spel.ignore
and spring.xml.ignore
). The spring-graalvm-native
project is tracking Spring Framework 5.3 milestones from now on.
Revisiting Spring's web support, Spring MVC comes with PathPattern
parsing for efficient URL matching now, and WebFlux comes with a completely new and fully reactive multipart parser implementation, plus many further refinements in 5.3 M1 already.
A second milestone is planned for early August, introducing data binding for Java record classes as well as Kotlin 1.4 and kotlinx.serialization
support for JSON on Spring MVC. A first release candidate is planned for mid September, with general availability expected in late October.
Cheers, Juergen