Commit Graph

1673 Commits

Author SHA1 Message Date
Mark Paluch
e2ace5f0a9 Introduce property for Jenkins user and Artifactory server details.
Closes #2336
2023-11-28 08:59:17 +01:00
Mark Paluch
2607c1072e After release cleanups.
See #2318
2023-11-17 11:00:18 +01:00
Mark Paluch
aade86611a Prepare next development iteration.
See #2318
2023-11-17 11:00:16 +01:00
Mark Paluch
feb3e31b69 Release version 4.0.12 (2022.0.12).
See #2318
2023-11-17 10:57:14 +01:00
Mark Paluch
6b76427e6f Prepare 4.0.12 (2022.0.12).
See #2318
2023-11-17 10:57:00 +01:00
Oliver Drotbohm
791cf870ef Runtime hints to include rest-messages files.
Fixes GH-2330.
2023-11-16 15:12:30 +01:00
Oliver Drotbohm
fc7452bce7 Properly merge non-entity arrays.
Fixes #2325.
2023-11-16 15:05:40 +01:00
Mark Paluch
50f2863072 After release cleanups.
See #2308
2023-10-13 11:44:29 +02:00
Mark Paluch
3b0d5b3ea8 Prepare next development iteration.
See #2308
2023-10-13 11:44:27 +02:00
Mark Paluch
364d20692c Release version 4.0.11 (2022.0.11).
See #2308
2023-10-13 11:41:41 +02:00
Mark Paluch
fdd84da8d7 Prepare 4.0.11 (2022.0.11).
See #2308
2023-10-13 11:41:28 +02:00
John Blum
884e746084 Upgrade to Maven Wrapper 3.9.5.
See #2313
2023-10-04 18:24:24 -07:00
John Blum
05ceaceb7d Update CI properties.
See #2308
2023-10-04 17:47:34 -07:00
Mark Paluch
45eaed7579 After release cleanups.
See #2301
2023-09-15 10:20:51 +02:00
Mark Paluch
478132100b Prepare next development iteration.
See #2301
2023-09-15 10:20:50 +02:00
Mark Paluch
5d3dd4d027 Release version 4.0.10 (2022.0.10).
See #2301
2023-09-15 10:17:46 +02:00
Mark Paluch
22bd2d90d3 Prepare 4.0.10 (2022.0.10).
See #2301
2023-09-15 10:17:31 +02:00
Mark Paluch
6791862c06 Remove changelog shipped with the binaries.
Closes #2047
2023-09-14 11:31:20 +02:00
Mark Paluch
bda4ce6aec Update readme to reflect correct snapshot naming scheme.
Closes #1990
2023-09-14 11:12:14 +02:00
Oliver Drotbohm
6c6cd14862 Upgrade to HAL Explorer 1.2.1. 2023-09-11 21:30:17 +02:00
Oliver Drotbohm
8f46d9f413 Reinstate new object addition for collections in patch operations.
The removal of manual collection value appendance for primitives in the context of GH-2261 lead to complex object to be appended onto a collection not being deserialized at all. This deserialization is now reinstantiated with the value to be added looked up by reading the parent node into the collections element type using a JSON Pointer expression of /$propertyName/$index. This is done to make sure that @JsonDeserialize annotations on the property kick in for the deserialization of the individual elements.

We now also shortcut the entire merge algorithm for collections that are empty, contain primitives or enums.

Fixes GH-2287.
2023-08-30 21:34:29 +02:00
Mark Paluch
cf111e7fda After release cleanups.
See #2289
2023-08-18 10:46:31 +02:00
Mark Paluch
0e34906a02 Prepare next development iteration.
See #2289
2023-08-18 10:46:29 +02:00
Mark Paluch
809e040847 Release version 4.0.9 (2022.0.9).
See #2289
2023-08-18 10:43:12 +02:00
Mark Paluch
f3222c0e4a Prepare 4.0.9 (2022.0.9).
See #2289
2023-08-18 10:42:57 +02:00
Julia Lee
4bc1b7e73c Update CI properties.
See #2289
2023-08-14 10:19:14 -04:00
Julia Lee
ad57a0b143 Upgrade to Maven Wrapper 3.9.4.
See #2297
2023-08-14 07:45:50 -04:00
Mark Paluch
0e21040a81 After release cleanups.
See #2273
2023-07-14 11:25:33 +02:00
Mark Paluch
c16dc73569 Prepare next development iteration.
See #2273
2023-07-14 11:25:31 +02:00
Mark Paluch
d75ee395a2 Release version 4.0.8 (2022.0.8).
See #2273
2023-07-14 11:22:38 +02:00
Mark Paluch
cc8c8216b3 Prepare 4.0.8 (2022.0.8).
See #2273
2023-07-14 11:22:24 +02:00
Mark Paluch
b424912c2e Update CI properties.
See #2273
2023-07-03 09:47:07 +02:00
Mark Paluch
27c9aa133c Upgrade to Maven Wrapper 3.9.3.
See #2283
2023-07-03 09:46:38 +02:00
Mark Paluch
f099009904 After release cleanups.
See #2258
2023-06-16 15:43:10 +02:00
Mark Paluch
a5bb1fad51 Prepare next development iteration.
See #2258
2023-06-16 15:43:09 +02:00
Mark Paluch
f86e4a62be Release version 4.0.7 (2022.0.7).
See #2258
2023-06-16 15:39:46 +02:00
Mark Paluch
f6d1f1203b Prepare 4.0.7 (2022.0.7).
See #2258
2023-06-16 15:39:31 +02:00
Mark Paluch
024a5703e9 Upgrade to Maven Wrapper 3.9.2.
See #2268
2023-06-13 08:52:19 +02:00
Oliver Drotbohm
226f0833b7 Fix regression in PUT handling for empty nested documents.
The fix for #2174 introduced a bug for our PUT handling of nested documents in case the target object's field value is null as it would only apply the nested value if all Optionals were present. This is, of course not the case.

Fixes #2264.
2023-06-12 11:41:44 +02:00
Mark Paluch
751f71b89f Polishing.
Update Java requirement.

See #2266
2023-06-06 10:49:52 +02:00
Mark Paluch
b6e24eb19e Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2266
2023-06-06 10:49:52 +02:00
Oliver Drotbohm
a2a66040aa Avoid manually handling additional primitive elements in collection merging for PATCHes.
Fixes #2261.
2023-05-23 15:54:32 +02:00
Christoph Strobl
50d17356b7 After release cleanups.
See #2254
2023-05-12 11:11:32 +02:00
Christoph Strobl
0c6b3fb5cb Prepare next development iteration.
See #2254
2023-05-12 11:11:30 +02:00
Christoph Strobl
9181023a9d Release version 4.0.6 (2022.0.6).
See #2254
2023-05-12 11:08:07 +02:00
Christoph Strobl
06e834c638 Prepare 4.0.6 (2022.0.6).
See #2254
2023-05-12 11:07:48 +02:00
Will Fleury
37794446a3 Populate custom ExceptionHandlerExceptionResolver with ApplicationContext.
Fixes #2245.
Original pull request #2246.
2023-05-03 17:18:28 +02:00
Blue Ye
bf14373848 Remove duplicate sentence from documentation.
Closes #2251
2023-04-25 11:32:21 +02:00
Greg L. Turnquist
b6a6c4fb4d After release cleanups.
See #2242
2023-04-14 10:25:05 -05:00
Greg L. Turnquist
867f14feca Prepare next development iteration.
See #2242
2023-04-14 10:25:00 -05:00