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
Oliver Gierke
e792b833ab
DATAKV-183 - Prepare 2.0 RC1 (Kay).
2017-07-25 09:48:01 +02:00
Oliver Gierke
0f39318284
DATAKV-183 - Updated changelog.
2017-07-25 09:47:49 +02:00
Oliver Gierke
231d39a376
DATAKV-182 - Updated changelog.
2017-07-24 22:20:34 +02:00
Mark Paluch
14da42ff15
DATAKV-187 - Polishing.
...
Remove Serializable ID constraints from factory beans. Replace casts with type.cast(…). Convert anonymous inner classes to lambdas. Remove unused code and casts. Simplify test entities by removing Serializable and using lombok. Letter casing, formatting, Javadoc.
Original pull request: #25 .
2017-07-21 15:31:59 +02:00
Christoph Strobl
d6ee87ace5
DATAKV-187 - Remove restriction of ID type to be Serializable.
...
Original pull request: #25 .
2017-07-21 15:31:47 +02:00
Christoph Strobl
8f5fa59386
DATAKV-186 - Polishing.
...
Add missing author information and split test.
Original Pull Request: #24
2017-07-20 10:49:16 +02:00
EugeneNik
c5e0d1a26c
DATAKV-186 - SimpleKeyValueRepository.existsById(…) now evaluates findById(…) results properly.
...
ExistsById now evaluates Optional.isPresent() instead of comparing findById result to null.
Original Pull Request: #24
2017-07-20 10:48:08 +02:00
Christoph Strobl
256bb16dba
DATAKV-185 - Polishing.
...
Fix NPE by now returning an expression that always resolves to true.
2017-07-04 22:02:14 +02:00
Mark Paluch
b99510b6e1
DATAKV-185 - Adapt to changes in SpEL parser.
2017-07-04 15:24:49 +02:00
Mark Paluch
9727c2c9a6
DATAKV-184 - Adapt to API changes in mapping subsystem.
2017-07-04 14:34:56 +02:00
Mark Paluch
d5d09ac54f
DATAKV-178 - After release cleanups.
2017-06-14 17:14:08 +02:00
Mark Paluch
ee392e3989
DATAKV-178 - Prepare next development iteration.
2017-06-14 17:14:06 +02:00
Mark Paluch
3237e547c7
DATAKV-178 - Release version 2.0 M4 (Kay).
2017-06-14 17:03:48 +02:00
Mark Paluch
27dce7016b
DATAKV-178 - Prepare 2.0 M4 (Kay).
2017-06-14 17:03:00 +02:00
Mark Paluch
13ef97c1e3
DATAKV-178 - Updated changelog.
2017-06-14 17:02:57 +02:00
Mark Paluch
f218847ed5
DATAKV-174 - Updated changelog.
2017-06-08 11:56:18 +02:00
Mark Paluch
a4836f21ab
DATAKV-173 - Updated changelog.
2017-06-07 12:23:33 +02:00
Oliver Gierke
97a84c3445
DATAKV-179 - Adapt to API changes in QuerydslPredicateExecutor.findOne(…).
...
Related ticket: DATACMNS-1059.
2017-05-19 10:48:58 +02:00
Mark Paluch
0b7d91854d
DATAKV-168 - After release cleanups.
2017-05-09 11:34:42 +02:00
Mark Paluch
6e09b2ffe2
DATAKV-168 - Prepare next development iteration.
2017-05-09 11:34:41 +02:00
Mark Paluch
6ba5bcda52
DATAKV-168 - Release version 2.0 M3 (Kay).
2017-05-09 11:23:00 +02:00
Mark Paluch
3aa93d0548
DATAKV-168 - Prepare 2.0 M3 (Kay).
2017-05-09 11:22:12 +02:00
Mark Paluch
8b69a5aa63
DATAKV-168 - Updated changelog.
2017-05-09 11:22:02 +02:00
Christoph Strobl
aa6e412602
DATAKV-176 - Adapt to API changes in repository interfaces.
...
We now follow a more consistent naming scheme for the methods in repository that are driven by the following guidelines:
* Methods referring to an identifier now all end on …ById(…).
* Methods taking or returning a collection are named …All(…)
Please see DATACMNS-944 for details.
2017-05-03 17:43:10 +02:00
Mark Paluch
3f21f10d78
DATAKV-170 - Fix KeyValue.getCriteria() method name.
...
Introduce KeyValue.getCriteria() method and deprecate KeyValue.getCritieria() for later removal. Use fixed method in affected classes.
2017-04-20 13:03:53 +02:00
Oliver Gierke
cc51ec8c47
DATAKV-172 - Updated changelog.
2017-04-19 21:04:08 +02:00
Oliver Gierke
5948d3690a
DATAKV-171 - Updated changelog.
2017-04-19 20:01:40 +02:00
Oliver Gierke
8a1a096658
DATAKV-165 - Updated changelog.
2017-04-19 13:03:59 +02:00
Oliver Gierke
0ff6146515
DATAKV-164 - Updated changelog.
2017-04-19 11:50:41 +02:00
Mark Paluch
12301efd94
DATAKV-169 - Polishing.
...
Fix typo in test method names. Some minor language level cleanups and removal of deprecated API usage.
Original pull request: #23 .
2017-04-18 09:39:14 +02:00
Christoph Strobl
f67a66bf25
DATAKV-169 - Add support for IN keyword in derived queries.
...
We now support `In` keyword in derived finder methods (eg. `findByFirstnameIn(Collection<String> firstnames)`) when using SpEL based queries.
Original pull request: #23 .
2017-04-18 09:38:58 +02:00
Oliver Gierke
979f3a33a8
DATAKV-161 - Updated changelog.
2017-04-10 14:36:45 +02:00
Oliver Gierke
decdb205f0
DATAKV-151 - After release cleanups.
2017-04-04 22:08:18 +02:00
Oliver Gierke
25209ef77c
DATAKV-151 - Prepare next development iteration.
2017-04-04 22:08:13 +02:00
Oliver Gierke
f0892328bb
DATAKV-151 - Release version 2.0 M2 (Kay).
2017-04-04 21:12:35 +02:00
Oliver Gierke
8a97542b2f
DATAKV-151 - Prepare 2.0 M2 (Kay).
2017-04-04 21:12:01 +02:00
Oliver Gierke
688f696e9a
DATAKV-151 - Updated changelog.
2017-04-04 21:11:52 +02:00
John Blum
138137390a
DATAKV-166 - Rename getRepositoryFactoryClassName to getRepositoryFactoryBeanClassName.
2017-03-24 12:49:16 -07:00
Oliver Gierke
3e9e6a97e0
DATAKV-159 - Adapt to API changes after Mockito upgrade to 2.7.
2017-03-24 10:12:15 +01:00
Oliver Gierke
c9ce2f1f72
DATAKV-159 - Adapt to API changes in Spring Data Commons.
2017-03-24 10:12:03 +01:00
Christoph Strobl
71d2bfb254
DATAKV-159 - Open up API for extension.
...
Alter generic type declarations to open up repository related API for better extensibility.
2017-03-24 10:11:53 +01:00
Christoph Strobl
d3fe2f2e56
DATAKV-159 - Integrate DATACMNS Java 8 upgrade.
...
Related to: DATACMNS-867
2017-03-24 10:11:44 +01:00
Oliver Gierke
c148347e93
DATAKV-162 - Updated changelog.
2017-03-02 11:10:57 +01:00
Christoph Strobl
d637e26421
DATAKV-163 - Use Spring 5 compatible version of AnnotatedElementUtils.findAnnotationAttributes.
2017-02-01 13:49:03 +01:00
Oliver Gierke
32d8252cda
DATAKV-155 - Updated changelog.
2017-01-26 12:12:29 +01:00
Oliver Gierke
7ac63a5ac5
DATAKV-156 - Updated changelog.
2017-01-26 12:12:04 +01:00
Mark Paluch
a5c03efaae
DATAKV-158 - Update project documentation with the CLA tool integration.
2017-01-13 11:40:37 +01:00
Mark Paluch
5444ea20f7
DATAKV-157 - Migrate ticket references in test code to Spring Framework style.
2017-01-13 09:56:35 +01:00