Spring Cloud 2025.0.0-M3 (aka Northfields) has been released
On behalf of the community, I am pleased to announce that the Milestone 3 (M3) of the Spring Cloud 2025.0.0 Release Train is available today. The release can be found in Spring Milestone repository. You can check out the 2025.0.0 release notes for more information.
Notable Changes in the 2025.0.0 Release Train
A complete list of all changes in this release can be found in this project on GitHub.
The release is based off of Spring Boot 3.5.0-M3.
Spring Cloud Stream
- Add ability to define bindings dynamically with
BindingsLifecycleController
- Add ability to modify existing binidngs with
BindingsLifecycleController
- Fix SpEL Expresion serialization for Actuator …