Spring Boot 2.7.0 available now
On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 2.7.0 has been released and is available from Maven Central.
This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.
What's new in 2.7
The highlights of the 2.7 release include:
- Auto-configuration and metrics for Spring for GraphQL; see related 1.0 release announcement
- New
@DataCouchbaseTest
and@DataElasticsearchTest
support - Podman can now be used when building images using Cloud Native Buildpacks
- Support for Cache2k
- Simplified registration of Jackson Mixins
- Web server SSL configuration using PEM-encoded certs …