Commit Graph

1688 Commits

Author SHA1 Message Date
Oliver Drotbohm
0e62f5ddff Adapt to changes in Spring Data Commons' SortHandlerMethodArgumentResolver.
Fixes GH-2339.
Related ticket: spring-projects/spring-data-commons#2531.
2023-12-13 17:44:44 +01:00
Oliver Drotbohm
19c3179b31 Fix BasePathAwareHandlerMappingUnitTests.
Fixes GH-2338.
2023-12-13 17:39:25 +01:00
Mark Paluch
97517a667b Introduce property for Jenkins user and Artifactory server details.
Closes #2336
2023-11-28 08:54:59 +01:00
Runbing
70a271b241 Fixed the URL for the Spring Data Commons documentation.
I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation.

Closes #2335
2023-11-20 11:26:53 +01:00
Mark Paluch
425f780a3a After release cleanups.
See #2321
2023-11-17 14:33:26 +01:00
Mark Paluch
144717e50a Prepare next development iteration.
See #2321
2023-11-17 14:33:25 +01:00
Mark Paluch
7248dc016a Release version 4.2 GA (2023.1.0).
See #2321
2023-11-17 14:29:59 +01:00
Mark Paluch
eb5e622aa5 Prepare 4.2 GA (2023.1.0).
See #2321
2023-11-17 14:28:30 +01:00
Oliver Drotbohm
5b05e59ce4 Runtime hints to include rest-messages files.
Fixes GH-2330.
2023-11-16 15:11:58 +01:00
Oliver Drotbohm
d6f0f3aa99 Properly merge non-entity arrays.
Fixes #2325.
2023-11-16 15:01:03 +01:00
Eric Haag
2b207b1de4 Connect build to ge.spring.io.
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.

This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle Enterprise such as:

- Dashboards to view all historical build scans, along with performance trends over time
- Build failure analytics for enhanced investigation and diagnosis of build failures
- Test failure analytics to better understand trends and causes around slow, failing, and flaky tests

See #2319
2023-10-19 15:14:05 -05:00
Greg L. Turnquist
d3f30c1ef0 Update CI properties.
See #2321
2023-10-19 09:38:56 -05:00
Greg L. Turnquist
71bfdace8d Update CI properties.
See #2321
2023-10-16 13:28:22 -05:00
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