Skip to content

Spring Data 2024.0 Release Notes

Oliver Drotbohm edited this page Jan 19, 2024 · 12 revisions

General Themes

*

Participating Modules

Details

New and Noteworthy

Spring Data Commons - 3.3

Spring Data JPA - 3.3

Spring Data Relational - 3.3

Spring Data MongoDB - 4.3

Spring Data Neo4j - 7.3

Spring Data Elasticsearch - 5.3

Spring Data Couchbase - 5.3

Spring Data for Apache Cassandra - 4.3

Spring Data Redis - 3.3

Spring Data KeyValue - 3.3

Spring Data REST - 4.3

RFC-compliant handling of entities in arrays in merge patches — GH-2358

RFC-7386 requires elements within arrays to completely replace the original data. In previous releases, the patch handling was propagated to nested array elements (originally requested in GH-1294). This was now reverted to properly apply out PUT behavior to such elements. In other words, missing, exposed properties are nulled out. Properties hidden are still kept around.

Spring Data LDAP - 3.3

Release Dates

  • M1 - Jan, 2024

  • M2 - Feb, 2024

  • M3 - March, 2024

  • RC1 - April, 2024

  • GA - May, 2024

  • OSS Support until: May, 2025

  • End of Life: Sept 2026

Clone this wiki locally