Commit Graph

367 Commits

Author SHA1 Message Date
Mark Paluch
eb2fa576ae Prepare 3.0.12 (2022.0.12).
See #536
2023-11-17 10:56:59 +01:00
Mark Paluch
37e522a0f0 Prepare 3.0.11 (2022.0.11).
See #528
2023-10-13 11:41:28 +02:00
Mark Paluch
5a4673bd33 Prepare 3.0.10 (2022.0.10).
See #523
2023-09-15 10:17:30 +02:00
Mark Paluch
1c61bde742 Prepare 3.0.9 (2022.0.9).
See #515
2023-08-18 10:42:55 +02:00
Mark Paluch
77d9e8ce7e Prepare 3.0.8 (2022.0.8).
See #507
2023-07-14 11:22:23 +02:00
Mark Paluch
3f501bfa4b Prepare 3.0.7 (2022.0.7).
See #498
2023-06-16 15:39:29 +02:00
Mark Paluch
8b595ab954 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #501
2023-06-06 10:10:11 +02:00
Christoph Strobl
42bb5b142c Prepare 3.0.6 (2022.0.6).
See #495
2023-05-12 11:07:47 +02:00
Greg L. Turnquist
5b33b6c161 Prepare 3.0.5 (2022.0.5).
See #486
2023-04-14 10:18:29 -05:00
Christoph Strobl
cfa7d8005e Prepare 3.0.4 (2022.0.4).
See #484
2023-03-20 14:22:20 +01:00
Mark Paluch
0c2b8e7ea3 Prepare 3.0.3 (2022.0.3).
See #477
2023-03-03 10:59:16 +01:00
Mark Paluch
4e9b30e28f Prepare 3.0.2 (2022.0.2).
See #472
2023-02-17 10:59:13 +01:00
Mark Paluch
35f341cdad Move off deprecated API.
See #475
2023-02-15 14:16:35 +01:00
Mark Paluch
928675b4e0 Adopt unit tests to API changes in Commons.
Closes #475
2023-02-15 14:16:35 +01:00
Mark Paluch
8aab2cc231 Prepare 3.0.1 (2022.0.1).
See #464
2023-01-13 11:40:38 +01:00
Mark Paluch
537e9357df Extend license header copyright years to 2023.
See #467
2023-01-02 09:50:06 +01:00
Mark Paluch
613f922f3b Prepare 3.0 GA (2022.0.0).
See #459
2022-11-18 14:26:12 +01:00
Mark Paluch
b06b3f5f3f Prepare 3.0 RC2 (2022.0.0).
See #460
2022-11-04 15:23:06 +01:00
Mark Paluch
8c3c5b3829 Prepare 3.0 RC1 (2022.0.0).
See #454
2022-10-13 17:24:03 +02:00
Spring Builds
7afc835200 Prepare 3.0 M6 (2022.0.0).
See #448
2022-09-19 14:12:55 +00:00
Christoph Strobl
8958eb8738 Remove usage of RuntimeHintsUtils & SynthesizedAnnotation.
Closes: #451
2022-09-06 17:38:04 +02:00
Mark Paluch
094d25ef77 Polishing.
Improve hints type naming. Make runtime hints package-private.

See #449
2022-08-17 09:31:13 +02:00
Mark Paluch
421735261c Consume KeySpace annotation values without synthesizing the annotation.
Closes #449
2022-08-17 09:30:46 +02:00
Christoph Strobl
bd9c1cc0fc Prepare 3.0 M5 (2022.0.0).
See #436
2022-07-15 15:17:56 +02:00
Christoph Strobl
0fe65fec5a Add native runtime hints.
See: #445
2022-07-06 14:27:03 +02:00
John Blum
efaeeebe39 Remove punctuation in Exception messages.
Closes #442.
2022-06-08 16:59:58 -07:00
Mark Paluch
ba08047dc9 Remove changelog shipped with the binaries.
Closes #384
2022-05-19 11:22:24 +02:00
Mark Paluch
71105702e8 Provide deleted object to KeyValueTemplate instead of deleting entities by Id.
Closes #438
2022-05-19 11:21:06 +02:00
Christoph Strobl
ec239acda7 Prepare 3.0 M4 (2022.0.0).
See #431
2022-05-13 10:43:19 +02:00
Mark Paluch
f71d106c4e Prepare 3.0 M3 (2022.0.0).
See #430
2022-03-22 14:00:02 +01:00
Mark Paluch
20b852a489 Prepare 3.0 M2 (2022.0.0).
See #415
2022-03-21 16:34:36 +01:00
Christoph Strobl
c0f4189713 Update copyright year to 2022.
See: #419
2022-02-17 12:36:27 +01:00
Oliver Drotbohm
9f1b1b7c3a Adapt to changes in entity creation metadata APIs in Spring Data Commons. 2022-02-15 17:39:35 +01:00
Mark Paluch
524417fe5f Adapt repository to List-based interface variants.
Closes #418
2022-02-11 10:45:11 +01:00
Mark Paluch
941c4d5ee6 Prepare 3.0 M1 (2022.0.0).
See #411
2022-01-14 14:34:46 +01:00
Jens Schauder
57afa3dbbe Remove Eclipse Non-Javadoc comments.
Closes #409
2022-01-05 15:39:23 +01:00
John Blum
4bb23916ce Fix invalid Javadoc references and tags.
Closes #396.
2022-01-04 14:34:45 +01:00
John Blum
1702f10032 Remove support for Joda Time.
Closes #396.
2022-01-04 14:34:44 +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