On behalf of the team and everyone who has contributed, I’m happy to announce that Spring Cloud Stream Applications 2025.0.1 has been released and is now available from Maven Central.
The releases include dependency upgrades.
The 2025.0.1 release updates to Spring Boot 3.4.10, Spring Framework 6.2.11, and Spring Cloud 2024.0.2.
Please see the release notes 2025.0.1) for more details.
Stay in touch...
Please continue to engage with us by creating bug reports and feature requests on Github and asking questions on StackOverflow using the spring-cloud-stream or spring-cloud-dataflow tags.
Spring Cloud 2025.1.0-M4 depends on Spring Boot 4.0.0-M3. See all issues and pull requests that are part of the release here.
Spring Cloud Kubernetes
Deprecated classes and methods have been removed, and numerous other improvements to public classes have been made. See the milestone for a complete list of changes
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2025.0.5 and 2024.1.11 service releases. These releases ship with dependency upgrades, fixes for regressions and selected improvements.
The upcoming Spring Boot releases will pick up the above releases by next week.
On behalf of the team and everyone who has contributed, I am pleased to announce our first release candidate for Spring Framework 7.0.
There is another release candidate scheduled by the end of the month, before our GA version in November.
We have compiled all the upgrade information, new features and deprecations on the Spring Framework 7.0 release notes preview page.
Resiliency refinements
The new Resiliency feature got a few more refinements in this release.
You can now match against exception causes in @Retryable or RetryPolicy, and even include/exclude specific exception types.
We also added a new @ConcurrencyLimit programmatic variant for more flexible setups; the @ConcurrencyLimit…
This release addresses CVE-2025-41254 for "Spring Framework STOMP CSRF Vulnerability".
Open source support for Spring Framework 5.3.x and 6.1.x generations has ended, see our support page for more information.
This fix has been applied to the 5.3.46 and 6.1.24 commercial releases, available now.
If you are not a commercial customer, please consider upgrading to an open source supported version at your earliest convenience.
Commercial customers using Spring Boot 2.7, 3.1, or 3.2 can make use of Spring Boot Hotfix releases 2.7.29.2, 3.2.18.2 and 3.3.15.2. Releases are available now on the Spring commercial artifact repository and can be accessed with a Spring Enterprise Subscription…
On behalf of the Spring Cloud and everyone who has contributed, I am pleased to announce that Spring Cloud Gateway 4.3.2, 4.2.5, 4.1.12, and 3.1.12 are out! In all cases, the releases are mostly composed of bug fixes, dependency upgrades.
Commercial customers will be able to update to Spring Cloud Gateway 4.1.12, and 3.1.12.
These commercial versions are available now on the Spring commercial artifact repository and can be accessed with a Spring Enterprise Subscription.
Continuing our Road to GA series, this week we're exploring Share Groups in Apache Kafka 4.0.0 and their integration in Spring for Apache Kafka 4.0.0 - a feature that fundamentally expands how we can consume messages from Kafka topics.
When we first start working with Kafka, the mental model is straightforward: topics hold messages, consumers read them, and processing happens in order within partitions.
This partition-based model has served countless applications well, providing ordered processing with strong guarantees.
However, certain use cases involve creating topics with hundreds of…