Commit Graph

334 Commits

Author SHA1 Message Date
Mark Paluch
06ff6bd8c8 Prepare 2.7 M3 (2021.2.0).
See #416
2022-02-18 11:08:46 +01:00
Christoph Strobl
1af69490e3 Update copyright year to 2022.
See: #419
2022-02-17 12:32:50 +01:00
Oliver Drotbohm
95bc8645fd Adapt to changes in entity creation metadata APIs in Spring Data Commons. 2022-02-15 15:48:41 +01:00
Christoph Strobl
9ba1ab06da Prepare 2.7 M2 (2021.2.0).
See #414
2022-01-18 09:08:59 +01:00
Christoph Strobl
fda040c7bd Prepare 2.7 M1 (2021.2.0).
See #406
2022-01-14 10:57:50 +01:00
Mark Paluch
b04df9750e Adopt to Mockito changes.
Closes #408
2022-01-04 14:34:37 +01:00
Mark Paluch
c761ba3c6d Polishing.
Introduce default exists(…) method on KeyValueAdapter to allow for store-specific optimizations of the exists method. Lazily construct a single PartTree instance for reuse.

Refine generics.

See #386
Original pull request: #386.
2021-12-13 10:10:47 +01:00
Christoph Strobl
8c32f0ae6d Add support for executing derived existsBy queries.
Closes: #385
Original pull request: #386.
2021-12-13 10:01:47 +01:00
Jens Schauder
801477476e Prepare 2.6 GA (2021.1.0).
See #402
2021-11-12 10:49:15 +01:00
Mark Paluch
77aeede683 Prepare 2.6 RC1 (2021.1.0).
See #394
2021-10-18 13:47:45 +02:00
Mark Paluch
10f63387df Add fluent API support for QuerydslKeyValueRepository.
Also reuse ProjectionFactory from repository factory.

Closes #397.
2021-10-11 13:47:05 +02:00
Mark Paluch
b9b5aae60b Polishing.
Make fields final where possible.

See #398
2021-10-11 10:27:16 +02:00
Mark Paluch
201b957f9e Extract QuerydslPredicateExecutor to its own fragment.
Closes #398
2021-10-11 10:27:09 +02:00
Mark Paluch
44ab6db763 Add method signature to enable compilation until adding fluent API support.
See #397
2021-10-08 14:13:18 +02:00
Mark Paluch
a0a4d3eb0a Prepare 2.6 M3 (2021.1.0).
See #389
2021-09-17 09:44:33 +02:00
Jens Schauder
e2f8b5702c Prepare 2.6 M2 (2021.1.0).
See #383
2021-08-12 15:02:54 +02:00
Jens Schauder
71ce31999b Prepare 2.6 M1 (2021.1.0).
See #373
2021-07-16 14:08:58 +02:00
Jens Schauder
8fe2279d71 Updated changelog.
See #373
2021-07-16 14:08:26 +02:00
Jens Schauder
d9532b3a13 Updated changelog.
See #379
2021-07-16 10:48:15 +02:00
Mark Paluch
06bdddf8e9 Updated changelog.
See #377
2021-06-22 16:07:24 +02:00
Mark Paluch
d641ae8050 Updated changelog.
See #376
2021-06-22 15:29:50 +02:00
Mark Paluch
6e73b759a7 Move off Google Guava usage in tests.
Closes #378
2021-06-21 09:58:33 +02:00
Mark Paluch
9ac86e3aa5 Updated changelog.
See #371
2021-05-14 12:36:34 +02:00
Mark Paluch
0c0e5d7e6f Updated changelog.
See #370
2021-05-14 12:06:37 +02:00
Mark Paluch
dc5887fdb5 Consider java.math and java.util types as simple types.
Closes #374
2021-04-29 08:31:08 +02:00
Mark Paluch
0b7995e815 Prepare 2.5 GA (2021.0.0).
See #367
2021-04-14 14:18:21 +02:00
Mark Paluch
8d26504989 Updated changelog.
See #367
2021-04-14 14:18:12 +02:00
Mark Paluch
17315460dd Updated changelog.
See #368
2021-04-14 11:43:30 +02:00
Mark Paluch
aca7c8f04d Updated changelog.
See #361
2021-04-14 11:17:38 +02:00
Mark Paluch
d9697782db Updated changelog.
See #362
2021-03-31 18:30:43 +02:00
Mark Paluch
af3d3da8ba Prepare 2.5 RC1 (2021.0.0).
See #353
2021-03-31 17:04:34 +02:00
Mark Paluch
4c4a3f26c9 Updated changelog.
See #353
2021-03-31 17:04:27 +02:00
Mark Paluch
023b0906d7 Polishing.
Tweak wording. Add callouts.

See #358
Original pull request: #364.
2021-03-18 15:04:58 +01:00
Sebastian Davids
9713a59e85 Update reference documentation with examples that match @EnableMapRepositories.
Closes #358
Original pull request: #364.
2021-03-18 15:04:58 +01:00
Mark Paluch
dab176ab56 Add test to verify Map adapter customization.
See #358.
2021-03-18 15:04:58 +01:00
Mark Paluch
4874fba253 Prepare 2.5 M5 (2021.0.0).
See #360
2021-03-17 11:17:26 +01:00
Mark Paluch
c74ce683a2 Updated changelog.
See #360
2021-03-17 11:17:14 +01:00
Mark Paluch
52fa47f240 Updated changelog.
See #355
2021-03-17 11:03:38 +01:00
Mark Paluch
55472afd72 Updated changelog.
See #351
2021-03-17 10:35:10 +01:00
Christoph Strobl
c9c73b6eb3 Reorder parameters in JavaDoc.
Original Pull Request: #356
2021-03-15 08:09:53 +01:00
Mark Paluch
ad5d2268ec Accept target type in KeyValueAdapter.entries(…) and getAllOf(…).
We now accept the target type in both methods to retain type hints so that the underlying adapter implementation can use this type when materializing object instances.

Original Pull Request: #356
2021-03-15 08:09:35 +01:00
Christoph Strobl
50ae9b381a Prepare 2.5 M4 (2021.0.0).
See #354
2021-02-18 11:24:46 +01:00
Christoph Strobl
5ddfa56fc1 Updated changelog.
See #354
2021-02-18 11:24:43 +01:00
Christoph Strobl
33e896ccb3 Updated changelog.
See #352
2021-02-18 11:18:26 +01:00
Christoph Strobl
926617d13c Prepare 2.5 M3 (2021.0.0).
See #348
2021-02-17 13:59:43 +01:00
Christoph Strobl
ebd1adeab4 Updated changelog.
See #348
2021-02-17 13:59:41 +01:00
Christoph Strobl
d2344e2f00 Updated changelog.
See #347
2021-02-17 13:49:16 +01:00
Christoph Strobl
1f34162b9e Updated changelog.
See #313
2021-02-17 11:34:21 +01:00
Christoph Strobl
5f115583ed Updated changelog.
See #312
2021-02-17 10:58:20 +01:00
Christoph Strobl
6621a41c7b Prepare 2.5 M2 (2021.0.0).
See #290
2021-01-13 15:33:34 +01:00