Commit Graph

428 Commits

Author SHA1 Message Date
Mark Paluch
bd17a02eb2 DATAKV-324 - Prepare next development iteration. 2020-10-28 16:10:20 +01:00
Mark Paluch
7df12d4451 DATAKV-324 - Release version 2.4 GA (2020.0.0). 2020-10-28 15:46:54 +01:00
Mark Paluch
a2c48ab956 DATAKV-324 - Prepare 2.4 GA (2020.0.0). 2020-10-28 15:46:31 +01:00
Mark Paluch
6d9bacaaaf DATAKV-324 - Updated changelog. 2020-10-28 15:46:18 +01:00
Mark Paluch
3f598e8bc5 DATAKV-318 - Updated changelog. 2020-10-28 15:03:00 +01:00
Mark Paluch
877f00d5c8 DATAKV-317 - Updated changelog. 2020-10-28 12:15:03 +01:00
Mark Paluch
d47301196a DATAKV-325 - Updated changelog. 2020-10-28 11:32:25 +01:00
Greg L. Turnquist
d068dcbeda DATAKV-320 - Use JDK 15 for latest CI jobs. 2020-10-26 13:19:07 -05:00
Christoph Strobl
0fbadb1c56 DATAKV-319 - After release cleanups. 2020-10-14 14:48:47 +02:00
Christoph Strobl
f3f529b554 DATAKV-319 - Prepare next development iteration. 2020-10-14 14:48:45 +02:00
Christoph Strobl
644c807985 DATAKV-319 - Release version 2.4 RC2 (2020.0.0). 2020-10-14 14:28:55 +02:00
Christoph Strobl
03e993f4f1 DATAKV-319 - Prepare 2.4 RC2 (2020.0.0). 2020-10-14 14:27:37 +02:00
Christoph Strobl
faeb10770f DATAKV-319 - Updated changelog. 2020-10-14 14:27:31 +02:00
Jay Bryant
e6f6a91734 DATAKV-323 - Wording changes.
Removed the language of oppression and violence
and replaced it with more neutral language.

Note that problematic words in the code have
to remain in the docs until the code changes.

Original pull request: #49.
2020-09-30 15:09:15 +02:00
Mark Paluch
63a2316d0d DATAKV-206 - Polishing.
Add since tag.

Original pull request: #29.
2020-09-30 15:02:42 +02:00
Mert Z
e4d37f0aa6 DATAKV-206 - Support for custom identifier generators.
Original pull request: #29.
2020-09-30 15:02:39 +02:00
Mark Paluch
71f946e8ff DATAKV-297 - Polishing.
Fix typo in exception message.
2020-09-30 14:23:08 +02:00
Mark Paluch
b56a7e5b7b DATAKV-322 - Polishing.
Add since tags. Make fields final where possible.

Original pull request: #48.
2020-09-30 14:18:49 +02:00
Marcel Overdijk
e90373f892 DATAKV-322 - Polishing.
Fix a typo.

Original pull request: #48.
2020-09-30 14:18:28 +02:00
Marcel Overdijk
228691c2b8 DATAKV-322 - Support setting the QueryEngine in the MapKeyValueAdapter.
MapKeyValueAdapter and KeyValueQuery provide now additional constructors that allow for extensibility.

