Commit Graph

2495 Commits

Author SHA1 Message Date
Greg L. Turnquist 8e62eef7c4 Prepare 2.5.12 (2021.0.12).
See #2608
2022-08-29 16:34:15 +00:00
Mark Paluch 9895298e36 Update CI properties.
See #2608
2022-06-03 09:36:03 +02:00
John Blum 6f65269eed Remove Docker Registry login.
Closes #2633.
2022-05-16 10:12:09 -07:00
Arend v. Reinersdorff fad407c065 Add missing space in reference documentation.
Closes #2628
2022-05-16 15:53:30 +02:00
Greg L. Turnquist 277eaf1196 Fix typo in repository documentation.
Original issue: https://github.com/spring-projects/spring-data-jpa/issues/1761

Closes #2629.
2022-05-13 17:16:01 -05:00
Oliver Drotbohm cd4ecf4f00 MethodInvocationRecorder now supports traversing primitive properties.
We now return a default value for invocations of methods returning a primitive value to pass the AOP infrastructure's check for compatible values. Before, that barked at the null value returned for the invocation.

Fixes #2612.
2022-05-04 15:08:37 +02:00
Christoph Strobl d4c8dfe518 After release cleanups.
See #2578
2022-04-19 13:59:25 +02:00
Christoph Strobl 11299614c6 Prepare next development iteration.
See #2578
2022-04-19 13:59:22 +02:00
Christoph Strobl d0bb2414ee Release version 2.5.11 (2021.0.11).
See #2578
2.5.11
2022-04-19 13:48:17 +02:00
Christoph Strobl 39cd467763 Prepare 2.5.11 (2021.0.11).
See #2578
2022-04-19 13:47:41 +02:00
Mark Paluch 3980d21e2d Upgrade to XMLBeam 1.4.23.
Closes #2605
2022-04-19 09:02:32 +02:00
John Blum 5dc7ba182a Fix mispelling of ClassUtils.getNumberOfOccurrences(..).
* Re-implement getNumberOfOccurrences(..) in terms of a Stream.
* Deprecate the mispelled getNumberOfOccurences(..) method and delegate to the new getNumberOfOccurrences(..) method.
* Edit Javadoc.

Closes #2600.
2022-04-12 11:28:24 -07:00
John Blum d8a0f45543 Fix grammatical errors in Exception messages.
Closes #2599.
2022-04-12 11:28:17 -07:00
Mark Paluch 72fdec762c Polishing.
Tweak Javadoc comments.

See #2585
2022-03-25 13:37:49 +01:00
Mark Paluch 7dfe69e6d6 Retain case-sensitivity and null-handling when changing Sort direction.
We now retain case-sensitivity and null-handling configuration when changing the entire Sort direction.

Closes #2585
2022-03-25 13:37:49 +01:00
Mark Paluch b28aabd689 Gracefully skip non-assignable lambda callbacks on Java 18.
We now consider IllegalArgumentException as marker for incompatible lambda payload that was introduced with Java 18's reflection rewrite that uses method handles internally.

Closes #2583
2022-03-23 10:45:42 +01:00
Mark Paluch 443088ecef After release cleanups.
See #2553
2022-03-21 14:34:34 +01:00
Mark Paluch 2f562fd1e5 Prepare next development iteration.
See #2553
2022-03-21 14:34:32 +01:00
Mark Paluch 139b3b6f21 Release version 2.5.10 (2021.0.10).
See #2553
2.5.10
2022-03-21 14:26:37 +01:00
Mark Paluch 54cc8dd1dc Prepare 2.5.10 (2021.0.10).
See #2553
2022-03-21 14:26:08 +01:00
Mark Paluch 9866df88be Polishing.
Consistent wording for pageable and sort arguments.

See #2574
2022-03-18 15:07:37 +01:00
Diego Krupitza 95dd775d21 Update documentation for repository Pageable and Sort arguments.
Replace outdated `null` acceptance for `Pageable` with `Pageable.unpaged()`
 `QueryByExampleExecutor#findAll(Example<S> example, Pageable pageable)` should does not accept null values since there is `Pageable.unpaged()`. Furthermore, the same applies to `PagingAndSortingRepository#findAll(Pageable pageable)`.

