Commit Graph

202 Commits

Author SHA1 Message Date
Mark Paluch
a018fbb79a DATAKV-209 - Prepare next development iteration. 2018-04-13 15:08:32 +02:00
Mark Paluch
f58a25a59f DATAKV-209 - Release version 2.1 M2 (Lovelace). 2018-04-13 14:30:57 +02:00
Mark Paluch
87821d50b7 DATAKV-209 - Prepare 2.1 M2 (Lovelace). 2018-04-13 14:30:01 +02:00
Mark Paluch
5f849ea988 DATAKV-209 - Updated changelog. 2018-04-13 14:29:53 +02:00
Mark Paluch
2e277a486a DATAKV-211 - Updated changelog. 2018-04-04 17:12:52 +02:00
Mark Paluch
70003e27f9 DATAKV-207 - Updated changelog. 2018-04-04 15:16:16 +02:00
Mark Paluch
6c9b365287 DATAKV-213 - Update usage example for composed annotations using KeySpace.
We now mention an example using AliasFor that is used via AnnotatedElementUtils.findMergedAnnotation(…) to retrieve the keyspace value.
2018-04-03 15:36:49 +02:00
Mark Paluch
7634461997 DATAKV-210 - Updated changelog. 2018-02-28 11:17:33 +01:00
Mark Paluch
b37764720e DATAKV-208 - Updated changelog. 2018-02-19 20:30:00 +01:00
Christoph Strobl
9e0ffcd7d7 DATAKV-200 - After release cleanups. 2018-02-06 10:11:16 +01:00
Christoph Strobl
1d983139b4 DATAKV-200 - Prepare next development iteration. 2018-02-06 10:11:14 +01:00
Christoph Strobl
1930f40085 DATAKV-200 - Release version 2.1 M1 (Lovelace). 2018-02-06 09:47:10 +01:00
Christoph Strobl
fa53a48cb2 DATAKV-200 - Prepare 2.1 M1 (Lovelace). 2018-02-06 09:45:50 +01:00
Christoph Strobl
198f305f7f DATAKV-200 - Updated changelog. 2018-02-06 09:45:38 +01:00
Mark Paluch
fbb29c1923 DATAKV-204 - Updated changelog. 2018-01-24 13:41:19 +01:00
Mark Paluch
37bae2af42 DATAKV-203 - Updated changelog. 2018-01-24 12:22:09 +01:00
Mark Paluch
6381daacc9 DATAKV-205 - Update copyright years to 2018. 2018-01-08 16:25:58 +01:00
Mark Paluch
80fd17c0ca DATAKV-202 - Updated changelog. 2017-11-27 16:43:39 +01:00
Mark Paluch
67eeed8901 DATAKV-201 - Updated changelog. 2017-11-27 15:58:42 +01:00
Oliver Gierke
fb27f435b2 DATAKV-199 - Updated changelog. 2017-10-27 16:36:44 +02:00
Oliver Gierke
bbe39f5476 DATAKV-193 - Updated changelog. 2017-10-11 19:01:32 +02:00
Mark Paluch
330fe1fd32 DATAKV-194 - After release cleanups. 2017-10-02 11:37:22 +02:00
Mark Paluch
e1def007ff DATAKV-194 - Prepare next development iteration. 2017-10-02 11:37:21 +02:00
Mark Paluch
f869e22eda DATAKV-194 - Release version 2.0 GA (Kay). 2017-10-02 11:10:22 +02:00
Mark Paluch
d43628b031 DATAKV-194 - Prepare 2.0 GA (Kay). 2017-10-02 11:09:17 +02:00
Mark Paluch
e0226e57b0 DATAKV-194 - Updated changelog. 2017-10-02 11:09:10 +02:00
Christoph Strobl
5643799128 DATAKV-196 - Polishing.
Update JavaDoc and fix trailing whitespaces.
Add and use dedicated factory for caching constructors for and instantiating AbstractQueryCreator.

Original Pull Request: #27
2017-09-27 14:30:01 +02:00
Mark Paluch
80b2285c18 DATAKV-196 - Open up configuration and repository components for extension.
Make SpelSortAccessor public. Introduce getMappingContextBeanRef() template method to KeyValueRepositoryConfigurationExtension so subclasses may specify the mapping context bean name. Introduce createQueryCreator() template method to KeyValuePartTreeQuery for query creator customization in subclasses.

