-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Spring Boot 4.0.0 M2 Release Notes
Moritz Halbritter edited this page Jul 29, 2025
·
2 revisions
Tip
|
Check the configuration changelog for a complete overview of the changes in configuration. |
Spring Boot 4.0.0-M2 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:
*
Apart from the changes listed above, there have also been lots of minor tweaks and improvements including:
-
Public members (aside from constants) have been removed from auto-configuration classes. Auto-configurations never have been public API and now this is enforced through Java mechanisms.