Spring Cloud 2025.0.0 (aka Northfields) has been released
On behalf of the community, I am pleased to announce the General Availability (GA) of the Spring Cloud 2025.0.0 Release Train is available today. The release can be found in Maven Central. You can check out the 2025.0.0 release notes for more information.
Notable Changes in the 2025.0.0 Release Train
This release is compatible with Spring Boot 3.5.0. See all issues and pull requests that are part of the release here. Below are highlights from all the milestones leading up to the GA release.
Spring Cloud Gateway
- Adds support for spring-cloud-function and spring-cloud-stream handlers #3646.
- Adds support for a Bucket4jRateLimiter in server webflux #2955.
- Deprecate
WebClientRouting
infrastructure. This will be removed in 5.0 later this year. #3680 - New Module and Starter names have been created, and the old names are deprecated. The new and deprecated artifacts are listed in the table below #3645…