Commit Graph

83 Commits

Author SHA1 Message Date
Oliver Gierke
bb56ff7d40 DATAKV-172 - Updated changelog. 2017-04-19 21:04:08 +02:00
Oliver Gierke
a4ecf0e7d1 DATAKV-171 - Prepare 1.2.3 (Ingalls SR3). 2017-04-19 19:32:01 +02:00
Oliver Gierke
b9f1c2b70f DATAKV-171 - Updated changelog. 2017-04-19 19:31:50 +02:00
Oliver Gierke
c5363044f2 DATAKV-165 - Updated changelog. 2017-04-19 13:04:00 +02:00
Oliver Gierke
aad342711a DATAKV-164 - Prepare 1.2.2 (Ingalls SR2). 2017-04-19 10:10:47 +02:00
Oliver Gierke
6d18605367 DATAKV-164 - Updated changelog. 2017-04-19 10:10:34 +02:00
Mark Paluch
693d0c0d1e DATAKV-169 - Polishing.
Fix typo in test method names.

Original pull request: #23.
2017-04-18 09:31:59 +02:00
Christoph Strobl
d7e8705246 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:31:55 +02:00
Oliver Gierke
712cd68785 DATAKV-151 - Updated changelog. 2017-04-10 14:37:23 +02:00
Oliver Gierke
8594f5d217 DATAKV-161 - Updated changelog. 2017-03-02 16:57:42 +01:00
Oliver Gierke
0339c89b02 DATAKV-162 - Prepare 1.2.1 (Ingalls SR1). 2017-03-02 09:33:25 +01:00
Oliver Gierke
ab085cd46f DATAKV-162 - Updated changelog. 2017-03-02 09:32:28 +01:00
Christoph Strobl
542428709d DATAKV-163 - Use Spring 5 compatible version of AnnotatedElementUtils.findAnnotationAttributes. 2017-02-01 13:46:12 +01:00
Oliver Gierke
e4e133dc94 DATAKV-155 - Updated changelog. 2017-01-26 12:08:45 +01:00
Oliver Gierke
4b00b2d7e4 DATAKV-156 - Prepare 1.2 GA (Ingalls). 2017-01-26 10:26:35 +01:00
Oliver Gierke
2c7b869f30 DATAKV-156 - Updated changelog. 2017-01-26 10:26:31 +01:00
Mark Paluch
9cdea875e0 DATAKV-157 - Migrate ticket references in test code to Spring Framework style. 2017-01-13 09:54:49 +01:00
Oliver Gierke
82734bede1 DATAKV-148 - Updated changelog. 2016-12-21 19:35:21 +01:00
Oliver Gierke
0950153fac DATAKV-141 - Prepare 1.2 RC1 (Ingalls). 2016-12-21 16:15:47 +01:00
Oliver Gierke
67e0ee3d5e DATAKV-141 - Updated changelog. 2016-12-21 16:15:35 +01:00
Oliver Gierke
923ca2133f DATAKV-153 - Adapt API in KeyValueRepositoryFactoryBean.
Related ticket: DATACMNS-891.
2016-12-15 16:19:20 +01:00
Mark Paluch
1aa8871d4d 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:03:56 +01:00
Oliver Gierke
e4e21bd582 DATAKV-149 - Updated changelog. 2016-11-23 13:52:36 +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
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
Christoph Strobl
070be6e47d DATAKV-129 - Allow usage of @AliasFor with @KeySpace.
We now allow using Spring's meta-annotation programming model. Own meta-annotations can be composed using @KeySpace and @AliasFor annotation.
Example for a custom meta-annotation corresponding to @KeySpace("sessions") when it's used with @SessionsKeyspace class MyEntity {…}:

@Persistent
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.TYPE })
@KeySpace
public @interface SessionsKeyspace {

	@AliasFor(annotation = KeySpace.class, attribute = "value")
	String name() default "sessions";
}

Original pull request: #19.
2016-03-10 17:06:47 +01:00
Oliver Gierke
2cce00f1fe DATAKV-126 - Updated changelog. 2016-02-23 14:27:23 +01:00
Oliver Gierke
cd93bced7f DATAKV-124 - Prepare 1.1 M1 (Hopper). 2016-02-12 15:36:20 +01:00
Oliver Gierke
683bcb3559 DATAKV-124 - Updated changelog. 2016-02-12 15:36:13 +01:00
Oliver Gierke
874b2bc880 DATAKV-123 - Introduced dedicated KeyValueRepositoryFactoryBean.createRepositoryFactory(…).
We now expose a dedicated method for implementors to use to create the repository factory instance based on the configuration of the factory.

Added unit tests to make sure the factory bean fails fast if it's configured improperly.

Original Pull Request: #17
2016-02-11 10:02:17 +01:00
Oliver Gierke
40fe2addac DATAKV-115 - Polishing.
Introduced dedicated constructor on SpelCriteria to default the EvaluationContext to StandardEvaluationContext. Switched to ternary if in KeyValuePartTreeQuery for both application of Pageable and Sort. Tweaked unit test to actually compile in Eclipse.

Original pull request: #16.
2016-02-09 15:51:47 +01:00