Original pull request: #48.
2020-09-30 14:18:28 +02:00
Mark Paluch
bfd5f0152c DATAKV-321 - Adopt to changes in Spring Data Commons.
Update mocks with new behavior.
2020-09-22 16:15:26 +02:00
Greg L. Turnquist
29c79f7027 DATAKV-320 - Only test other versions for local changes on main branch. 2020-09-18 11:07:49 -05:00
Mark Paluch
2e2c3266c5 DATAKV-314 - After release cleanups. 2020-09-16 14:05:28 +02:00
Mark Paluch
484b22667a DATAKV-314 - Prepare next development iteration. 2020-09-16 14:05:24 +02:00
Mark Paluch
f67da099e1 DATAKV-314 - Release version 2.4 RC1 (2020.0.0). 2020-09-16 13:57:41 +02:00
Mark Paluch
fe774c167f DATAKV-314 - Prepare 2.4 RC1 (2020.0.0). 2020-09-16 13:57:08 +02:00
Mark Paluch
c8ddfe0ccd DATAKV-314 - Updated changelog. 2020-09-16 13:56:50 +02:00
Mark Paluch
2ee8fa6235 DATAKV-315 - Updated changelog. 2020-09-16 12:16:29 +02:00
Mark Paluch
c5f6db190a DATAKV-312 - Updated changelog. 2020-09-16 11:20:05 +02:00
Mark Paluch
cd67b24a87 DATAKV-311 - Updated changelog. 2020-09-16 10:38:55 +02:00
Mark Paluch
97a6450122 DATAKV-313 - Updated changelog. 2020-08-12 13:25:46 +02:00
Mark Paluch
4d77880a21 DATAKV-309 - After release cleanups. 2020-08-12 12:00:22 +02:00
Mark Paluch
d6ddce3826 DATAKV-309 - Prepare next development iteration. 2020-08-12 12:00:19 +02:00
Mark Paluch
f2b13f430a DATAKV-309 - Release version 2.4 M2 (2020.0.0). 2020-08-12 11:52:05 +02:00
Mark Paluch
2ac15762c9 DATAKV-309 - Prepare 2.4 M2 (2020.0.0). 2020-08-12 11:51:40 +02:00
Mark Paluch
f100639467 DATAKV-309 - Updated changelog. 2020-08-12 11:51:21 +02:00
Mark Paluch
c6b47b025f DATAKV-308 - Updated changelog. 2020-07-22 10:37:56 +02:00
Mark Paluch
6e5f7cbbc2 DATAKV-307 - Updated changelog. 2020-07-22 10:08:41 +02:00
Mark Paluch
974d1838dd DATAKV-306 - Updated changelog. 2020-07-22 09:44:26 +02:00
Christoph Strobl
5c328f17c6 DATAKV-310 - Polishing.
Use consistent punctuation in asserts.
Update link to code of conduct.

Original Pull Request: #50
2020-07-15 07:13:46 +02:00
Mark Paluch
72636fb4fc DATAKV-310 - Polishing.
Fix link to code of conduct. Update Javadoc references to reflect com.mysema -> com.querydsl changes.

Original Pull Request: #50
2020-07-15 07:13:11 +02:00
Mark Paluch
1a5a74d2e9 DATAKV-310 - Guard repository implementations against null values.
SimpleKeyValueRepository and QuerydslKeyValueRepository now reject null arguments as per their interface contract.

Original Pull Request: #50
2020-07-15 07:12:36 +02:00
Mark Paluch
8bf02c7a4c DATAKV-304 - After release cleanups. 2020-06-25 11:58:22 +02:00
Mark Paluch
91b09e9b25 DATAKV-304 - Prepare next development iteration. 2020-06-25 11:58:19 +02:00
Mark Paluch
669c3c0d65 DATAKV-304 - Release version 2.4 M1 (2020.0.0). 2020-06-25 11:48:49 +02:00
Mark Paluch
11efe69f10 DATAKV-304 - Prepare 2.4 M1 (2020.0.0). 2020-06-25 11:48:19 +02:00
Mark Paluch
1fa6ae586a DATAKV-304 - Updated changelog. 2020-06-25 11:48:05 +02:00
Mark Paluch
1b6b52912b DATAKV-303 - Updated changelog. 2020-06-10 14:30:55 +02:00
Mark Paluch
20ade2feec DATAKV-300 - Updated changelog. 2020-06-10 12:29:53 +02:00
Mark Paluch
9927e1d4af DATAKV-299 - Updated changelog. 2020-06-10 11:37:44 +02:00