Commit Graph

2848 Commits

Author SHA1 Message Date
Mark Paluch
2dfcab3fd8 After release cleanups.
See #3021
2024-02-16 08:58:36 +01:00
Mark Paluch
aa7ab0c8d8 Prepare next development iteration.
See #3021
2024-02-16 08:58:34 +01:00
Mark Paluch
150f351dcf Release version 3.1.9 (2023.0.9).
See #3021
2024-02-16 08:55:43 +01:00
Mark Paluch
03364acab3 Prepare 3.1.9 (2023.0.9).
See #3021
2024-02-16 08:55:30 +01:00
Mark Paluch
77e007425d Document converter types supported by CustomConversions.
Closes #3040
2024-02-14 09:25:06 +01:00
Mark Paluch
7cf01ba36f Polishing.
Add additional tests, add Javadoc to explain isEnclosingClassParameter() behavior.

See #3038
Original pull request: #3039
2024-02-08 10:25:34 +01:00
Christoph Strobl
c0136b7560 Use enclosing class constructor parameter only for non-static inner classes.
Closes #3038
Original pull request: #3039
2024-02-08 10:25:33 +01:00
Mark Paluch
55ad4293c7 Refine Artifactory build name.
See #2981
2024-01-31 15:10:40 +01:00
Mark Paluch
29677a66d0 After release cleanups.
See #3008
2024-01-12 10:03:25 +01:00
Mark Paluch
60e24fbc3c Prepare next development iteration.
See #3008
2024-01-12 10:03:23 +01:00
Mark Paluch
ce35012fa9 Release version 3.1.8 (2023.0.8).
See #3008
2024-01-12 10:00:16 +01:00
Mark Paluch
aa1d7da238 Prepare 3.1.8 (2023.0.8).
See #3008
2024-01-12 10:00:02 +01:00
Mark Paluch
3f53f33de5 Extend license header copyright years to 2024.
See #3013
2024-01-02 10:58:33 +01:00
Mark Paluch
f8bb6c5d73 After release cleanups.
See #2979
2023-12-15 13:18:17 +01:00
Mark Paluch
8da30e2869 Prepare next development iteration.
See #2979
2023-12-15 13:18:15 +01:00
Mark Paluch
cf56890cda Release version 3.1.7 (2023.0.7).
See #2979
2023-12-15 13:15:05 +01:00
Mark Paluch
fa92489ee5 Prepare 3.1.7 (2023.0.7).
See #2979
2023-12-15 13:14:51 +01:00
Mark Paluch
19094ed86c Update CI properties.
See #2979
2023-12-14 08:50:11 +01:00
Mark Paluch
ee58521d60 Upgrade to Maven Wrapper 3.9.6.
See #3004
2023-12-14 08:34:51 +01:00
Oliver Drotbohm
3e0ab7aa1f Revert "Properly render sort variable variable as composite."
This reverts commit 40edfdfdd7 as the change has too many side effects to be included in a bugfix version.

Related ticket: GH-2531.
2023-12-12 21:12:45 +01:00
Oliver Drotbohm
02fccfed25 Avoid records as cache keys for performance reasons.
Fixes GH-2997.
2023-12-05 14:17:27 +01:00
Julien Béti
40edfdfdd7 Properly render sort variable variable as composite.
HateoasSortHandlerMethodArgumentResolver now renders the sort template variable as composite to properly indicate that it can be submitted multiple times.

Fixes GH-2531.
Original pull request GH-2945.
2023-12-01 21:29:44 +01:00
Mark Paluch
d16d67bd18 Introduce property for Jenkins user and Artifactory server details.
Closes #2988
2023-11-27 08:47:54 +01:00
Mark Paluch
b2cf93b063 After release cleanups.
See #2954
2023-11-17 13:41:00 +01:00
Mark Paluch
fdb3a13599 Prepare next development iteration.
See #2954
2023-11-17 13:40:58 +01:00
Mark Paluch
cb1ef777b1 Release version 3.1.6 (2023.0.6).
See #2954
2023-11-17 13:38:03 +01:00
Mark Paluch
dbd789ae93 Prepare 3.1.6 (2023.0.6).
See #2954
2023-11-17 13:37:50 +01:00
Jens Schauder
3ab1f33292 Fix broken logging message.
Closes #2977
2023-11-16 16:08:34 +01:00
Mark Paluch
f6142e1edc Remove superfluous @NonNull annotations.
Closes #2976
2023-11-13 14:40:42 +01:00
Mark Paluch
15298b1bfc Document public ScrollPosition factory methods.
Closes #2975
2023-11-13 08:46:29 +01:00
Jens Schauder
0c9f47703d Revert "AbstractPersistentProperty now considers the owner for equals."
This reverts commit 93913b04c3.

