-
Notifications
You must be signed in to change notification settings - Fork 678
Spring Data 2023.0 (Ullman) Release Notes
Oliver Drotbohm edited this page Feb 21, 2023
·
29 revisions
-
…
Details
-
Spring Data Build - 3.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
.
-
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