Commit Graph

440 Commits

Author SHA1 Message Date
Costin Leau
2b4617eb5c + upgrade reference to docbook 5.0 2011-02-08 19:48:34 +02:00
Costin Leau
e5efb21d70 + remove spring-data-keyvalue-parent
+ add improved build.gradle
2011-02-08 18:30:28 +02:00
Costin Leau
213d7b7911 + javadoc tweaks 2011-02-08 18:29:30 +02:00
Costin Leau
2440975a14 various tweaks 2011-02-08 15:12:13 +02:00
Costin Leau
ad5dcd54c6 + fix some javadoc warnings (ironically some still show up) 2011-02-08 15:11:40 +02:00
Costin Leau
527b804dad + adjust settings accordingly to spring-gradle-build 2011-02-08 13:13:04 +02:00
Costin Leau
bf85fc7fa5 + add buildSrc module 2011-02-08 13:08:50 +02:00
Costin Leau
19355aa9dd + rearrange docs folder 2011-02-08 13:06:14 +02:00
Costin Leau
f28676515e + small tweaks 2011-02-08 12:48:58 +02:00
Costin Leau
b2e0d77156 + add automatic property expansion in manifest 2011-02-08 11:57:02 +02:00
Costin Leau
65db11bbe1 + add default gradle build dir to .gitignore 2011-02-07 21:05:50 +02:00
Costin Leau
36f7cd4d5e + add springsource repository
+ disable some tests (seem to be failing on this branch)
2011-02-07 18:46:07 +02:00
J. Brisbin
275c20b3ba Added Spring Integration Gradle helpers. 2011-02-04 15:13:14 -06:00
J. Brisbin
15a3a3d722 Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue into gradle-build 2011-02-04 12:43:02 -06:00
J. Brisbin
da11fd7c5d First pass at adding Gradle as build tool 2011-02-04 12:42:30 -06:00
Costin Leau
85126c4d69 + update to Jedis 1.5.2 2011-02-04 18:41:16 +02:00
Costin Leau
d2d59a17e5 add docs on StringConnection/Template and the serializers 2011-02-01 20:17:45 +02:00
Costin Leau
1234372729 DATAKV-32
+ fix bug in template that used hash value serializer instead of the key one
2011-01-31 14:28:05 +02:00
Costin Leau
d366115961 DATAKV-32
+ add more integration tests
2011-01-31 13:48:06 +02:00
Costin Leau
aba480188b DATAKV-32
+ add jackson packages to OSGi template
2011-01-31 13:47:34 +02:00
Costin Leau
fc42dc76ba + remove some compiler warnings 2011-01-31 13:28:06 +02:00
Costin Leau
7f6f8a2392 DATAKV-32
+ add Jackson serializer support
2011-01-31 13:24:37 +02:00
Costin Leau
1132fb5847 + update to latest Jedis version (add support for rich exceptions)
+ add handling of broken connections
2011-01-31 13:23:01 +02:00
Costin Leau
bf26b9b812 + update to latest Jedis exception improvements 2011-01-31 10:39:17 +02:00
Costin Leau
2f03ad705b + enable binary pubsub test 2011-01-28 18:46:00 +02:00
Costin Leau
00d847066f + finished adding integration tests for OXM support (XStream used in tests) 2011-01-28 18:45:45 +02:00
Costin Leau
f32dd365a0 + add OxmConverter serializer
+ update OSGi template accordingly
+ add Serialization Exception
2011-01-28 17:39:25 +02:00
Costin Leau
2e5917080b + readd snapshot repo for Jedis 2011-01-28 08:59:07 +02:00
Costin Leau
3f013df426 DATAKV-26
+ add String connection to RedisTemplate
2011-01-27 20:14:44 +02:00
Costin Leau
be70393efb + quick rename per user comments 2011-01-27 19:27:24 +02:00
Costin Leau
4ae784c4d8 DATAKV-26 2011-01-27 19:23:33 +02:00
Costin Leau
d24aaa0820 + propagate session changes to RedisAtomicLong as well 2011-01-27 18:12:03 +02:00
Costin Leau
ec7f003dff + introduce Session callback to allow the same connection to be reused
+ various improvements to the underlying connection handling infrastructure
+ updated AtomicCounterInteger to take advantage of thew new infrastructure
+ improved tests by refactoring some common functionality
2011-01-27 14:20:13 +02:00
Costin Leau
ff6d9e0a05 DATAKV-27
+ add initial pipeline support to RedisConnection and Jedis and JRedis implementations
2011-01-26 18:45:00 +02:00
Costin Leau
443f0885ac DATAKV-23
+ add mention in the docs regarding nulls
2011-01-25 14:33:14 +02:00
Costin Leau
bfb95793c6 DATAKV-28
+ add docs regarding the injection of views/operations
2011-01-25 14:29:25 +02:00
Costin Leau
b228920064 DATAKV-28
+ add property editors for [X] Operations
2011-01-25 14:21:45 +02:00
Costin Leau
fd9b74b41c DATAKV-25
+ add error handler setter on the container
+ improve docs
2011-01-25 13:33:24 +02:00
Costin Leau
60f7b65a73 + add Jedis public snapshot repo 2011-01-24 23:19:12 +02:00
Costin Leau
6dcef26811 DATAKV-25
+ add another integration test
2011-01-24 22:10:32 +02:00
Costin Leau
560b38c0fc + improve shutdown of Redis container (skipped waiting if the container is not started) 2011-01-24 21:53:34 +02:00
Costin Leau
31a2a2395d DATAKV-25
+ add namespace for Redis pubsub
2011-01-24 21:52:51 +02:00
Costin Leau
61afbd2e49 DATAKV-24
+ align pubsub with binary arguments in Jedis
2011-01-24 18:55:12 +02:00
Costin Leau
31abc40a8b DATAKV-23
+ String converter supports nulls
2011-01-24 17:26:58 +02:00
Costin Leau
c1c61d1cc7 + renamed get[X]Ops to -opsFor[X]
+ add Jedis 1.5.2 support
2011-01-21 21:59:01 +02:00
Costin Leau
b19a63d5c4 + add a delay to improve test synchronization 2011-01-21 21:26:06 +02:00
Costin Leau
f2d3c71216 + add another convenience method on message container 2011-01-21 21:18:08 +02:00
Costin Leau
e305301e8a + improve Message container behaviour by waiting (as much as possible) for the initial subscription to complete 2011-01-21 20:27:05 +02:00
Costin Leau
4c993fe2ef + fix NPE caused when calling addMessageListener before afterPropertiesSet() 2011-01-21 20:09:58 +02:00
Costin Leau
daeb75cd96 + change default serializer for MessageListener adapter (since messages are usually strings)
+ rename serializer setter on MessageContainer
2011-01-21 20:03:56 +02:00