John Blum
826ced35f4
After release cleanups.
...
See #2310
2023-10-13 08:52:01 -07:00
John Blum
22428a51a7
Prepare next development iteration.
...
See #2310
2023-10-13 08:51:59 -07:00
John Blum
cb4277ec11
Release version 4.2 RC1 (2023.1.0).
...
See #2310
2023-10-13 08:44:25 -07:00
John Blum
657297af63
Prepare 4.2 RC1 (2023.1.0).
...
See #2310
2023-10-13 08:43:56 -07:00
Mark Paluch
e19a589110
Upgrade to MongoDB driver 4.11.0.
...
Closes #2317
2023-10-13 09:17:27 +02:00
Mark Paluch
90842601f7
Upgrade CI to Java 21 Temurin.
...
See #2310
2023-10-13 09:17:27 +02:00
John Blum
818968c11b
Update CI properties.
...
See #2310
2023-10-04 17:24:11 -07:00
John Blum
f61a023972
Upgrade to Maven Wrapper 3.9.5.
...
See #2311
2023-10-04 16:58:11 -07:00
Mark Paluch
d69b46f093
After release cleanups.
...
See #2303
2023-09-15 14:59:01 +02:00
Mark Paluch
cc7060a9a6
Prepare next development iteration.
...
See #2303
2023-09-15 14:59:01 +02:00
Mark Paluch
597ee76830
Release version 4.2 M3 (2023.1.0).
...
See #2303
2023-09-15 14:59:01 +02:00
Mark Paluch
01919821d9
Prepare 4.2 M3 (2023.1.0).
...
See #2303
2023-09-15 14:59:00 +02:00
Mark Paluch
122c53ca7f
Remove changelog shipped with the binaries.
...
Closes #2047
2023-09-14 11:31:03 +02:00
Mark Paluch
5a429d6fa7
Update readme to reflect correct snapshot naming scheme.
...
Closes #1990
2023-09-14 11:12:28 +02:00
Oliver Drotbohm
2589e69a18
Upgrade to Spring Security 6.1.3.
...
Fixes #2306 .
2023-09-11 21:42:02 +02:00
Oliver Drotbohm
6bf5a41b29
Upgrade to HAL Explorer 1.2.1.
2023-09-11 21:31:14 +02:00
Mark Paluch
3b762c092f
Migrate documentation to Antora.
...
Closes #2304
2023-08-31 13:39:32 +02:00
Mark Paluch
1ea9c99b57
Update readme.
...
See #2304
2023-08-31 13:39:25 +02:00
Oliver Drotbohm
1fadf164ae
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:46 +02:00
Julia Lee
549121e03e
After release cleanups.
...
See #2290
2023-08-18 08:59:40 -04:00
Julia Lee
388475d40f
Prepare next development iteration.
...
See #2290
2023-08-18 08:59:36 -04:00
Julia Lee
b4ae1635e1
Release version 4.2 M2 (2023.1.0).
...
See #2290
2023-08-18 08:50:32 -04:00
Julia Lee
6f0c292671
Prepare 4.2 M2 (2023.1.0).
...
See #2290
2023-08-18 08:49:39 -04:00
Julia Lee
18b65ee4bc
Update CI properties.
...
See #2290
2023-08-14 12:15:21 -04:00
Julia Lee
f3045132a5
Upgrade to Maven Wrapper 3.9.4.
...
See #2299
2023-08-14 08:53:25 -04:00
Mark Paluch
d71be735d2
After release cleanups.
...
See #2260
2023-07-14 14:57:13 +02:00
Mark Paluch
69f6edbabd
Prepare next development iteration.
...
See #2260
2023-07-14 14:57:11 +02:00
Mark Paluch
108ab2af8f
Release version 4.2 M1 (2023.1.0).
...
See #2260
2023-07-14 14:53:19 +02:00
Mark Paluch
d9e3cd16a7
Prepare 4.2 M1 (2023.1.0).
...
See #2260
2023-07-14 14:52:13 +02:00
Mark Paluch
aa7262b038
Delombok code.
...
Closes #2286
2023-07-07 14:51:03 +02:00
wintersolutions
18030f9171
Fix typo in ref docs anchor.
...
Closes #2281 .
2023-07-04 14:43:40 +02:00
Mark Paluch
d72895dc9b
Update CI properties.
...
See #2260
2023-07-03 09:50:18 +02:00
Mark Paluch
dde0050164
Upgrade to Maven Wrapper 3.9.3.
...
See #2285
2023-07-03 09:49:50 +02:00
Oliver Drotbohm
5b21c00f21
Move off deprecation in Spring Security configuration for tests.
...
Related ticket #2271 .
2023-06-13 13:35:21 +02:00
Oliver Drotbohm
bfe1bd90d0
Upgrade to Spring Security 6.1 for testing.
...
Also, to ensure Spring Framework 6.1 compatibility.
Fixes #2271 .
2023-06-13 11:49:30 +02:00
Mark Paluch
529a5884c6
Upgrade to Maven Wrapper 3.9.2.
...
See #2270
2023-06-13 08:55:10 +02:00
Oliver Drotbohm
36300cfa1f
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:38:28 +02:00
Mark Paluch
52f3f55b7c
Polishing.
...
Update Java requirement.
See #2266
2023-06-06 10:30:29 +02:00
Mark Paluch
ef4fa3e342
Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
...
Closes #2266
2023-06-06 10:29:56 +02:00
Oliver Drotbohm
d6d8c50592
Avoid manually handling additional primitive elements in collection merging for PATCHes.
...
Fixes #2261 .
2023-05-23 16:22:24 +02:00
Christoph Strobl
e9c43f1373
After release cleanups.
...
See #2255
2023-05-12 14:18:54 +02:00
Christoph Strobl
73738bb3c0
Prepare next development iteration.
...
See #2255
2023-05-12 14:18:52 +02:00
Christoph Strobl
e1877c3f9f
Release version 4.1 GA (2023.0.0).
...
See #2255
2023-05-12 14:14:39 +02:00
Christoph Strobl
26ae406bf9
Prepare 4.1 GA (2023.0.0).
...
See #2255
2023-05-12 14:14:07 +02:00
Oliver Drotbohm
9020e1d10d
Upgrade optional Jackson/JPA integration to Hibernate 6.
...
Fixes #2234 .
2023-05-03 23:01:57 +02:00
Will Fleury
816ca84e70
Populate custom ExceptionHandlerExceptionResolver with ApplicationContext.
...
Fixes #2245 .
Original pull request #2246 .
2023-05-03 17:05:52 +02:00
Blue Ye
ae42018aab
Remove duplicate sentence from documentation.
...
Closes #2251
2023-04-25 11:31:54 +02:00
Greg L. Turnquist
fa6ee06cb5
After release cleanups.
...
See #2243
2023-04-14 12:00:03 -05:00
Greg L. Turnquist
3a7c81df17
Prepare next development iteration.
...
See #2243
2023-04-14 11:59:58 -05:00
Greg L. Turnquist
2039a15e59
Release version 4.1 RC1 (2023.0.0).
...
See #2243
2023-04-14 11:54:00 -05:00