Christoph Strobl
7b70321ce8
Release version 3.7.12 (2021.2.12).
...
See #2253
2023-05-12 10:18:02 +02:00
Christoph Strobl
caf833a6fa
Prepare 3.7.12 (2021.2.12).
...
See #2253
2023-05-12 10:17:44 +02:00
Blue Ye
5b27b38a55
Remove duplicate sentence from documentation.
...
Closes #2251
2023-04-25 11:32:45 +02:00
Greg L. Turnquist
dd8a257424
After release cleanups.
...
See #2241
2023-04-14 09:26:06 -05:00
Greg L. Turnquist
a72dca8972
Prepare next development iteration.
...
See #2241
2023-04-14 09:25:59 -05:00
Greg L. Turnquist
5e76f8f4f6
Release version 3.7.11 (2021.2.11).
...
See #2241
2023-04-14 09:19:57 -05:00
Greg L. Turnquist
7b8ba51cf9
Prepare 3.7.11 (2021.2.11).
...
See #2241
2023-04-14 09:19:18 -05:00
Mark Paluch
18bb8838c5
Upgrade to Maven Wrapper 3.9.1.
...
See #2250
2023-04-06 16:18:40 +02:00
Christoph Strobl
b3392a3ab3
After release cleanups.
...
See #2236
2023-03-20 13:48:10 +01:00
Christoph Strobl
fd3af78f3b
Prepare next development iteration.
...
See #2236
2023-03-20 13:48:09 +01:00
Christoph Strobl
da5b0422ff
Release version 3.7.10 (2021.2.10).
...
See #2236
2023-03-20 13:43:05 +01:00
Christoph Strobl
1fa14efc91
Prepare 3.7.10 (2021.2.10).
...
See #2236
2023-03-20 13:42:32 +01:00
Mark Paluch
299f66a951
After release cleanups.
...
See #2226
2023-03-03 10:22:38 +01:00
Mark Paluch
f09b122abf
Prepare next development iteration.
...
See #2226
2023-03-03 10:22:36 +01:00
Mark Paluch
05d56947d3
Release version 3.7.9 (2021.2.9).
...
See #2226
2023-03-03 10:19:08 +01:00
Mark Paluch
e815f4b28e
Prepare 3.7.9 (2021.2.9).
...
See #2226
2023-03-03 10:18:48 +01:00
Oliver Drotbohm
a71ffd65c7
Use FormattingConversionService in JSON Patch binding.
...
We no pipe the Spring MVC ConversionService into the JSON Patch path binding. That usually is a FormattingConversionService at runtime and also supports the conversion of dates.
The ConversionServices is configured into the BindContext(Factory) we use for binding. The context then exposes the EvaluationContext set up with it.
Fixes #2233 .
2023-02-21 18:50:55 +01:00
Oliver Drotbohm
fdb9c660ee
Register MVC validator with Spring Data REST HandlerAdapter.
...
Fixes : #967 .
Original pull request: 2108.
2023-02-21 15:46:51 +01:00
zhengchalei
0bbc8c0f05
Fix doc link end label in ResourceStatus.
...
Fixes #2139
2023-02-21 14:20:24 +01:00
Kai Toedter
96d59009b7
Fix link to HAL Explorer doc in README.adoc.
2023-02-21 14:17:44 +01:00
Oliver Drotbohm
585049b66c
Avoid obsolete inspection of DefaultedPageable.
...
The instance can never be null and thus we don't actually have to check for that.
2023-02-21 14:13:03 +01:00
Oliver Drotbohm
a027727a46
Adapt to renamed properties by using MappedProperties in association deserialization.
...
Revert the changes that employed manual annotation lookup as that would cause invalid associations of fields and accessor methods for properties shadow renamed. Instead, we now use MappedProperties that already contains a mapping between the Jackson field names and Spring Data property names.
Fixes : #2165
$ Conflicts:
$ spring-data-rest-webmvc/src/main/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2Module.java
$ spring-data-rest-webmvc/src/test/java/org/springframework/data/rest/webmvc/json/PersistentEntityJackson2ModuleUnitTests.java
2023-02-21 13:31:43 +01:00
Mikołaj Matuszewski
34036ba3ab
Fix missing explanation for resource type indicator in reference docs.
2023-02-21 11:52:54 +01:00
Oliver Drotbohm
5b592b25ab
Properly deep-merge nested documents on PUT.
...
This is needed to consider read-only properties within those objects as those would otherwise get overridden.
Fixes : #2174
2023-02-21 10:44:30 +01:00
Mark Paluch
f6b947aa27
Upgrade to Maven Wrapper 3.9.0.
...
See #2232
2023-02-20 12:02:15 +01:00
Mark Paluch
3793b9a2c5
After release cleanups.
...
See #2217
2023-02-17 10:11:46 +01:00
Mark Paluch
c2b37b2e29
Prepare next development iteration.
...
See #2217
2023-02-17 10:11:44 +01:00
Mark Paluch
dd36389398
Release version 3.7.8 (2021.2.8).
...
See #2217
2023-02-17 10:08:25 +01:00
Mark Paluch
cb59057484
Prepare 3.7.8 (2021.2.8).
...
See #2217
2023-02-17 10:08:08 +01:00
Mark Paluch
37e50a7cae
Update CI properties.
...
See #2217
2023-01-30 10:48:58 +01:00
Mark Paluch
87d3795e58
After release cleanups.
...
See #2202
2023-01-13 10:35:35 +01:00
Mark Paluch
1929667d99
Prepare next development iteration.
...
See #2202
2023-01-13 10:35:33 +01:00
Mark Paluch
94a0ee00d4
Release version 3.7.7 (2021.2.7).
...
See #2202
2023-01-13 10:32:46 +01:00
Mark Paluch
6da507dee1
Prepare 3.7.7 (2021.2.7).
...
See #2202
2023-01-13 10:32:32 +01:00
Mark Paluch
59765bf41f
Extend license header copyright years to 2023.
...
See #2210
2023-01-02 09:52:07 +01:00
Mark Paluch
c0e77b8b5b
Update CI properties.
...
See #2202
2022-11-18 15:33:54 +01:00
Mark Paluch
6f94fd77b6
After release cleanups.
...
See #2188
2022-11-18 10:55:38 +01:00
Mark Paluch
51ba1491db
Prepare next development iteration.
...
See #2188
2022-11-18 10:55:36 +01:00
Mark Paluch
85b2a9eee2
Release version 3.7.6 (2021.2.6).
...
See #2188
2022-11-18 10:45:33 +01:00
Mark Paluch
89d84a52bc
Prepare 3.7.6 (2021.2.6).
...
See #2188
2022-11-18 10:44:45 +01:00
Mark Paluch
e769fec8a1
Update CI properties.
...
See #2188
2022-10-31 13:18:17 +01:00
Spring Builds
2f07b63dff
After release cleanups.
...
See #2187
2022-10-13 13:46:53 +00:00
Spring Builds
7518b58742
Prepare next development iteration.
...
See #2187
2022-10-13 13:46:40 +00:00
Spring Builds
edb0665061
Release version 3.7.5 (2021.2.5).
...
See #2187
2022-10-13 13:24:04 +00:00
Spring Builds
6405e3fda5
Prepare 3.7.5 (2021.2.5).
...
See #2187
2022-10-13 13:21:34 +00:00
Spring Builds
5a3db340f5
After release cleanups.
...
See #2178
2022-10-13 09:23:57 +00:00
Spring Builds
b221ddae7c
Prepare next development iteration.
...
See #2178
2022-10-13 09:23:44 +00:00
Spring Builds
d1913cfbb8
Release version 3.7.4 (2021.2.4).
...
See #2178
2022-10-13 08:59:54 +00:00
Spring Builds
c14bfbe0b5
Prepare 3.7.4 (2021.2.4).
...
See #2178
2022-10-13 08:57:06 +00:00
Spring Builds
ea5d7a331b
After release cleanups.
...
See #2160
2022-09-19 12:00:22 +00:00