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 Please refer to…
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. 2024.1.6 Spring Data Commons 3.4.6 - Javadoc…
On behalf of the team and everyone who has contributed, I am pleased to announce that the Spring Vault 3.2.0 release is generally available now. Notable enhancements are: Add support for IMDSv2 on EC2 Support for Github Token Authentication You can find the full changelog at https://github.com/spring-projects/spring-vault/releases/tag/3.2.0. Project Page | GitHub | Issues | Documentation
On behalf of the team and everyone who has contributed, I am pleased to announce that the Spring Vault 3.1.3 release is available now. Spring Vault 3.1.3 ships with several bugfixes. Spring Vault 3.2.0-M1 is the first milestone of the 3.2.x series. Notable enhancements are: Add support for IMDSv2 on EC2 Support for Github Token Authentication You can find the full changelog at https://github.com/spring-projects/spring-vault/releases/tag/3.2.0-M1. Going forward, we are going to ship Spring Vault 3.2 GA in May. This is going to be the last release of the 3.x development line. We're working…
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2024.1.5 and 2024.0.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. 2024.1.5 Spring Data Commons 3.4.5 - Javadoc - Documentation - Changelog Spring Data JPA 3.4.5 - Javadoc - Documentation - Changelog Spring Data KeyValue 3.4.5 - Javadoc - Documentation - Changelog Spring Data for Apache Cassandra 4.4.5 - Javadoc - Documentation - Changelog Spring…
On behalf of the team and everyone who has contributed, I am pleased to announce a new milestone for the next Spring Data generation. The second milestone continues delivering new features and refinement mostly around infrastructure themes. JSpecify Spring Data is gradually migrating from Spring's Nullability annotations to JSpecify. The following projects are equipped with JSpecify annotations: Commons JPA MongoDB LDAP Cassandra KeyValue Elasticsearch Other modules will follow suit. JPA Refinements Apart from JSpecify, Spring Data JPA ships with a few refinements around the QueryEnhancer and…
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2024.1.4 and 2024.0.10 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. 2024.1.4 Spring Data Commons 3.4.4 - Javadoc - Documentation - Changelog Spring Data JPA 3.4.4 - Javadoc - Documentation - Changelog Spring Data MongoDB 4.4.4 - Javadoc - Documentation - Changelog Spring Data Neo4j 7.4.4 - Javadoc - Documentation - Changelog Spring Data for Apache…
On behalf of the team and everyone who has contributed, I am pleased to announce the second milestone of Spring Data 2025.0.0 ("Spring Data 3.5"). There are a few features we want to highlight for you to explore: Interface Projections using now are guarded properly throwing NullPointerException if a method return value is null (i.e. a getter method) although the method is defined to return a non-nullable value. This functionality is enabled for all Kotlin Interfaces. For all other interfaces, validation is enabled when the package or the interface is annotated with Nullability annotations and…
On behalf of the team and everyone who has contributed, I’m delighted to announce the first milestone of the 2025.0.0 release train.
If you are confused how on earth a milestone of 2025.0.0 can ship after an earlier 2025.1.0 milestone, rest assured, we are too, at times.
Calver versioning is based off the actual release date.
2025.0 will go GA in May while 2025.1 is planned for November.
Since we started working on the major release 2025.1 last year already, we were able to ship a first milestone in January.
Hopefully, this explanation helps to clear up any confusion. This milestone ships with…