On behalf of the team and everyone who has contributed, I’m happy to announce that the Spring Vault 4.0.0-M1 milestone has been released and is now available from Maven Central. Notable new features include: Upgrade to Spring Framework 7.0 M6, Kotlin 2.2-RC1, and JSpecify 1.0. Upgrade to Jackson 3 along with support for Jackson 2 Support for imperative Reactor, Jetty, and JDK HTTP Clients Please see the release notes for more details and upgrade instructions. Thanks to all those who have contributed with issue reports and pull requests. You can find the full changelog at https://github.com…
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.0.1 Spring Data Commons 3.5.1 - Javadoc - Documentation - Changelog Spring Data JPA 3.…
The emergence of Large Language Models (LLM) has propelled Generative AI and surfaced one of its key components to a broad audience: Embeddings. Embeddings are a vector representation of data in a high-dimensional space capturing their semantic meaning. Vector representations allow for more efficient and effective search (Vector Search) of similar items. Vector search is typically used to build Retrieval-augmented generation (RAG) systems and so there is demand for vector databases. While new vector databases are on the rise, existing database engines are gradually incorporating vector search…
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…