Spring Boot 4.0.0 available now
On behalf of the team and everyone who has contributed, I'm extremely happy to announce that Spring Boot 4.0.0 has been released and is now available from Maven Central.
This release is the beginning of a new Spring Boot generation providing solid foundations for coming years. Building on top of Spring Framework 7, there are a number of exciting new features in this release, including:
- A complete modularization of the Spring Boot codebase providing smaller and more focused jars.
- Portfolio-wide improvements for null safety with JSpecify.
- First class support for Java 25 (whilst retaining Java 17 compatibility).
- Support for API Versioning and HTTP Service Clients for REST based applications. …