Spring Data 2025.0.1, 2024.1.7, and 2024.0.13 released

Releases | Mark Paluch | June 13, 2025 | ...

On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2025.0.1, 2024.1.7, and 2024.0.13 service releases. These releases ship with dependency upgrades, fixes for regressions and selected improvements.

With the 2024.0.13 release we have reached its Open Source End of Life. Please consider upgrading to the latest 3.4.x (2024.1.x release train) version at your earliest convenience.

The upcoming Spring Boot releases will pick up the above releases by next week.

2025.1.7

Spring Framework 7.0.0-M6 available now

Releases | Brian Clozel | June 12, 2025 | ...

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

Releases | Brian Clozel | June 12, 2025 | ...

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

Spring Tools 4.31.0 released

Releases | Martin Lippert | June 11, 2025 | ...

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…

Spring Cloud 2022.0.11 (aka Kilburn) Has Been Released

Releases | Ryan Baxter | June 02, 2025 | ...

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

Releases | Spencer Gibb | May 29, 2025 | ...

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

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

Releases | Spencer Gibb | May 29, 2025 | ...

On behalf of the team and everyone who has contributed, I am pleased to announce that the Spring Cloud Gateway 3.1.10, 4.0.12, 4.1.8, 4.2.3, 4.3.0 are available now which fix CVE-2025-41235. See the CVE report for breaking changes.

Spring Cloud Gateway 4.0.12 is a commercial-only release and is not available in Maven Central.

Please refer to the releases page for more detail on what is included in each release.

Spring Modulith 1.4 GA, 1.3.6, and 1.2.13 released

Releases | Oliver Drotbohm | May 28, 2025 | ...

On behalf of the community, I am delighted that after a half year's work we can announce Spring Modulith 1.4. The release is packed with new features, such as:

Core

  • Refinements in the core ApplicationModule(s) abstractions and documentation generation (GH-1150, GH-1152)
  • We introduced an SPI to detect NamedInterfaces programatically (GH-1009).
  • We fixed a performance regression in JavaPackage the erroneously repeatedly recomputed all sub packages. (also fixed in 1.3.4 and 1.2.10, GH-1098)

Testing

  • Integration tests using @ApplicationModuleTest can now consume bean instances of classes declared in test sources. (GH-202)
  • The global PublishedEvents instance registered in an ApplicationContext will now be an AssertablePublishedEvents if AssertJ is on the classpath. (GH-1110)

Spring Integration 6.5 GA Available

Releases | Artem Bilan | May 22, 2025 | ...

On behalf of the team and everyone who contributed, I am pleased to announce the General Avalilability of Spring Integration 6.5.0 generation.

In addition, the 6.3.10 and 6.4.5 versions with bug fixes and dependency upgrades have been released.

Some notable changes in 6.5.0 are:

  • The AbstractRecentFileListFilter - the FileListFilter to accept only files which are recent according to the provided age;
  • The AbstractMessageChannel now emits a special MessageDispatchingException for the situation when message production is initiated too early;
  • The PollerMetadata.sendTimeout option has been removed (deprecated before) since it is out of use;
  • The Hazelcast CP-subsystem based components in the spring-integration-hazelcast module have been deprecated due to commercial support of the Hazelcast features (stating with 5.5.0) we relied on;
  • The LockRequestHandlerAdvice

Spring Boot 3.5.0 available now

Releases | Stéphane Nicoll | May 22, 2025 | ...

On behalf of the Spring Boot team and everyone that has contributed, I am pleased to announce that Spring Boot 3.5.0 has been released and is available from Maven Central.

This release adds a significant number of new features and improvements. For full upgrade instructions and new and noteworthy features please see the release notes.

What's new in 3.5

The highlights of the 3.5 release include:

  • Structured Logging Improvements
  • SSL Support for Service Connections
  • Load Properties From Environment Variables
  • AsyncTaskExecutor with Custom Executor
  • Auto-configuration for Bean Background Initialization
  • Annotations to Register Filter and Servlet

Get the Spring newsletter

Stay connected with the Spring newsletter

Subscribe

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all