Mark Paluch
f425ef9539
Release version 3.1.11 (2023.0.11).
...
See #3063
2024-04-12 09:32:44 +02:00
Mark Paluch
38e72aeffa
Prepare 3.1.11 (2023.0.11).
...
See #3063
2024-04-12 09:32:34 +02:00
Oliver Drotbohm
49a1d24cb0
Polishing.
...
Related ticket GH-3066.
2024-03-25 22:25:33 +01:00
Oliver Drotbohm
8b4028d6f8
Cache query method metadata to avoid repeated calculations.
...
We now calculate information about query methods in RepositoryInformationSupport lazily and keep it around to avoid repeated calculations that involve traversals over declared method and Stream allocations.
Fixes GH-3066.
2024-03-25 22:25:33 +01:00
Mark Paluch
f376c51e39
After release cleanups.
...
See #3043
2024-03-15 09:28:53 +01:00
Mark Paluch
7c0b7fc927
Prepare next development iteration.
...
See #3043
2024-03-15 09:28:52 +01:00
Mark Paluch
607d8f18e7
Release version 3.1.10 (2023.0.10).
...
See #3043
2024-03-15 09:26:26 +01:00
Mark Paluch
62ad502327
Prepare 3.1.10 (2023.0.10).
...
See #3043
2024-03-15 09:25:49 +01:00
Mark Paluch
5ac8b7a423
Polishing.
...
Handle warnings. Remove redundant code in DefaultReactiveEntityCallbacks.
Original pull request: #3053
See #3055
2024-03-01 11:49:11 +01:00
mawen12
8befca43d1
Remove redundant code in DefaultEntityCallbacks#callback.
...
Original pull request: #3053
Closes #3055
2024-03-01 11:49:11 +01:00
Mark Paluch
43caf4970c
Consider nested generics in TypeDiscoverer equality comparison.
...
We now compare nested generics wrapped into TypeInformation to consider type equality for deeply parametrized types.
Previously, we resolved type parameters to Class so Foo<List<String>> was considered equal to Foo<List<Map>> as the type parameter of the first nesting level was erased.
Closes #3051
2024-02-27 11:22:22 +01:00
Mark Paluch
1380988743
Force update on CI build.
...
See #3021
2024-02-16 09:45:18 +01:00
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