Related ticket: spring-projects/spring-data-jpa/issues/2464
Closes #2574
2022-03-18 15:07:23 +01:00
Mark Paluch 2f707f0a80 Use Java 8 to build snapshots for Artifactory.
Closes #2557
2022-03-15 14:14:50 +01:00
Mark Paluch 536d542cce Consider annotated methods in AnnotationRevisionMetadata.
We now detect annotated methods.

Closes #2569
2022-03-02 14:47:52 +01:00
Mark Paluch 4788b63268 Update documentation of AbstractEntityInformation.
Align documentation with the code behavior as the behavior was changed but the documentation was not updated with the previous change.

Closes #2567
2022-03-02 08:52:28 +01:00
Mark Paluch 6233a01319 Update CI properties.
See #2553
2022-02-22 14:08:48 +01:00
Mark Paluch b7fc8ac68a Upgrade to Maven Wrapper 3.8.4.
See #2559
2022-02-22 13:55:01 +01:00
Christoph Strobl fe338de043 Don't create PersistentEntity for Nullable wrapper type.
Original pull request: #2394.
Closes #2390.
2022-02-21 15:57:19 +01:00
Mark Paluch b92c00c445 Backport Java 17 test compatibility changes.
Avoid usage of encapsulated tests as dummies. Add dependency override for ASM dependencies.

See #2423
2022-02-21 15:57:19 +01:00
Mark Paluch 9671704225 Update CI properties.
See #2553
2022-02-21 14:51:43 +01:00
Mark Paluch 7cee7f28f5 Use Java 17 to build snapshots for Artifactory.
Closes #2557
2022-02-21 14:19:54 +01:00
Mark Paluch 21011759a5 After release cleanups.
See #2527
2022-02-18 10:32:52 +01:00
Mark Paluch 93ed284a38 Prepare next development iteration.
See #2527
2022-02-18 10:32:50 +01:00
Mark Paluch 86ea81715a Release version 2.5.9 (2021.0.9).
See #2527
2.5.9
2022-02-18 10:24:48 +01:00
Mark Paluch e00ef6e07a Prepare 2.5.9 (2021.0.9).
See #2527
2022-02-18 10:24:13 +01:00
Mark Paluch 6e4bdeb4a5 Clarify Javadoc for FallbackPageable in PageableHandlerMethodArgumentResolverSupport.
Closes #2551
2022-02-17 14:36:32 +01:00
Christoph Strobl b92e2695c5 Update copyright year to 2022.
See: #2552
2022-02-17 12:45:05 +01:00
Greg L. Turnquist 5a37f9bd12 Update CI properties.
See #2527
2022-02-14 14:38:45 -06:00
Mark Paluch fcb941a93e Upgrade to XMLBeam 1.4.22.
Closes #2545
2022-02-10 11:01:25 +01:00
Mark Paluch fd39108e97 Polishing.
Extract artifactory credentials into properties file.

See #2541
2022-02-04 09:58:09 +01:00
Mark Paluch f8167482cd Polishing.
Extract docker credentials into properties file.

See #2541
2022-02-03 11:44:00 +01:00
Mark Paluch 153ac5b990 Polishing.
Extract docker credentials into properties file.

See #2541
2022-02-02 10:44:00 +01:00
Greg L. Turnquist 99ade845fc Externalize build properties.
See #2541.
2022-02-02 10:37:54 +01:00
Mark Paluch 3f53079072 Refine Coroutine wording around when to use suspend in method declarations.
Closes #2503
2022-01-25 11:09:00 +01:00
Mark Paluch 91a9e36a17 Document dynamic projections parameter detection.
Closes #2510
2022-01-25 09:50:53 +01:00
yelis913 5844d5986f Add missing verb to the error message.
Closes #2524
2022-01-17 11:15:33 +01:00
Christoph Strobl 37bbea82c4 After release cleanups.
See #2495
2022-01-14 10:00:57 +01:00
Christoph Strobl b0eb8ddad5 Prepare next development iteration.
See #2495
2022-01-14 10:00:53 +01:00
Christoph Strobl 77b7513e1a Release version 2.5.8 (2021.0.8).
See #2495
2.5.8
2022-01-14 09:47:47 +01:00
Christoph Strobl 0c47de9b52 Prepare 2.5.8 (2021.0.8).
See #2495
2022-01-14 09:47:07 +01:00