Skip to content

Spring Data 2023.0 (Ullman) Release Notes

Oliver Drotbohm edited this page Feb 21, 2023 · 29 revisions

General Themes

Participating Modules

Details

New and Noteworthy

Spring Data Commons - 3.1

Spring Data JPA - 3.1

Spring Data Relational - 3.1

Spring Data MongoDB - 4.1

Spring Data Neo4j - 7.1

Spring Data Elasticsearch - 5.1

Spring Data Couchbase - 5.1

Spring Data for Apache Cassandra - 4.1

Spring Data Redis - 3.1

Spring Data KeyValue - 3.1

Spring Data REST - 4.1

Support for returning response bodies when deleting item resources — #2225

RepositoryRestConfiguration now exposes a ….setReturnResponseBodyOnDelete(…) to forcibly enable or disable a response body written when deleting item resources. The default (the option set to null) now considers the Accept header similar to what we already do for POST and PUT requests. If present, a body will be returned alongside a status code of 200. If not, it will stay a 204.

Spring Data LDAP - 3.1

Release Dates

  • M1/M2 - Feb 17, 2023

  • M3 - Mar 17, 2022

  • RC1 - Apr 14, 2022

  • GA - May 12, 2022

  • OSS Support until: TBA

  • End of Life: TBA

Clone this wiki locally