Skip to content

Spring Boot 3.5.0 M2 Release Notes

Moritz Halbritter edited this page Jan 24, 2025 · 4 revisions

Spring Boot 3.5.0-M2 Release Notes

Upgrading from Spring Boot 3.4

TBD

Minimum Requirements Changes

None.

New and Noteworthy

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

TBD

Dependency Upgrades

Spring Boot 3.5.0-M2 moves to new versions of several Spring projects:

TBD

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

TBD

Miscellaneous

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

  • If io.micrometer:micrometer-java21 is on the classpath, a VirtualThreadsMetrics bean is now auto-configured.

  • The java.home system property is no longer used when running in native image.

Deprecations in Spring Boot 3.5.0-M2

TBD

Clone this wiki locally