Spring Framework 7.0.0-M6 available now
On behalf of the team and everyone who has contributed, I am pleased to announce a new milestone for the next Spring Framework generation. The M6 continues delivering new features and refinements on top of 7.0.0-M1, 7.0.0-M2, 7.0.0-M3, 7.0.0-M4 and 7.0.0-M5.
We've made lots of refinements on features delivered in previous milestones, but we also have a new feature that we would like to share.
Retry support in Spring Core
We have been working on the Spring Retry project for a very long time.
The Spring team decided that it was time to trim unnecessary features, revisit some of its API and merge the resulting work into the "spring-core" module of Spring Framework.
This new Retry support is located in the org.springframework.core.retry
…
Spring Framework 6.1.21 and 6.2.8 releases fix CVE-2025-41234
On behalf of the team and everyone who has contributed, I am pleased to announce that Spring Framework 6.1.21
and 6.2.8
are available now.
Spring Framework 6.1.21
ships with 3 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.3.13
.
Spring Framework 6.2.8
ships with 39 fixes and documentation improvements. This version will be shipped next week with Spring Boot 3.4.7
and 3.5.1
.
CVE-2025-41234:
The releases address CVE-2025-41234 for RFD Attack via “Content-Disposition” Header Sourced from Request.
Open source support for Spring Framework 5.3.x and 6.0.x generations has ended, and this is our last OSS release for the 6.1.x generation, see our support page for more information…
A Bootiful Podcast: The legendary Daniel Garnier-Moiroux on security, AI, MCP, and more
Hi, Spring fans! In this installment I talk to the legendary Daniel Garnier-Moiroux on security, AI, MCP, and more, recorded live at Devoxx UK 2025.
Spring Tools 4.31.0 released
On behalf of the team and everyone who has contributed, I am pleased to announce the 4.31.0 release of the Spring Tools for Visual Studio Code, Eclipse and Theia.
important highlights
- (Spring Boot) early access preview: support for Spring Data AOT repositories
- (Spring Boot) support for upgrades to Spring Boot 3.5 (build files and properties only)
- (Spring Boot) support for hierarchical document symbols in both VSCode and Eclipse
updates to the Spring Tools for Eclipse distribution
- updated to Eclipse 2025-06 release (new and noteworthy)
- support for Java 24 included by default
Detailed changes can be found in the release notes: https://github.com/spring…
This Week in Spring - June 10th, 2025
Hi, Spring fans! Welcome to another installment of This Week in Spring! It's been a busy week indeed since we last spoke! Last week I was in Amsterdam for the IntelliJ IDEA conference and for the JSpring event in Utrecht. Now, I'm in Tokyo, Japan, for the JJUG Spring 2025 event. Importantly: both of these are Java events that take place on or around the spring season in the northern hemisphere, and are not (just?) about Spring Framework. Funnily enough, though, I did get a kick out of seeing this article of Spring creator Rod Johnson presenting at JSpring in Utrecth 20 years ago!. The more…
A Bootiful Podcast: IntelliJ IDEA lead Aleksey Stukalov
Hi, Spring fans! In this installment I talk to IntelliJ IDEA lead Aleksey Stukalov
This Week in Spring - June 3rd, 2025
Hi, Spring fans! Welcome to another installment of This Week in Spring! I just finished recording my session with IntelliJ IDEA project lead Aleksey Stukalov about all the amazing features coming to IntelliJ IDEA to better support Java, Kotlin, and Spring developers.
It went off without a hitch (even though we're using a few early features), and I want to thank the Jetbrains team for the chance to participate.
Tomorrow, I speak at the amazing JSpring conference (sibling conference to the amazing JFall conference), too.
- Spring Cloud 2022.0.11 (aka Kulburn) has been released
- Spring Cloud 2025.0.0 (aka Northfields) has been released
- Spring Cloud Gateway 3.1.10, 4.0.12, 4.1.8, 4.2.3, 4.3.0 Released, including fixes for CVE-2025-41235
- in last week's installment of A Bootiful Podcast, I talked with the amazing Victor Rentea
- Spring Modulith 1.4 GA, 1.3.6, and 1.2.13 released
- never one to rest on his laurels, Wim Deblauwe just released Vite Spring Boot 0.9.0, which improves support for Java Template Engine and updates to use Spring Boot 3.3.1.2
- Speaking of Jetbrains, I am super pleased with the …
Spring Cloud 2022.0.11 (aka Kilburn) Has Been Released
On behalf of the Spring Cloud team, I am pleased to announce that the Spring Cloud 2022.0.11 Release Train is available for support customers. The release can be found in https://packages.broadcom.com.
Notable Changes in the 2022.0.1 Release Train
- This release is compatible with Spring Boot 3.0.20 and 3.1.17.
- Spring Cloud Commons 4.0.7 has dependency upgrades.
- Spring Cloud Task 3.0.6 has dependency upgrades.
- Spring Cloud Config 4.0.11 dependency upgrades and contains a fix for CVE-2025-22232.
- Spring Cloud Netflix 4.0.8 has dependency upgrades.
- Spring Cloud OpenFeign 4.0.9 has dependency upgrades.
- Spring Cloud Gateway 4.0.12 has dependency upgrades and contains a fix for CVE-2025-41235.
- Spring Cloud Contract 4.0.11 has dependency upgrades.
- Spring Cloud Kubernetes 3.0.7 has dependency upgrades.
- …
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…