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
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
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
Mark Paluch
e14cf48e6e
Fix spliterator size hint in CloseableIterator.spliterator().
...
We now report -1 as size to avoid zero-size results for count() or toList() operators.
Closes #2519
2022-01-03 13:50:16 +01:00
Mark Paluch
cffac63b04
Fix argument expansion in RepositoryFactorySupport logging.
...
Closes #2502
2021-12-07 09:34:14 +01:00
Jens Schauder
77d85b6b07
After release cleanups.
...
See #2483
2021-11-12 10:38:57 +01:00
Jens Schauder
b35fad05aa
Prepare next development iteration.
...
See #2483
2021-11-12 10:38:54 +01:00
Jens Schauder
d598088225
Release version 2.5.7 (2021.0.7).
...
See #2483
2021-11-12 10:27:20 +01:00
Jens Schauder
fc788137f4
Prepare 2.5.7 (2021.0.7).
...
See #2483
2021-11-12 10:26:42 +01:00
Mark Paluch
f141288d90
Refine documentation for PageableExecutionUtils.
...
Closes #2492
2021-11-09 14:48:17 +01:00
Mark Paluch
8d20bad137
Polishing.
...
Reduce test element visibility, remove unused constant.
See #2472
2021-10-19 14:31:12 +02:00
Mark Paluch
23f4774031
Consider nested property paths containing a number.
...
PropertyPath now considers nested property paths (userLastname2 -> user.lastname2) that contain or end with a number.
Closes #2472
2021-10-19 14:31:12 +02:00
Mark Paluch
6aa34584ec
After release cleanups.
...
See #2461
2021-10-18 11:19:44 +02:00
Mark Paluch
04b807ac5b
Prepare next development iteration.
...
See #2461
2021-10-18 11:19:41 +02:00
Mark Paluch
5cac83b5be
Release version 2.5.6 (2021.0.6).
...
See #2461
2021-10-18 11:11:44 +02:00
Mark Paluch
5236844ce6
Prepare 2.5.6 (2021.0.6).
...
See #2461
2021-10-18 11:10:48 +02:00
alikilickaya
ba5d1875a2
Fix Javadoc in QueryByExampleExecutor.
...
Closes #2480
2021-10-13 14:16:48 +02:00
Pavel Gnusin
7f61bce4d0
Look up bean merged bean definitions in Repositories.
...
We now look up bean definitions for repositories using BeanFactory.getMergedBeanDefinition(…) to consider parent-child relationships across application contexts.
As we iterate through bean definitions considering ancestors we need to allow parent bean definitions. Previously, we obtained the bean definition from the child context and since the bean was inherited from the parent, the child context cannot provide a bean definition.
Closes #2383
Original pull request: #2384 .
2021-10-12 09:38:39 +02:00
Mark Paluch
f87ae360df
Document restrictions of simple base-repository method overrides in regard to projections.
...
Closes #2473
2021-10-05 11:35:44 +02:00
Mark Paluch
44db1dc31a
After release cleanups.
...
See #2434
2021-09-17 09:27:38 +02:00
Mark Paluch
7bd85491e5
Prepare next development iteration.
...
See #2434
2021-09-17 09:27:35 +02:00
Mark Paluch
e1b0b67019
Release version 2.5.5 (2021.0.5).
...
See #2434
2021-09-17 09:18:31 +02:00
Mark Paluch
81e0e9d742
Prepare 2.5.5 (2021.0.5).
...
See #2434
2021-09-17 09:17:28 +02:00
Mark Paluch
02feabee3e
Consider property path root in QuerydslBindings.
...
We now consider a qualified property path when registering and querying `QuerydslBindings` to ensure that paths matching various domain types do not accidentally get applied for a different type than they were registered for.
Previously, a binding for `Address.description` would be also applied to `User.description` as only the property path `description` was considered when looking up bindings.
Closes : #2418
Original Pull Request: #2422
2021-09-14 16:08:30 +02:00
Dmitriy Bogdanov
64a4b61ceb
Add missing spaces to the docs and fix leveloffset.
...
Closes : #2454
2021-09-14 10:11:30 +02:00
Mark Paluch
cae59216e5
Update wording from Appendix to Appendices.
...
Closes #2452
2021-09-14 08:42:06 +02:00