Mark Paluch
08f8e3a9c1
DATAKV-178 - Updated changelog.
2017-06-14 17:34:55 +02:00
Mark Paluch
0f0f53954b
DATAKV-174 - Updated changelog.
2017-06-09 09:37:56 +02:00
Mark Paluch
bbcf021b7d
DATAKV-173 - Prepare 1.1.11 (Hopper SR11).
2017-06-07 11:10:24 +02:00
Mark Paluch
c76447acb3
DATAKV-173 - Updated changelog.
2017-06-07 11:10:17 +02:00
Mark Paluch
11894dd7df
DATAKV-168 - Updated changelog.
2017-05-09 11:36:13 +02:00
Mark Paluch
555166bd0c
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:06:12 +02:00
Oliver Gierke
556b92a239
DATAKV-172 - Prepare 1.1.10 (Hopper SR10).
2017-04-19 20:36:07 +02:00
Oliver Gierke
1c97644dd3
DATAKV-172 - Updated changelog.
2017-04-19 20:35:59 +02:00
Oliver Gierke
6b8dafd193
DATAKV-171 - Updated changelog.
2017-04-19 20:01:41 +02:00
Oliver Gierke
a350969231
DATAKV-165 - Prepare 1.1.9 (Hopper SR9).
2017-04-19 12:37:52 +02:00
Oliver Gierke
6fff83019c
DATAKV-165 - Updated changelog.
2017-04-19 12:37:39 +02:00
Oliver Gierke
f0ca13dea7
DATAKV-164 - Updated changelog.
2017-04-19 11:50:41 +02:00
Mark Paluch
5c6b64ffa4
DATAKV-169 - Polishing.
...
Fix typo in test method names.
Original pull request: #23 .
2017-04-18 09:37:57 +02:00
Christoph Strobl
c98c82e832
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:37:53 +02:00
Oliver Gierke
fe897b2888
DATAKV-151 - Updated changelog.
2017-04-10 14:37:31 +02:00
Oliver Gierke
ff59d30555
DATAKV-161 - Prepare 1.1.8 (Hopper SR8).
2017-03-02 11:29:33 +01:00
Oliver Gierke
c274d489a7
DATAKV-161 - Updated changelog.
2017-03-02 11:29:23 +01:00
Oliver Gierke
f1c90465f4
DATAKV-162 - Updated changelog.
2017-03-02 11:10:56 +01:00
Christoph Strobl
90fff34560
DATAKV-163 - Use Spring 5 compatible version of AnnotatedElementUtils.findAnnotationAttributes.
2017-02-01 13:45:43 +01:00
Oliver Gierke
e49f951c56
DATAKV-155 - Prepare 1.1.7 (Hopper SR7).
2017-01-26 11:33:07 +01:00
Oliver Gierke
1fe3cea2d9
DATAKV-155 - Updated changelog.
2017-01-26 11:32:54 +01:00
Oliver Gierke
cc0bfb43f6
DATAKV-156 - Updated changelog.
2017-01-26 11:23:21 +01:00
Oliver Gierke
a115a13cae
DATAKV-148 - Prepare 1.1.6 (Hopper SR6).
2016-12-21 19:03:39 +01:00
Oliver Gierke
7903a33fe3
DATAKV-148 - Updated changelog.
2016-12-21 19:03:28 +01:00
Oliver Gierke
d39ebfb6ea
DATAKV-141 - Updated changelog.
2016-12-21 18:42:52 +01:00
Oliver Gierke
8f827e1b78
DATAKV-149 - Updated changelog.
2016-11-23 13:52:36 +01:00
Oliver Gierke
5702ccb314
DATAKV-146 - Prepare 1.1.5 (Hopper SR5).
2016-11-03 17:55:59 +01:00
Oliver Gierke
f8f71e67fc
DATAKV-146 - Updated changelog.
2016-11-03 17:55:49 +01:00
Oliver Gierke
587d72bd92
DATAKV-144 - Prepare 1.1.4 (Hopper SR4).
2016-09-29 13:53:26 +02:00
Oliver Gierke
cac56eff23
DATAKV-144 - Updated changelog.
2016-09-29 13:53:14 +02:00
Oliver Gierke
6dfd023a7e
DATAKV-145 - Updated changelog.
2016-09-29 11:53:40 +02:00
Oliver Gierke
cd1175cab6
DATAKV-143 - Updated changelog.
2016-09-29 11:48:42 +02:00
Oliver Gierke
ab4ab577f3
DATAKV-133 - Updated changelog.
2016-09-20 11:56:20 +02:00
Oliver Gierke
b942dfb751
DATAKV-139 - Prepare 1.1.3 (Hopper SR3).
2016-09-20 10:54:16 +02:00
Oliver Gierke
b0f2595045
DATAKV-139 - Updated changelog.
2016-09-20 10:54:07 +02:00
Oliver Gierke
4d6da767f4
DATAKV-134 - Prepare 1.1.2 (Hopper SR2).
2016-06-15 13:44:52 +02:00
Oliver Gierke
f71e4c27fc
DATAKV-134 - Updated changelog.
2016-06-15 13:44:40 +02:00
Christoph Strobl
d867085c9b
DATAKV-137 - Polishing.
...
Remove whitespaces & unused imports, fix warnings.
Original Pull Request: #20
2016-06-14 08:18:10 +02:00
Mark Paluch
12b68c5994
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:18:03 +02:00
Christoph Strobl
c4054e6530
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:20:58 +02:00
Oliver Gierke
12f5807b96
DATAKV-132 - Prepare 1.1.1 (Hopper SR1).
2016-04-06 22:31:40 +02:00
Oliver Gierke
bfa0f4003f
DATAKV-132 - Updated changelog.
2016-04-06 22:31:32 +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
Christoph Strobl
551b27deb2
DATAKV-112 - Make caching repository queries more explicit.
...
We introduced an explicit CachingKeyValuePartTreeQuery and allow setting the gernal repository query stategy via QueryCreatorType.
By default queries will not be cached.
Original pull request: #18 .
2016-03-10 17:08:18 +01:00
Mark Paluch
b40c8c1ed6
DATAKV-129 - Polishing.
...
Updated license header.
Original pull request: #19 .
2016-03-10 17:06:47 +01:00