Commit Graph

496 Commits

Author SHA1 Message Date
Costin Leau
de3b71bf34 + update tasks with deployed plugins 2011-04-21 20:44:47 +03:00
Costin Leau
bc548fcb34 + fixed the upload task 2011-04-21 18:52:47 +03:00
Costin Leau
6c0fa8ab75 + fixed archive creation 2011-04-21 15:52:17 +03:00
Costin Leau
627dd20e9e + another gradle update
+ fixed the dist/maven problem
2011-04-21 15:17:26 +03:00
Costin Leau
ae2b02b5e6 + breakdown the scripts 2011-04-21 14:51:20 +03:00
Costin Leau
5e6404bd42 + update dependencies 2011-03-13 19:48:44 +02:00
Costin Leau
577bd2607a Merge branch 'master' into gradle-build 2011-03-13 19:33:47 +02:00
Costin Leau
120196f06d Merge branch 'master' into gradle-build
Conflicts:
	.gitignore
	docs/src/info/readme.txt
	pom.xml
	spring-data-keyvalue-core/pom.xml
	spring-data-keyvalue-parent/.project
	spring-data-keyvalue-parent/pom.xml
	spring-data-redis/pom.xml
	spring-data-redis/src/main/java/org/springframework/data/keyvalue/redis/connection/RedisPubSubCommands.java
	spring-data-redis/src/main/java/org/springframework/data/keyvalue/redis/core/RedisTemplate.java
	spring-data-redis/template.mf
	spring-data-riak/pom.xml
	src/docbkx/appendix/appendix-schema.xml
2011-03-13 19:32:41 +02:00
Costin Leau
29fa021a76 DATAKV-38
+ add more tests
2011-03-13 19:19:14 +02:00
Costin Leau
47a941da47 + minor NPE check (not needed but better to be safe) 2011-03-11 21:29:38 +02:00
Costin Leau
d7db64fdbf DATAKV-36
+ update BulkMapper contract
2011-03-11 18:12:54 +02:00
Costin Leau
f63da79892 + update jackson and slf4j 2011-03-11 18:12:51 +02:00
Costin Leau
4e55f6d6ce DATAKV-36
+ add Apache Commons BeanUtils impl
2011-03-11 18:12:51 +02:00
Costin Leau
2b3018f410 DATAKV-36
+ improve HashMapper contract
+ improve Jackson impl
2011-03-11 18:12:47 +02:00
Costin Leau
0acf1051c7 DATAKV-36
+ rename .mapper package to .hash to better reflect its function
2011-03-11 18:12:42 +02:00
Costin Leau
6496c37e46 DATAKV-36
+ add initial cut of mapping package and HashMapper
2011-03-11 18:12:39 +02:00
Costin Leau
32998b9d82 DATAKV-36
+ changed BulkMapper from using low-level byte array to objects
2011-03-11 18:12:36 +02:00
Costin Leau
7b7777fba4 DATAKV-36
+ fix compilation problem under the JDK (works fine in Eclipse)
+ added more javadocs
2011-03-11 18:12:24 +02:00
Costin Leau
ed68913d09 DATAKV-36
+ refactored SortQuery by adding get params as well
2011-03-11 18:12:24 +02:00
Costin Leau
ea8806aa61 DATAKV-36
add current sort-and-get draft
2011-03-11 18:12:24 +02:00
Costin Leau
df5a4e3cfc + fix bug in sort param initialization 2011-03-11 18:09:33 +02:00
Costin Leau
a72cf04a71 + fix small init bug 2011-03-11 18:09:18 +02:00
Costin Leau
35f97c6d57 DATAKV-36
+ add support for multiple get keys for connection sortParam
2011-03-07 14:49:53 +02:00
Costin Leau
812cd6183f + several adjustments to the intersect/diff signatures
+ added overloaded methods to support single key operations w/o having to create a collection
2011-03-03 13:15:05 +02:00
Costin Leau
2e53b178f0 + add overloaded delete/watch operation for single key invocations 2011-03-01 17:43:16 +02:00
Costin Leau
b9a6ae7b71 + fix project description 2011-02-25 12:02:52 +02:00
Costin Leau
dfc165869b + small commit 2011-02-24 20:58:57 +02:00
Costin Leau
da5f132336 + improve getAndXXX operations (taking advantage of the increment operation which is already atomic). 2011-02-24 20:58:06 +02:00
Costin Leau
6d2ada34f2 DATAKV-34
+ add tests for null handling at the connection level
2011-02-11 18:49:35 +02:00
Costin Leau
1b9b9da931 + improve handling of Jedis exceptions 2011-02-11 18:47:23 +02:00
Costin Leau
490771f260 + add detection for Jredis ClientRUntimeException
+ improve exception handling
2011-02-11 18:47:02 +02:00
Costin Leau
d61622b130 + bump version to BUILD-SNAPSHOT 2011-02-10 18:53:08 +02:00
Costin Leau
c5de5a103f + update readme + changelog 2011-02-10 18:31:17 +02:00
Costin Leau
7a2795dfbc + exclude empty package from javadoc 2011-02-10 18:23:18 +02:00
Costin Leau
1cd792ad17 + update authors 2011-02-10 18:11:58 +02:00
Costin Leau
9519febbbb + beautify XML schema rendering 2011-02-10 18:11:11 +02:00
Costin Leau
56e093e9c6 + change tabs into spaces for better reference docs rendering 2011-02-10 18:08:38 +02:00
Costin Leau
6f9baf0be7 preparing for 1.0.0.M2 2011-02-10 18:07:53 +02:00
Costin Leau
0ed75b1bf0 + update changelog for M2 release 2011-02-10 16:58:44 +02:00
Costin Leau
aba7c13a5e + fix javadoc warnings 2011-02-10 16:58:29 +02:00
J. Brisbin
175de1751d Updated changelog 2011-02-09 14:06:14 -05:00
J. Brisbin
f9542269e2 Updated changelog 2011-02-09 14:04:56 -05:00
Costin Leau
2b190f8492 + fix ssh task by adding a repository for all tasks 2011-02-09 18:51:36 +02:00
Costin Leau
d9c012f584 + align maven group Id
+ various other fixes
2011-02-09 15:01:52 +02:00
Costin Leau
76df2c518d + add several tweaks to the css/xsl 2011-02-09 13:38:41 +02:00
Costin Leau
a3bc705f04 + change tabs into spaces for better reference docs rendering 2011-02-09 13:38:20 +02:00
Costin Leau
d83a2b1e41 + fix admon path (from admons to admon) 2011-02-09 13:37:26 +02:00
Costin Leau
dfa2498dd1 + html.css has been replaced by manual.css 2011-02-09 13:02:30 +02:00
Costin Leau
fd6635fd78 + javadoc tweaks 2011-02-09 09:59:32 +02:00
Costin Leau
9ea7e108e1 + fix some javadoc warnings (ironically some still show up) 2011-02-09 09:59:06 +02:00