The change caused build failures for Spring Data JDBC.

See #2972
Original pull request #2973
See spring-projects/spring-data-relational#1657
2023-11-12 11:06:24 +01:00
Mark Paluch
a3f4ac6b51 Polishing.
Extract singular/plural form into String.format(…) for easier readability.

See #2967
2023-11-09 14:48:24 +01:00
Luis Carilla Ternero
1f40542d3d Refine repository scanning finished log message.
Log the plural form accordingly.

Closes #2967
2023-11-09 14:47:00 +01:00
Jens Schauder
93913b04c3 AbstractPersistentProperty now considers the owner for equals.
This makes a difference when a property is declared in a superclass of two entities.
In such a case the property is the same, but the owner is different.

Closes #2972
Original pull request #2973
See https://github.com/spring-projects/spring-data-relational/issues/1657
2023-11-08 10:41:38 +01:00
Oliver Drotbohm
6bd28a115a Simplify DefaultMethodInvokingMethodInterceptor.
As our baseline is now Java 17, we can remove all indirections to produce a Lookup previously needed to support Java 8 and 9.

Fixes #2971.
2023-11-08 08:43:52 +01:00
Mark Paluch
be43b61834 Fix include/exclude filters documentation.
Closes #2969
2023-11-06 08:30:28 +01:00
Mark Paluch
af3f2d6382 Polishing.
Tweak Javadoc. Refine tests.

See #2491
2023-10-17 11:50:25 +02:00
Jens Schauder
ddeb70cd7b Clarify behavior of PropertyPath.
Update tests and documentation.

Closes #2491
2023-10-17 11:50:25 +02:00
mawen12
91d2fdc3f7 Add parameter to exception message format.
Closes: #2956
Original pull request: #2958
2023-10-17 11:25:39 +02:00
John Blum
900b2acf52 After release cleanups.
See #2934
2023-10-13 08:09:34 -07:00
John Blum
cbdfbebced Prepare next development iteration.
See #2934
2023-10-13 08:09:32 -07:00
John Blum
4ba4c82fac Release version 3.1.5 (2023.0.5).
See #2934
2023-10-13 08:01:14 -07:00
John Blum
a8679c639f Prepare 3.1.5 (2023.0.5).
See #2934
2023-10-13 08:00:47 -07:00
Mark Paluch
210c3d88ca Fix CI build trigger.
See #2934
2023-10-13 11:58:03 +02:00
John Blum
ce15739a3d Upgrade to Maven Wrapper 3.9.5.
See #2949
2023-10-04 18:22:32 -07:00
John Blum
3356d33fa7 Update CI properties.
See #2934
2023-10-04 17:46:53 -07:00
Oliver Drotbohm
11f0d244a2 Fix detection of @DomainEvents and @AfterDomainEventPublication on native.
We now unconditionally process the aggregate root types declared on repositories for @Reflective annotations, which @DE and @ADEP got meta-annotated with.

Fixes #2939.
2023-09-21 16:12:26 +02:00
Oliver Drotbohm
f9bc97f20f Properly emit domain events from calls to saveAll(…).
We now treat CrudRepository.saveAll(…) properly by unwrapping the given *Iterable*. This previously already worked for collections handed into the method but not for types only implementing Iterable directly (like Page or Window).

Fixes #3153.
Related tickets #2931, #2927.
2023-09-20 14:22:16 +02:00
Mark Paluch
f019f94f81 After release cleanups.
See #2907
2023-09-15 10:55:35 +02:00
Mark Paluch
5f160301d5 Prepare next development iteration.
See #2907
2023-09-15 10:55:33 +02:00