1095 Commits

Author SHA1 Message Date
Oliver Gierke
4586799495 DATAREDIS-408 - After release cleanups. 2015-07-01 09:17:16 +02:00
Spring Buildmaster
922ddd1fc6 DATAREDIS-408 - Prepare next development iteration. 2015-06-30 23:22:27 -07:00
Spring Buildmaster
73184dbd22 DATAREDIS-408 - Release version 1.3.6.RELEASE (Dijkstra SR6). 2015-06-30 23:22:25 -07:00
Oliver Gierke
3b9425611e DATAREDIS-408 - Prepare 1.3.6.RELEASE (Dijkstra SR6). 2015-07-01 08:00:55 +02:00
Oliver Gierke
cc6af72f0b DATAREDIS-408 - Updated changelog. 2015-07-01 08:00:55 +02:00
Oliver Gierke
355bcab00a DATAREDIS-409 - Updated changelog. 2015-07-01 07:50:02 +02:00
Oliver Gierke
9da3491143 DATAREDIS-410 - Updated changelog. 2015-06-30 14:32:13 +02:00
Oliver Gierke
ce9a34e2b4 DATAREDIS-400 - Updated changelog. 2015-06-30 14:32:06 +02:00
Oliver Gierke
e5ddc7c0bd DATAREDIS-385 - Updated changelog. 2015-06-30 14:31:59 +02:00
Oliver Gierke
a0b69b5dc5 DATAREDIS-377 - Updated changelog. 2015-06-30 14:31:50 +02:00
Oliver Gierke
8d38ef282d DATAREDIS-366 - Updated changelog. 2015-06-30 14:31:30 +02:00
Thomas Darimont
90a96fe40e DATAREDIS-328 - RedisCacheManager should not instantiate caches in setCacheNames().
We now construct the caches for the configured cache-names in afterPropertiesSet(). Previously the caches were created in the setter which lead to unwanted property-set order dependencies.

Original pull request: #123.
2015-02-03 10:45:36 +01:00
Thomas Darimont
55837839a0 Add redis artifacts to gitignore. 2015-02-02 15:59:24 +01:00
Oliver Gierke
5382b49d52 DATAREDIS-365 - After release cleanups. 2015-01-27 18:29:25 +01:00
Spring Buildmaster
a6fe77674d DATAREDIS-365 - Prepare next development iteration. 2015-01-27 07:36:59 -08:00
Spring Buildmaster
9b8ffe485e DATAREDIS-365 - Release version 1.3.5.RELEASE (Dijkstra SR5). 2015-01-27 07:36:48 -08:00
Oliver Gierke
ceec6bfc1e DATAREDIS-365 - Prepare 1.3.5.RELEASE (Dijkstra SR5). 2015-01-27 15:20:29 +01:00
Oliver Gierke
c83789fa8e DATAREDIS-365 - Updated changelog. 2015-01-27 14:35:26 +01:00
Christoph Strobl
25f6bfde28 DATAREDIS-365 - Upgrade Dependencies.
org.springframework: 3.2.10 > 3.2.13
com.fasterxml.jackson: 2.2.0 > 2.2.4
2015-01-22 07:59:26 +01:00
Oliver Gierke
44b1cc1f33 DATAREDIS-360 - Updated changelog. 2015-01-20 08:05:33 +01:00
Oliver Gierke
c808879722 DATAREDIS-353 - Updated changelog. 2015-01-20 08:05:25 +01:00
Oliver Gierke
a6abaea06c DATAREDIS-345 - Updated changelog. 2015-01-20 08:05:09 +01:00
Oliver Gierke
e4b11fb9ba DATAREDIS-339 - After release cleanups. 2014-08-27 12:37:02 +02:00
Spring Buildmaster
353fea2770 DATAREDIS-339 - Prepare next development iteration. 2014-08-27 03:31:27 -07:00
Spring Buildmaster
0a5338ad03 DATAREDIS-339 - Release version 1.3.4.RELEASE. 2014-08-27 03:31:23 -07:00
Oliver Gierke
1cdd52c1cd DATAREDIS-339 - Prepare 1.3.4.RELEASE (Dijkstra SR4). 2014-08-27 11:28:27 +02:00
Oliver Gierke
8cffea651a DATAREDIS-339 - Updated changelog. 2014-08-27 11:28:23 +02:00
Oliver Gierke
72cc5ac575 DATAREDIS-338 - Updated changelog. 2014-08-27 07:47:02 +02:00
Thomas Darimont
b769ee1d6e DATAREDIS-337 - Improve handling of overridden methods in MessageListenerAdapter.
Previously overriding message handler methods of the delegate passed to MessageListenerAdapter resulted in the message handler method called multiple times. We now make sure that a message handler method is only found and invoked  once.