Original Pull Request: #27
2017-09-27 14:29:00 +02:00
Christoph Strobl
7a89366075 DATAKV-197 - Polishing.
Update JavaDoc, fix trailing whitespace and add missing @Nullable annotations to methods potentially returning null values.

Original Pull Request:#28
2017-09-27 14:22:05 +02:00
Mark Paluch
83057f1288 DATAKV-197 - Introduce usage of nullable annotations for API validation.
Annotate all packages with Spring Frameworks @NonNullApi and @NonNullFields. Add Spring's @Nullable to methods, parameters and fields that take or produce null values. Adapted using code to make sure the IDE can evaluate the null flow properly. Fix Javadoc in places where an invalid null handling policy was advertised. Strengthened null requirements for types that expose null-instances.

Original Pull Request: #28
2017-09-27 14:21:31 +02:00
Mark Paluch
f1935f73b7 DATAKV-198 - Adapt to changed Spring Framework 5 documentation structure.
Update links in the reference docs to their new locations.
2017-09-27 14:09:26 +02:00
Mark Paluch
cc143d97ad DATAKV-195 - Added explicit automatic module name for JDK 9. 2017-09-21 14:05:05 +02:00
Oliver Gierke
a39fb76535 DATAKV-190 - After release cleanups. 2017-09-11 17:40:20 +02:00
Oliver Gierke
b9566fa994 DATAKV-190 - Prepare next development iteration. 2017-09-11 17:40:18 +02:00
Oliver Gierke
8371d67b70 DATAKV-190 - Release version 2.0 RC3 (Kay). 2017-09-11 17:24:44 +02:00
Oliver Gierke
0a61c6c675 DATAKV-190 - Prepare 2.0 RC3 (Kay). 2017-09-11 17:23:51 +02:00
Oliver Gierke
8818c7975d DATAKV-190 - Updated changelog. 2017-09-11 17:23:40 +02:00
Mark Paluch
0c01ac218e DATAKV-191 - Updated changelog. 2017-09-11 12:43:52 +02:00
Mark Paluch
f0b3fc2b98 DATAKV-192 - Polishing.
Reduce member visibility according type visibility. Adapt to required argument in KeyValueRepository.findAll(Pageable). Replace cast with type to Class.cast(…). Use lombok for for getters/setters in test code. Suppress warnings, formatting.

Original pull request: #26.
2017-08-02 10:15:58 +02:00
Christoph Strobl
0025c03e5a DATAKV-192 - Move codebase to Java8 API.
Make use of stream lambdas in query execution. Remove copy of MetaAnnotationUtils in favor of @AliasFor usage.

Original pull request: #26.
2017-08-02 10:05:11 +02:00
Oliver Gierke
871130b9dc DATAKV-188 - Updated changelog. 2017-07-27 00:48:48 +02:00
Mark Paluch
aa6dcb945c DATAKV-175 - Remove deprecated KeyValueQuery.getCritieria() method.
Related ticket: DATAKV-170.
2017-07-26 14:39:47 +02:00
Oliver Gierke
88d5b293fa DATAKV-189 - After release cleanups. 2017-07-25 16:10:38 +02:00
Oliver Gierke
5ca3b02b45 DATAKV-189 - Prepare next development iteration. 2017-07-25 16:10:33 +02:00
Oliver Gierke
0dd430b9b4 DATAKV-189 - Release version 2.0 RC2 (Kay). 2017-07-25 15:34:23 +02:00
Oliver Gierke
9bd8f4042f DATAKV-189 - Prepare 2.0 RC2 (Kay). 2017-07-25 15:33:32 +02:00
Oliver Gierke
019828d851 DATAKV-189 - Updated changelog. 2017-07-25 15:33:20 +02:00
Oliver Gierke
0b2ab72538 DATAKV-183 - After release cleanups. 2017-07-25 10:00:08 +02:00
Oliver Gierke
9736fff01d DATAKV-183 - Prepare next development iteration. 2017-07-25 10:00:03 +02:00
Oliver Gierke
06dbac2d37 DATAKV-183 - Release version 2.0 RC1 (Kay). 2017-07-25 09:48:48 +02:00