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.
For a complete list of new feature, please see the release notes.
Since this is a major release of Spring Boot, upgrading existing applications can be a little more involved that usual so you'll also want to check out the dedicated migration guide.
Thanks to all those who have contributed with issue reports and pull requests for this release. Especially those that have tried the milestones and release candidates. Your feedback has been invaluable!
How can you help?
If you're interested in helping out, check out the "ideal for contribution" tag in the issue repository. If you have general questions, please ask on stackoverflow.com using the spring-boot tag.
Project Page | GitHub | Issues | Documentation | Stack Overflow