Spring Boot 3.3.0 available now
On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 3.3.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 3.3
The highlights of the 3.3 release include:
- CDS Support for improved startup times and reduced memory consumption
- Observability improvements, for example support for Micrometer's
@SpanTag
, a processInfoContributor
and Prometheus 1.x support - Spring Security improvements, for example an auto-configuration for
JwtAuthenticationConverter
- Service connection support for Apache ActiveMQ Artemis and LDAP
- Docker Compose support for Bitnami Container Images
- Virtual thread support for websockets
- Support for Base64 resources in property (and YAML) files
- Support for SBOMs with the new SBOM actuator endpoint
- A completely revamped documentation…