On behalf of the team and everyone who has contributed, I am pleased to announce the general availability of the final Spring Security 6 minor release, 6.5.0!
On behalf of the Spring Data engineering team and everyone who contributed to this release, I am delighted to announce the general availability of Spring Data 2025.0 from Maven Central! This release comes with driver upgrades and refinements in individual store modules.
Most notable changes include:
Vector type and Vector Search support in MongoDB and Apache Cassandra
Constructor Expression Derivation for DTO Projections in Spring Data JPA
Support for identifier generation using sequences in Spring Data JDBC and R2DBC
Index Creation using Cassandra 5 Storage-Attached Indexes
On behalf of the team and everyone who has contributed, I am pleased to announce the third milestone for the next Spring Data generation This milestone continues delivering new features and refinements mostly around infrastructure themes.
Ahead-of-Time Optimization for Repositories
Spring Data repositories can now be optimized at build time using the Spring AOT framework.
AOT processing allows for faster startup times and reduced memory consumption featuring in the JPA (Hibernate only) and MongoDB modules.
Ahead-of-Time optimizations capture some decisions that have been taken at build-time…
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2024.1.6 and 2024.0.12 service releases. These releases ship with dependency upgrades, fixes for regressions and selected improvements.
Note that OSS support for the 3.3.x development line (2024.0.x release train) is about to end by the end of June 2025. 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.
On behalf of the team and everyone who has contributed, I'm happy to announce that Spring Web Services 4.0.14 has been released and is now available from Maven Central.
This release includes 1 dependency upgrade. Thanks to all those who have contributed with issue reports and pull requests.
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 fifth milestone continues delivering new features and refinements on top of 7.0.0-M1, 7.0.0-M2, 7.0.0-M3 and 7.0.0-M4.
Jackson 3.0 support
As of #33798, we default to supporting Jackson 3.x in our entire stack, falling back to Jackson 2.x.
Support for the Jackson 2.x generation has been deprecated in Spring Framework, and our current plan is to disable its auto-detection in 7.1, and remove its support entirely in 7.2.
Jackson 3.x uses a new tools.jackson package, which differs from the usual com.fasterxml.jackson.
Classes from the "jackson-annotation" artifact (like @JsonView, @JsonTypeInfo) remain in the com.fasterxml.jackson…
The releases address CVE-2025-22233 for Spring Framework DataBinder Case Sensitive Match Exception (2nd update).
Open source support for Spring Framework 5.3.x and 6.0.x generations has ended and will expire for the 6.1.x generation next month, see our support page for more information…