391 Commits

Author SHA1 Message Date
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
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
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
5444ea20f7 DATAKV-157 - Migrate ticket references in test code to Spring Framework style. 2017-01-13 09:56:35 +01:00
Oliver Gierke
4d21c1e4b5 DATAKV-148 - Updated changelog. 2016-12-21 19:35:21 +01:00
Oliver Gierke
191d12c1e9 DATAKV-141 - Updated changelog. 2016-12-21 18:42:53 +01:00
Oliver Gierke
33ac8d5fab DATAKV-153 - Adapt API in KeyValueRepositoryFactoryBean.
Related ticket: DATACMNS-891.
2016-12-15 16:19:26 +01:00
Mark Paluch
e0380b0ac3 DATAKV-152 - Register KeyValueRepositoryFactory in spring.factories.
This is required for the switch in support for multi-store detection.

Related ticket: DATACMNS-952.
2016-12-05 17:04:12 +01:00
Oliver Gierke
14447c0a92 DATAKV-149 - Prepare 2.0 M1 (Kay). 2016-11-23 10:35:08 +01:00
Oliver Gierke
ac1f6d4f80 DATAKV-149 - Updated changelog. 2016-11-23 10:34:57 +01:00
Christoph Strobl
f9ac897ecc DATAKV-150 - Fix compile error after switch to Spring 5. 2016-11-07 15:05:07 +01:00
Oliver Gierke
5fd6024fd0 DATAKV-146 - Updated changelog. 2016-11-03 18:56:39 +01:00
Oliver Gierke
ecf3fd4c2d DATAKV-144 - Updated changelog. 2016-09-29 14:42:02 +02:00
Oliver Gierke
753ab82d54 DATAKV-145 - Updated changelog. 2016-09-29 11:50:46 +02:00
Oliver Gierke
ba614279f8 DATAKV-143 - Updated changelog. 2016-09-21 07:35:15 +02:00
Oliver Gierke
4a3eb39f29 DATAKV-139 - Updated changelog. 2016-09-20 11:57:07 +02:00
Christoph Strobl
37c9aa4012 DATAKV-142 - Consider PartTree.isLimiting() and PartTree.getMaxResults() when creating queries.
We now pick up result size limiting constraints from the query method name. This allows usage of `findTopN` and `findFirst` keywords.

Original pull request: #22.
2016-09-12 13:12:31 +02:00
Oliver Gierke
6a4337f69a DATAKV-133 - Prepare 1.2 M1 (Ingalls). 2016-07-27 13:51:37 +02:00
Oliver Gierke
2df87c1175 DATAKV-133 - Updated changelog. 2016-07-27 13:51:28 +02:00
Oliver Gierke
aa3148a867 DATAKV-134 - Updated changelog. 2016-06-15 14:31:47 +02:00
Christoph Strobl
0ad24ece59 DATAKV-137 - Polishing.
Remove whitespaces & unused imports, fix warnings.

Original Pull Request: #20
2016-06-14 08:16:42 +02:00
Mark Paluch
302dfd407c DATAKV-137 - Fix cached query execution.
We now make sure that cached SpelCriteria's use the appropriate EvaluationContext containing parameters from the request instead of using the EvaluationContext of the cached query.

Original Pull Request: #20
2016-06-14 08:16:22 +02:00
Christoph Strobl
66534d2ae0 DATAKV-136 - Choose SecureRandom algorithm based on operating system and availability.
We now distinguish between operating systems when choosing a SecureRandom algorithm. Additionally we check the availability of the implementations and choose the first one available.

Original pull request: #21.
2016-06-13 13:19:50 +02:00
Oliver Gierke
906a6daa3f DATAKV-132 - Updated changelog. 2016-04-06 23:14:23 +02:00
Oliver Gierke
9098e70274 DATAKV-130 - Prepare 1.1 GA (Hopper). 2016-04-06 16:34:45 +02:00
Oliver Gierke
23a0fc9de2 DATAKV-130 - Updated changelog. 2016-04-06 16:34:34 +02:00
Oliver Gierke
062814da5a DATAKV-128 - Prepare 1.1 RC1 (Hopper). 2016-03-18 11:06:57 +01:00
Oliver Gierke
44b90141f7 DATAKV-128 - Updated changelog. 2016-03-18 11:06:47 +01:00
Mark Paluch
6d29f62f1e DATAKV-112 - Polishing.
Updated license header. Fixed documentation reference.

Related tickets: DATAKV-112, DATAKV-117
Original pull request: #18.
2016-03-10 17:08:18 +01:00
Christoph Strobl
fae6d418b6 DATAKV-117 - Pass on type information to KV Adapter.
Original pull request: #18.
2016-03-10 17:08:18 +01:00