270 Commits

Author SHA1 Message Date
Mark Paluch
e1fa21772b Prepare next development iteration.
See #2322
2023-11-17 10:25:34 +01:00
Mark Paluch
e7494c250d Release version 3.7.18 (2021.2.18).
See #2322
2023-11-17 10:22:31 +01:00
Mark Paluch
9607d33ed9 Prepare next development iteration.
See #2307
2023-10-13 10:54:08 +02:00
Mark Paluch
edc9de48c8 Release version 3.7.17 (2021.2.17).
See #2307
2023-10-13 10:51:14 +02:00
Mark Paluch
6ab08add86 Prepare next development iteration.
See #2300
2023-09-15 09:45:35 +02:00
Mark Paluch
66087ad16b Release version 3.7.16 (2021.2.16).
See #2300
2023-09-15 09:42:27 +02:00
Mark Paluch
4cc091039c Prepare next development iteration.
See #2288
2023-08-18 10:03:11 +02:00
Mark Paluch
ffc1ae7054 Release version 3.7.15 (2021.2.15).
See #2288
2023-08-18 09:59:28 +02:00
Mark Paluch
285d73fccb Prepare next development iteration.
See #2272
2023-07-14 10:35:30 +02:00
Mark Paluch
b62b5f2333 Release version 3.7.14 (2021.2.14).
See #2272
2023-07-14 10:31:35 +02:00
Mark Paluch
600644e043 Prepare next development iteration.
See #2257
2023-06-16 14:59:10 +02:00
Mark Paluch
b0ac606019 Release version 3.7.13 (2021.2.13).
See #2257
2023-06-16 14:56:15 +02:00
Greg L. Turnquist
93ef0a22f7 Exclude byte-buddy from hibernate-core.
To ensure testing works properly with Java 17, we must exclude older version of byte-buddy from hibernate-core.

Related: DATAREST-1362, #1725.
2023-05-23 17:19:43 +02:00
Christoph Strobl
7034b6d580 Prepare next development iteration.
See #2253
2023-05-12 10:21:24 +02:00
Christoph Strobl
7b70321ce8 Release version 3.7.12 (2021.2.12).
See #2253
2023-05-12 10:18:02 +02: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
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
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
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
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
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
59765bf41f Extend license header copyright years to 2023.
See #2210
2023-01-02 09:52:07 +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
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
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
b2ec5ddad0 Prepare next development iteration.
See #2160
2022-09-19 12:00:10 +00:00
Spring Builds
984e1ffc00 Release version 3.7.3 (2021.2.3).
See #2160
2022-09-19 11:38:44 +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
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
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
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
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
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
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
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