Spring Framework 6.1 goes GA
Dear 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:
- Embracing JDK 21 LTS
- Virtual Threads (Project Loom)
- JVM Checkpoint Restore (Project CRaC)
- Resource Lifecycle Management, revisited
- Data Binding and Validation, revisited
- New RestClient and JdbcClient APIs
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…