Spring Boot 4.0.0-M2 available now
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Boot 4.0.0-M2
has been released and is now available from Maven Central.
This release includes 97 enhancements, documentation improvements, dependency upgrades, and bug fixes. Notable new features include:
- Gradle 9 Support
@HttpServiceClient
annotation support- API Versioning support
- JSpecify nullability annotations to help protect your code against null pointer exceptions
- Improved OpenTelemetry starter (for out-of-the-box support)
Please see the release notes for more details and upgrade instructions.
…