Skip to content

Spring Boot 3.3.0 M1 Release Notes

Moritz Halbritter edited this page Jan 9, 2024 · 32 revisions

Spring Boot 3.3.0-M1 Release Notes

Dependency Management for Dropwizard Metrics Removed

Dependency management for Dropwizard Metrics has been removed. Spring Boot does not depend directly upon Dropwizard Metrics and, therefore, does not require a specific version. If your application depends on Dropwizard Metrics directly, update your build configuration to specify a version that meets its needs.

Upgrading from Spring Boot 3.2

Minimum Requirements Changes

None.

New and Noteworthy

Tip
Check the configuration changelog for a complete overview of the changes in configuration.

Observability improvements

Observations can now be enabled for the simple, direct and stream listener and on the RabbitTemplate via properties.

Dependency Upgrades

Spring Boot 3.3.0-M1 moves to new versions of several Spring projects:

Numerous third-party dependencies have also been updated, some of the more noteworthy of which are the following:

Miscellaneous

Apart from the changes listed above, there have also been lots of minor tweaks and improvements including:

  • spring.config.activate.on-cloud-platform=none will now match when the active cloud platform is null

Deprecations in Spring Boot 3.3.0-M1

Clone this wiki locally