2689 Commits

Author SHA1 Message Date
Mark Paluch
ea9b5aa754 After release cleanups.
See #2957
2023-11-17 10:25:35 +01:00
Mark Paluch
f764bab93a Prepare next development iteration.
See #2957
2023-11-17 10:25:33 +01:00
Mark Paluch
2a14a00a44 Release version 2.7.18 (2021.2.18).
See #2957
2023-11-17 10:22:30 +01:00
Mark Paluch
a0a87d1a76 Prepare 2.7.18 (2021.2.18).
See #2957
2023-11-17 10:22:12 +01:00
Mark Paluch
3f72a0ecf3 After release cleanups.
See #2932
2023-10-13 10:54:09 +02:00
Mark Paluch
e7fb0c1382 Prepare next development iteration.
See #2932
2023-10-13 10:54:06 +02:00
Mark Paluch
f25f69440d Release version 2.7.17 (2021.2.17).
See #2932
2023-10-13 10:51:13 +02:00
Mark Paluch
094cb90430 Prepare 2.7.17 (2021.2.17).
See #2932
2023-10-13 10:50:54 +02:00
John Blum
f9e3c32b6f Upgrade to Maven Wrapper 3.9.5.
See #2951
2023-10-04 18:25:58 -07:00
John Blum
1105b56a6e Update CI properties.
See #2932
2023-10-04 17:48:07 -07:00
Oliver Drotbohm
36e734e806 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 15:15:37 +02:00
Mark Paluch
3c943da5d8 After release cleanups.
See #2905
2023-09-15 09:45:36 +02:00
Mark Paluch
07e1752ffd Prepare next development iteration.
See #2905
2023-09-15 09:45:34 +02:00
Mark Paluch
15a5af5006 Release version 2.7.16 (2021.2.16).
See #2905
2023-09-15 09:42:26 +02:00
Mark Paluch
b1fb411815 Prepare 2.7.16 (2021.2.16).
See #2905
2023-09-15 09:42:08 +02:00
Mark Paluch
ea9ccb437b After release cleanups.
See #2877
2023-08-18 10:03:12 +02:00
Mark Paluch
c0c8923c23 Prepare next development iteration.
See #2877
2023-08-18 10:03:10 +02:00
Mark Paluch
558bddc071 Release version 2.7.15 (2021.2.15).
See #2877
2023-08-18 09:59:27 +02:00
Mark Paluch
53c0f3f047 Prepare 2.7.15 (2021.2.15).
See #2877
2023-08-18 09:59:04 +02:00
Mark Paluch
2322110f6d Replace Stream usage with iteration to avoid non-null requirements.
SpelEvaluator now iterates over the parameter map instead of using the Java 8 Stream API. Previously, expressions resulting in a null value failed in the collector as Java 8 streams require non-null values for map values.

Closes #2904
2023-08-16 15:10:07 +02:00
Julia Lee
f9832857ec Update CI properties.
See #2877
2023-08-14 09:34:11 -04:00
Julia Lee
c0926f8778 Upgrade to Maven Wrapper 3.9.4.
See #2897
2023-08-14 07:23:22 -04:00
Mark Paluch
fa1b363ce7 Update CI properties.
See #2877
2023-07-18 11:45:21 +02:00
Mark Paluch
568fc5f790 After release cleanups.
See #2862
2023-07-14 10:35:31 +02:00
Mark Paluch
ab8ecc321e Prepare next development iteration.
See #2862
2023-07-14 10:35:29 +02:00
Mark Paluch
20bb236e4a Release version 2.7.14 (2021.2.14).
See #2862
2023-07-14 10:31:34 +02:00
Mark Paluch
bb3731f0a9 Prepare 2.7.14 (2021.2.14).
See #2862
2023-07-14 10:31:09 +02:00
Mark Paluch
594da202d9 Polishing.
Fix backport to be Java 1.8 compatible.

See #2869
2023-07-03 14:57:27 +02:00
Mark Paluch
961a2386c7 Update CI properties.
See #2862
2023-07-03 09:43:42 +02:00
Mark Paluch
4671dd5fff Upgrade to Maven Wrapper 3.9.3.
See #2870
2023-07-03 09:42:12 +02:00
Oliver Drotbohm
5ae27300a9 Fix query execution mode detection for aggregate types that implement Streamable.
We now short-circuit the QueryMethod.isCollectionQuery() algorithm in case we find the concrete domain type or any subclass of it.

Fixes #2869.
2023-07-01 01:56:45 +02:00
Mark Paluch
38ea46cf5d After release cleanups.
See #2826
2023-06-16 16:21:31 +02:00
Mark Paluch
09125ba871 Prepare next development iteration.
See #2826
2023-06-16 14:59:09 +02:00
Mark Paluch
4ea5361a4e Release version 2.7.13 (2021.2.13).
See #2826
2023-06-16 14:56:14 +02:00
Mark Paluch
16f9b2f026 Prepare 2.7.13 (2021.2.13).
See #2826
2023-06-16 14:55:56 +02:00
Oliver Drotbohm
520003883e Improve reference documentation on repository methods triggering event publication.
Fixes #2855.
2023-06-14 16:14:54 +02:00
Mark Paluch
24718894e2 Upgrade to Maven Wrapper 3.9.2.
See #2847
2023-06-13 08:50:59 +02:00
Mark Paluch
6cd412a817 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2842
2023-06-06 09:29:55 +02:00
Mark Paluch
bad40ff239 Refine allocation of DefaultMethodInvokingMethodInterceptor.
We now reduce allocations of DefaultMethodInvokingMethodInterceptor by reusing DefaultMethodInvokingMethodInterceptor within a ProxyProjectionFactory. We also reduced allocations during default method discovery and reuse the default methods information within the projection information cache.

Closes #2831
2023-05-17 10:32:06 +02:00
Christoph Strobl
514f35a9b8 After release cleanups.
See #2819
2023-05-12 10:21:25 +02:00
Christoph Strobl
c9dc8dec4a Prepare next development iteration.
See #2819
2023-05-12 10:21:23 +02:00
Christoph Strobl
d055a7f226 Release version 2.7.12 (2021.2.12).
See #2819
2023-05-12 10:18:01 +02:00
Christoph Strobl
42af8f5221 Prepare 2.7.12 (2021.2.12).
See #2819
2023-05-12 10:17:42 +02:00
Stefano Cordio
026af18856 Fix Sort JavaDoc.
Original pull request #2825
2023-05-03 10:40:30 +02:00
Greg L. Turnquist
b93bc484bb After release cleanups.
See #2796
2023-04-14 09:26:01 -05:00
Greg L. Turnquist
35657c3375 Prepare next development iteration.
See #2796
2023-04-14 09:25:54 -05:00
Greg L. Turnquist
beb783875f Release version 2.7.11 (2021.2.11).
See #2796
2023-04-14 09:19:52 -05:00
Greg L. Turnquist
1815482d0c Prepare 2.7.11 (2021.2.11).
See #2796
2023-04-14 09:19:09 -05:00
Mark Paluch
72406bdef2 Upgrade to Maven Wrapper 3.9.1.
See #2817
2023-04-06 16:18:22 +02:00
Oliver Drotbohm
9aec113ed3 Polish Javadoc of PersistentEntity regarding iteration order of PersistentProperty instances.
Fixes #2814.
2023-04-04 13:25:07 +02:00