-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Spring Boot 3.5.0 M2 Release Notes
Moritz Halbritter edited this page Jan 24, 2025
·
4 revisions
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
TBD
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
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, aVirtualThreadsMetrics
bean is now auto-configured. -
The
java.home
system property is no longer used when running in native image.