Original pull request: #95.
2014-08-13 09:02:46 +02:00
Jungtaek Lim
e0dbbaa22b DATAREDIS-333 - Use binary version of Jedis.evalsha()
* JedisConnection.eval() uses binary version of Jedis.eval()
* but JedisConnection.evalsha() uses string version of Jedis.evalsha()
* this commit changes JedisConnection.evalsha() to use binary version of Jedis.evalsha()

---

Original Pull Request: #91
CLA: 88220140729064528 (Jungtaek Lim)
2014-07-31 07:32:09 +02:00
Oliver Gierke
9a9443b9ff DATAREDIS-331 - After release cleanups. 2014-07-28 12:24:58 +02:00
Spring Buildmaster
b76893b577 DATAREDIS-331 - Prepare next development iteration. 2014-07-28 03:01:27 -07:00
Spring Buildmaster
c77e7c23e4 DATAREDIS-331 - Release version 1.3.2.RELEASE (Dijkstra SR2) 2014-07-28 03:01:23 -07:00
Oliver Gierke
6c8500db3e DATAREDIS-331 - Prepare 1.3.2.RELEASE (Dijkstra SR2). 2014-07-28 10:21:26 +02:00
Oliver Gierke
cab01cf6b2 DATAREDIS-331 - Updated changelog. 2014-07-28 10:19:59 +02:00
Oliver Gierke
02ab48fb34 DATAREDIS-322 - Updated changelog. 2014-07-25 06:22:21 +02:00
Thomas Darimont
a3d084fd1a DATAREDIS-327 - Improve exception handling for all supported clients.
We now consistently return null in implementations of RedisConnectionFactory#translateExceptionIfPossible(RuntimeException ex)
in cases where we cannot translate the given exception into a more meaningful one complying with the spec of PersistenceExceptionTranslator. Introduced the ExceptionTranslationStrategy abstraction which allows to customise the translation of exceptions through the implementations PassThroughExceptionTranslationStrategy which returns null iif the Exception could not be translated and FallbackExceptionTranslationStrategy which returns a RedisSystemException wrapping the original Exception if it couldn't be translated properly.

This fix also solves the issues DATAREDIS-295, DATAREDIS-325, DATAREDIS-326.

Original pull request: #90.
2014-07-23 14:19:33 +02:00
Christoph Strobl
eab3804a90 DATAREDIS-323 - Remove links to forum.spring.io.
Point links to spring-data and spring-data-redis tags on stackoverflow.

Original Pull Request: #86
2014-07-10 07:10:59 +02:00
Oliver Gierke
d3cf3e8052 DATAREDIS-320 - After release cleanups. 2014-06-30 16:47:28 +02:00
Spring Buildmaster
0e20f02e30 DATAREDIS-320 - Prepare next development iteration. 2014-06-30 07:43:58 -07:00
Spring Buildmaster
ab6b0ab17b DATAREDIS-320 - Release version 1.3.1.RELEASE (Dijkstra SR1). 2014-06-30 07:43:55 -07:00
Oliver Gierke
660a89e32c DATAREDIS-320 - Updated changelog. 2014-06-30 15:01:16 +02:00
Thomas Darimont
e876d93f96 DATAREDIS-310 - Eagerly serialise key and value in RedisCache.
We now serialise the key and value before trying to acquire the lock to make sure that the given key and value are written in state they were at method invocation time.

Original pull request: #85.
2014-06-30 09:51:50 +02:00
Christoph Strobl
7115bf290e DATAREDIS-307 - Add missing reference documentation for managed transactions.
Added explanation and code samples.

Original pull request: #75.
2014-05-21 14:02:13 +02:00
Thomas Darimont
0de9705fd1 DATAREDIS-301 - Prepare next development iteration. 2014-05-21 13:09:02 +02:00
Spring Buildmaster
53a3147517 DATAREDIS-301 - Release version 1.3.0.RELEASE. 2014-05-20 09:49:41 -07:00
Oliver Gierke
21aaa31e17 DATAREDIS-301 - Prepare 1.3 GA. 2014-05-20 16:26:45 +02:00
Oliver Gierke
32d0277ffb DATAREDIS-301 - Updated changelog. 2014-05-20 16:26:39 +02:00
Christoph Strobl
937ccdc428 DATAREDIS-303 - Upgrade to Spring 3.2.9.
Move baseline to Spring 3.2.9.
2014-05-20 15:00:50 +02:00
Christoph Strobl
b01fa9fd71 DATAREDIS-302 - Undo breaking change in DecoratingStringHashMapper.
The introduced generic types prevent the DecoratingStringHashMapper from being useful as it can now only be created for mappers of the generic type which was not the original intention.

This breaks the retwis-j sample as well as it seems other implementations see: b0c0d23.

Original pull request: #73.
2014-05-20 11:32:24 +02:00