Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreDear Spring community,
On behalf of the core framework team, it is my pleasure to announce that Spring Framework 6.1.0 is generally available from Maven Central now! The 6.1 generation comes with several key themes:
Virtual Threads are a perfect fit for Spring MVC on a lean Servlet stack (typically on Tomcat), providing a new degree of scalability with imperative programming in common web applications. At the same time, Spring's reactive infrastructure is considered complete now, with reactive caching and reactive scheduling available for a consistent reactive stack with Spring WebFlux (typically on Netty). So whether you are building on Spring MVC or Spring WebFlux, 6.1 provides attractive options for taking your system to the next level!
In terms of efficient deployment options on the HotSpot JVM, Spring Framework 6.1 closely integrates with Project CRaC for a JVM checkpoint arrangement: see JVM Checkpoint Restore. Furthermore, Spring users are empowered to adopt the latest AppCDS capabilities in JDK 21, pre-aligning with OpenJDK's Project Leyden; more on this soon.
Note that Spring Framework 6.1 provides a first-class experience on JDK 21 and Jakarta EE 10 at runtime while retaining a JDK 17 and Jakarta EE 9 baseline. Spring also tracks the evolution of GraalVM for JDK 21 with refined metadata inference while remaining compatible with GraalVM 22.3 for the time being.
Check out our What's New page for details about the specific features in 6.1. We recommend an upgrade for all 6.0.x users at your earliest convenience!
Cheers, Juergen