-
Notifications
You must be signed in to change notification settings - Fork 42.1k
Spring Boot 4.2.0 M1 Release Notes
Stéphane Nicoll edited this page Jul 15, 2026
·
3 revisions
Classes, methods and properties that were deprecated in Spring Boot 4.1 have been removed in this release. Please ensure that you aren’t calling deprecated methods before upgrading.
Configuration properties that are shipped by Spring Boot now use the same implementation as the binder for consistency. Binding to those types now keeps the order specified in the configuration file consistently.
You may be impacted if you were relying on the order by reading the raw Set or Map.
|
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
Spring Boot 4.2.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:
-
…