On behalf of the team and everyone who has contributed, I am pleased to announce that the Spring Vault 4.0.3 and 3.2.1 releases are available now. Both releases ship bug fixes, selected improvements, and dependency upgrades. You can find the full changelog at https://github.com/spring-projects/spring-vault/releases/tag/4.0.3 respective https://github.com/spring-projects/spring-vault/releases/tag/3.2.1. Project Page | GitHub | Issues | Documentation
On behalf of the team, it is my pleasure to announce the general availability of Spring Vault 4.1 from Maven Central. This release ships with several refinements and new features. Highlights include: A brand-new, fluent VaultClient API. ManagedSecret and ManagedCertificate abstractions for easier dynamic secrets management. A CertificateContainer component that leverages Vault's certificate rotation and renewal capabilities. Enhanced documentation for credential rotation. Head over to the release notes page in our wiki to find out more about the release. Project Page | GitHub | Issues…
On behalf of the team and everyone who has contributed, I'm pleased to announce the availability of 2025.1.5 and 2025.0.11 service releases. These releases ship with dependency upgrades, fixes for regressions, and selected improvements. CVEs fixed in this release This release fixes the following CVEs: CVE-2026-41695: Denial of Service in Spring Data Commons Property Path Resolution CVE-2026-41696: Spring Data MongoDB Bind Parameter Literal Quoting Breakout CVE-2026-41697: Spring Data Relational Parameter not Escaped for Query By Example LIKE Pattern CVE-2026-41711: Potential Denial of Service…
Dear Spring Data community, On behalf of the data team, it is my pleasure to announce that Spring Data 2026.0 ("4.1") is generally available from Maven Central now! The key themes of this release train are: Type-safe Property Paths Annotated Redis Pub/Sub Message Listeners, migration to UnifiedJedis Revised MongoDB Bulk API supporting multi-collection bulk writes JDBC and R2DBC Single-statement Upsert for aggregate roots You can find more details in our Release Notes wiki page about specific features in Spring Data 4.1. Cheers,
Mark To round things off, here are the links to the documentation…
On behalf of the team and everyone who has contributed, I am pleased to announce Spring Vault 4.1.0-RC1 and 4.0.2 releases. You can find the full changelog at https://github.com/spring-projects/spring-vault/releases/tag/4.1.0-RC1. Project Page | GitHub | Issues | Documentation
On behalf of the team and everyone who has contributed, I'm pleased to announce the availability of 2025.1.5 and 2025.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. 2025.1.5 Spring Data Commons 4.0.5 - Javadoc - Documentation - Changelog Spring Data JPA 4.0.5 - Javadoc - Documentation - Changelog Spring Data KeyValue 4.0.5 - Javadoc - Documentation - Changelog Spring Data MongoDB 5.0.5 - Javadoc - Documentation - Changelog Spring Data for…
It is my pleasure to announce that a feature-complete Spring Data 2026.0 release candidate is available now! This release is in preparation for the Spring Boot 4.1 release candidate next week. We expect final releases for general availability in May. This RC ships a couple of New and Noteworthy changes: Upsert functionality for Spring Data Relational using MERGE or INSERT … ON CONFLICT … DO UPDATE syntax available on the Template API A RedisMessageSendingTemplate complementing annotation-driven Redis Pub/Sub listeners with a consistent usage of the same underlying MessageConverters. RedisCache…
On behalf of the team and everyone who has contributed, I’m happy to announce that the Spring Vault 4.1.0-M1 milestone has been released and is now available from Maven Central. Notable new features include: VaultClient for easier access to Vault operations with customization options that no longer require tweaking of RestTemplate (e.g. for namespaces) CertificateContainer for managed certificate issuance and rotation Introduce ManagedSecret and ManagedCertificate API Revised documentation for Credentials Rotation Please see the release notes for more details and upgrade instructions. Thanks…
On behalf of the team and everyone who has contributed, I'm pleased to announce the second milestone of the 2026.0.0 release train. Annotation-driven Redis Pub/Sub listeners Spring Data Redis now supports annotation-driven listener endpoints for Pub/Sub, built on Spring Messaging. Annotation-driven listeneners need to be enabled through @EnableRedisListeners on your configuration class.
Listener methods are wired against your primary RedisMessageListenerContainer bean.
Annotated methods can indicate a MIME type (such as @RedisListener(topic = "my-channel", consumes = "application/json")) to…
On behalf of the team and everyone who has contributed, I’m pleased to announce the availability of 2025.1.4 and 2025.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. 2025.1.4 Spring Data Commons 4.0.4 - Javadoc - Documentation - Changelog Spring Data JPA 4.0.4 - Javadoc - Documentation - Changelog Spring Data KeyValue 4.0.4 - Javadoc - Documentation - Changelog Spring Data Neo4j 8.0.4 - Javadoc - Documentation - Changelog Spring Data for Apache…