Commit Graph

408 Commits

Author SHA1 Message Date
Mark Paluch
ca3eb9b0ca Release version 4.4 GA (2024.1.0).
See #2424
2024-11-15 14:10:52 +01:00
Mark Paluch
a66d2fbdad Prepare next development iteration.
See #2417
2024-10-18 12:49:40 +02:00
Mark Paluch
e3ae00c201 Release version 4.4 RC1 (2024.1.0).
See #2417
2024-10-18 12:47:01 +02:00
Jens Schauder
b89d52af40 Prepare next development iteration.
See #2387
2024-09-13 12:42:27 +02:00
Jens Schauder
059ca8052e Release version 4.4 M1 (2024.1.0).
See #2387
2024-09-13 12:39:33 +02:00
Mark Paluch
c62ddeb498 Prepare next development iteration.
See #2382
2024-05-17 11:51:33 +02:00
Mark Paluch
456e10d208 Release version 4.3 GA (2024.0.0).
See #2382
2024-05-17 11:49:25 +02:00
Mark Paluch
6cd6fb3337 Prepare next development iteration.
See #2376
2024-04-12 10:52:58 +02:00
Mark Paluch
7f20e3c3f6 Release version 4.3 RC1 (2024.0.0).
See #2376
2024-04-12 10:50:42 +02:00
Mark Paluch
667513e652 Prepare next development iteration.
See #2368
2024-03-15 11:09:57 +01:00
Mark Paluch
8f4de9db8e Release version 4.3 M2 (2024.0.0).
See #2368
2024-03-15 11:07:31 +01:00
Oliver Drotbohm
836e9ba456 Javadoc polishing.
Related ticket: GH-2252.
2024-03-14 10:47:36 +01:00
Oliver Drotbohm
11d55d8ee5 Polishing.
Related ticket: GH-2252.
2024-03-14 10:36:58 +01:00
Florian Cramer
bf17f39111 Support validation for fields that are not a PersistentEntity.
For entity types that use transient fields, the validation integration needs to treat those as normal bean types an must not reject the values right away.

Fixes GH-2252.
2024-03-14 10:36:57 +01:00
Christoph Strobl
e6e87e88c5 Prepare next development iteration.
See #2333
2024-02-16 14:41:24 +01:00
Christoph Strobl
f7da997870 Release version 4.3 M1 (2024.0.0).
See #2333
2024-02-16 14:37:38 +01:00
Mark Paluch
ae851d878f Extend license header copyright years to 2024.
See #2349
2024-01-02 14:42:06 +01:00
Oliver Drotbohm
30fdbd4949 Fix potential NullPointerException in ProjectionSerializer.
Fixes GH-1947.
2023-12-15 12:21:52 +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
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
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
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
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
aa7262b038 Delombok code.
Closes #2286
2023-07-07 14:51:03 +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
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
Christoph Strobl
e5bc3be69a Prepare next development iteration.
See #2229
2023-03-20 15:05:34 +01:00
Christoph Strobl
00884c09c7 Release version 4.1 M3 (2023.0.0).
See #2229
2023-03-20 15:01:48 +01:00
Mark Paluch
b084f67189 Polishing.
Fix invalid Javadoc references.

See #2239
2023-03-20 08:21:12 +01:00
Oliver Drotbohm
e4bca534bf Support to receive aggregate references as request parameters.
We now support using AggregateReference as type to bind request parameters taking URIs pointing to related aggregates. The default resolution will try to resolve the entire URI via UriToEntityConverter but one can also provide a function that can extract any part of the URI to be then resolved into either an identifier, aggregate instance or jMolecules Association against the ConversionService.

Fixes #2239.
2023-03-19 23:56:39 +01:00
Oliver Drotbohm
7c9a5275a3 Polish Javadoc. 2023-02-21 19:01:55 +01:00
Oliver Drotbohm
d02d1bb0c1 Support for returning response bodies on deletion of item resources.
RepositoryRestConfiguration now allows to configure to return a response body for the deletion of item resources. The controller implementation follows the same patter we have already established for creation and updates: unless explicitly enabled or disabled we now consider the presence of an accept header as indicator of whether a response body should be rendered.

This could be a "breaking" change for clients having explicitly expected 204 until now even for requests with an Accept header. If that's an issue, those should either explicitly disable the setting, do not submit an Accept header or loosen their expectations to expect either 200 or 2xx as indicator of success in general.

Fixes #2225.
2023-02-21 17:25:28 +01:00
Christoph Strobl
8443df3e7d Prepare next development iteration.
See #2228
2023-02-17 14:25:46 +01:00
Christoph Strobl
45d57fe97d Release version 4.1 M2 (2023.0.0).
See #2228
2023-02-17 14:22:31 +01:00
Christoph Strobl
61f9db5935 Prepare next development iteration.
See #2204
2023-02-17 13:31:53 +01:00
Christoph Strobl
3c32219d6b Release version 4.1 M1 (2023.0.0).
See #2204
2023-02-17 13:27:50 +01:00
Mark Paluch
f0e86b9a17 Extend license header copyright years to 2023.
See #2211
2023-01-02 09:53:37 +01:00
Christoph Strobl
6f68fe814f Add Nullable annotation to parameter of overridden equals method.
Closes: #2196
Original pull request: #2197
2022-12-02 11:16:15 +01:00
Mark Paluch
98aefe0c85 Prepare next development iteration.
See #2190
2022-11-18 14:30:19 +01:00
Mark Paluch
eb10fb1e41 Release version 4.0 GA (2022.0.0).
See #2190
2022-11-18 14:26:23 +01:00
Mark Paluch
da86021c12 Prepare next development iteration.
See #2192
2022-11-04 15:26:38 +01:00
Mark Paluch
fd5715c829 Release version 4.0 RC2 (2022.0.0).
See #2192
2022-11-04 15:23:17 +01:00
Mark Paluch
9c05312d36 Prepare next development iteration.
See #2180
2022-10-13 17:31:15 +02:00