Spring Builds
984e1ffc00
Release version 3.7.3 (2021.2.3).
...
See #2160
2022-09-19 11:38:44 +00:00
Spring Builds
ef263cc8f6
Prepare 3.7.3 (2021.2.3).
...
See #2160
2022-09-19 11:36:21 +00:00
Oliver Drotbohm
2ad081f75b
Improve JSON Patch implementation.
...
Refactor JSON Patch application implementation to improve the property detection for which values are supposed to be set.
Fixes #2177 .
2022-09-19 10:21:02 +02:00
Christoph Strobl
5a4923a849
After release cleanups.
...
See #2154
2022-07-15 11:24:08 +02:00
Christoph Strobl
828fedd2ef
Prepare next development iteration.
...
See #2154
2022-07-15 11:24:05 +02:00
Christoph Strobl
e4c294f5d8
Release version 3.7.2 (2021.2.2).
...
See #2154
2022-07-15 11:08:28 +02:00
Christoph Strobl
a9e6db5d39
Prepare 3.7.2 (2021.2.2).
...
See #2154
2022-07-15 11:07:51 +02:00
Oliver Drotbohm
d130d61e2e
Polish annotation attribute aliasing in RepositoryRestController.
...
Related ticket: #2087 .
2022-07-14 17:46:04 +02:00
Oliver Drotbohm
f89a458bc7
Forward StringValueResolver to DelegatingHandlerMappings targets.
...
RepositoryRestMvcConfiguration now implements EmbeddedValueResolver to forward the StringValueResolver given to both BasePathAwareHandlerMapping and RepositoryRestHandlerMapping.
Related ticket: #2087 .
2022-07-13 23:43:37 +02:00
Oliver Drotbohm
86ff61cc10
Polishing.
...
Added test case and re-enabled the base URI to be prepended even in case a controller path prefix is configured. That functionality had been lost with the originally submitted changes.
Related ticket: #2087
Original pull request: #2088 .
2022-07-06 16:17:24 +02:00
Yves Galante
c73d3816a6
Add support for controller base path on BasePathAwareController / RepositoryRestController.
...
This commit introduces support for a common base path shared amongst all handler methods of a controller annotated with @BasePathAwareController / @RepositoryRestController.
Related ticket: #2087
Original pull request: #2088 .
2022-07-06 16:13:43 +02:00
Mark Paluch
71ae98132c
After release cleanups.
...
See #2143
2022-06-20 11:40:07 +02:00
Mark Paluch
4ab1555ca8
Prepare next development iteration.
...
See #2143
2022-06-20 11:40:05 +02:00
Mark Paluch
55962885eb
Release version 3.7.1 (2021.2.1).
...
See #2143
2022-06-20 11:29:30 +02:00
Mark Paluch
b96656c04a
Prepare 3.7.1 (2021.2.1).
...
See #2143
2022-06-20 11:29:06 +02:00
Mark Paluch
56b422f9af
Upgrade to Maven Wrapper 3.8.5.
...
See #2148
2022-06-03 16:13:07 +02:00
John Blum
70d4dbfd17
Remove Docker Registry login.
...
Closes #2145 .
2022-05-16 13:27:57 -07:00
Christoph Strobl
4b1c035a0c
After release cleanups.
...
See #2134
2022-05-13 10:15:13 +02:00
Christoph Strobl
e67207519f
Prepare next development iteration.
...
See #2134
2022-05-13 10:15:10 +02:00
Christoph Strobl
67f1a9850d
Release version 3.7 GA (2021.2.0).
...
See #2134
2022-05-13 10:05:08 +02:00
Christoph Strobl
875dcacb79
Prepare 3.7 GA (2021.2.0).
...
See #2134
2022-05-13 10:04:20 +02:00
Christoph Strobl
459118013e
After release cleanups.
...
See #2126
2022-04-19 11:21:18 +02:00
Christoph Strobl
f7dcae3181
Prepare next development iteration.
...
See #2126
2022-04-19 11:21:15 +02:00
Christoph Strobl
728c4e8298
Release version 3.7 RC1 (2021.2.0).
...
See #2126
2022-04-19 11:10:55 +02:00
Christoph Strobl
c539a73bd8
Prepare 3.7 RC1 (2021.2.0).
...
See #2126
2022-04-19 11:10:15 +02:00
Oliver Drotbohm
18dc75a577
Fix PUT merge handling for polymorphic properties.
...
We now replace the original value of polymorphic properties with the newly deserialized one if the type of the new one is different from the old one. We still copy all JSON ignored properties to the new instance to make sure that non-exposed, server-side state is retained. We apply the same handling for explicitly immutable source and/or target types.
Fixes #2130 .
2022-04-04 14:51:44 +02:00
Oliver Drotbohm
33a0e7a2c0
Fix potential NullPointerException in HalFormsAdaptingResponseBodyAdvice.
...
Fixes #2123 .
2022-03-28 16:51:17 +02:00
Oliver Drotbohm
33be625700
Tweak upstream project CI build triggers after branch renames.
2022-03-23 11:47:52 +01:00
Greg L. Turnquist
42c7add695
After release cleanups.
...
See #2112
2022-03-21 10:20:33 -05:00
Greg L. Turnquist
e04726abdf
Prepare next development iteration.
...
See #2112
2022-03-21 10:20:31 -05:00
Greg L. Turnquist
306795628c
Release version 3.7 M4 (2021.2.0).
...
See #2112
2022-03-21 10:09:34 -05:00
Greg L. Turnquist
3369dc2ad9
Prepare 3.7 M4 (2021.2.0).
...
See #2112
2022-03-21 10:07:09 -05:00
Mark Paluch
aa727cc935
Use Java 8 to build snapshots for Artifactory.
...
Closes #2113
2022-03-15 14:48:51 +01:00
Kai Toedter
3eed1c2630
Improve documentation on HAL Explorer.
...
Fixes #2120 .
2022-03-02 16:48:47 +01:00
Oliver Drotbohm
c00772d230
Upgrade to HAL Explorer 1.1
...
Fixes #2122 .
2022-03-02 16:34:11 +01:00
Mark Paluch
e957c17116
Update CI properties.
...
See #2112
2022-02-22 14:09:32 +01:00
Mark Paluch
b80e0438a2
Upgrade to Maven Wrapper 3.8.4.
...
See #2117
2022-02-22 13:59:09 +01:00
Mark Paluch
74edf8cd97
Use Java 17 to build snapshots for Artifactory.
...
Closes #2113
2022-02-22 10:28:58 +01:00
Mark Paluch
4e722d77ef
After release cleanups.
...
See #2101
2022-02-18 11:15:41 +01:00
Mark Paluch
d3beba8311
Prepare next development iteration.
...
See #2101
2022-02-18 11:15:39 +01:00
Mark Paluch
c9dc343179
Release version 3.7 M3 (2021.2.0).
...
See #2101
2022-02-18 11:09:11 +01:00
Mark Paluch
8b38432b0e
Prepare 3.7 M3 (2021.2.0).
...
See #2101
2022-02-18 11:08:48 +01:00
Greg L. Turnquist
8f60ae895a
Update CI properties.
...
See #2101
2022-02-15 08:59:51 -06:00
Mark Paluch
aad4ac52c8
Upgrade to MongoDB Driver 4.5.0.
...
Closes #2107
2022-02-11 16:01:39 +01:00
Oliver Drotbohm
c9b7d2df26
Update copyright years to 2022.
2022-02-07 10:14:58 +01:00
Oliver Drotbohm
188ba46629
Adapt to latest changes in Spring Data MongoDB 4.0.
...
Switch from getMappingBasePackage() to getMappingBasePackages().
2022-02-07 10:03:33 +01:00
Mark Paluch
80d5749712
Externalize build properties.
...
Closes #2103 .
2022-02-07 09:16:40 +01:00
Christoph Strobl
1d2a9dc86f
After release cleanups.
...
See #2099
2022-01-18 09:21:33 +01:00
Christoph Strobl
eaf806bdf6
Prepare next development iteration.
...
See #2099
2022-01-18 09:21:30 +01:00
Christoph Strobl
d2a2c5fc7a
Release version 3.7 M2 (2021.2.0).
...
See #2099
2022-01-18 09:09:37 +01:00