Commit Graph

95 Commits

Author SHA1 Message Date
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
e4c721e7eb DATAKV-139 - After release cleanups. 2016-09-20 11:19:03 +02:00
Oliver Gierke
0a87d490ea DATAKV-139 - Prepare next development iteration. 2016-09-20 11:18:59 +02:00
Oliver Gierke
95ab5b2a7b DATAKV-139 - Release version 1.1.3 (Hopper SR3). 2016-09-20 10:54:50 +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
83ff3b7c74 DATAKV-134 - After release cleanups. 2016-06-15 14:17:53 +02:00
Oliver Gierke
f02847cdfb DATAKV-134 - Prepare next development iteration. 2016-06-15 14:17:49 +02:00
Oliver Gierke
28561d0ea7 DATAKV-134 - Release version 1.1.2 (Hopper SR2). 2016-06-15 13:45:52 +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
b9e9ca338c DATAKV-132 - After release cleanups. 2016-04-06 22:51:44 +02:00
Oliver Gierke
ebe82fd9a2 DATAKV-132 - Prepare next development iteration. 2016-04-06 22:51:42 +02:00
Oliver Gierke
e5eccdc0e9 DATAKV-132 - Release version 1.1.1 (Hopper SR1). 2016-04-06 22:32:14 +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
3e7a231609 DATAKV-130 - Prepare next development iteration. 2016-04-06 16:38:17 +02:00
Oliver Gierke
35be2553c3 DATAKV-130 - Release version 1.1 GA (Hopper). 2016-04-06 16:35:58 +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
Mark Paluch
d155f33816 DATAKV-131 - Point to the appropriate Jira project. 2016-04-05 14:25:39 +02:00
Mark Paluch
f99e1f56ba DATAKV-131 - Add pull request template. 2016-04-05 10:45:27 +02:00
Oliver Gierke
6f5e67d9b1 DATAKV-128 - After release cleanups. 2016-03-18 11:16:07 +01:00
Oliver Gierke
782315ce2d DATAKV-128 - Prepare next development iteration. 2016-03-18 11:15:51 +01:00
Oliver Gierke
de47b77376 DATAKV-128 - Release version 1.1 RC1 (Hopper). 2016-03-18 11:14:59 +01: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
79701b46d9 DATAKV-124 - After release cleanups. 2016-02-12 15:43:57 +01:00
Oliver Gierke
da295ea3d1 DATAKV-124 - Prepare next development iteration. 2016-02-12 15:43:39 +01:00
Oliver Gierke
edb7ad355e DATAKV-124 - Release version 1.1 M1 (Hopper). 2016-02-12 15:42:47 +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
Christoph Strobl
e22ee22e58 DATAKV-115 - Make derived finder execution thread-safe.
We now make sure separate SpelExpression and EvaluationContext for each and every derived finder execution to assert the expression context cannot be accidentally overridden.

Original pull request: #16.
2016-02-09 15:50:19 +01:00
Oliver Gierke
3c52aff26c DATAKV-125 - Added code of conduct and contributing guidelines. 2016-02-02 10:14:42 +01:00
Oliver Gierke
e35c343830 DATAKV-124 - Declare Artifactory Maven plugin to be able to distribute build artifacts. 2016-01-28 15:27:33 +01:00
Oliver Gierke
62276f3d69 DATAKV-122 - Updated changelog. 2015-12-18 10:54:22 +01:00
Oliver Gierke
d1df6d5e76 DATAKV-121 - Added support for projections on repository query methods.
Repository methods can now return interfaces that act as projections on the original entity instances stored in the repository.

Related ticket: DATACMNS-89.
2015-12-14 19:57:34 +01:00
Oliver Gierke
e7efe2912c DATAKV-119 - Upgraded to Querydsl 4. 2015-11-17 13:43:29 +01:00