Commit Graph

71 Commits

Author SHA1 Message Date
J. Brisbin
76d3703a2b Added RiakClassLoader and helper (undocumented). 2011-01-07 14:29:56 -06:00
J. Brisbin
a471f8b409 Removed SLF4J from manifest template, added ignoreNotFound convenience property for turning off 404 error messages in RestTemplate. 2011-01-07 14:28:55 -06:00
J. Brisbin
d5ece8ee81 Tweaked manifest template, removed SLF4J from pom.xml. 2011-01-07 14:05:44 -06:00
J. Brisbin
b4b8037bac Changed logging to commons-logging, added package documentation, fixes for cyclic dependencies, other bug fixes. 2011-01-07 13:52:18 -06:00
J. Brisbin
9b7babcf1f Tweaked docs 2011-01-03 11:19:32 -06:00
J. Brisbin
dba242e583 Tweaks for tests. 2011-01-03 08:18:49 -06:00
J. Brisbin
f6ab88b875 Added break statement. 2010-12-29 14:35:28 -06:00
J. Brisbin
c991f9a515 Added break statement. 2010-12-29 14:32:12 -06:00
J. Brisbin
af3cdeaf6a Switched to using enums rather than String.equals() on method names. 2010-12-29 14:28:48 -06:00
J. Brisbin
efc566036a More fixes for NPEs when getting vclock info, fix for duplicate results in RiakBuilder. 2010-12-28 21:42:37 -06:00
J. Brisbin
afa4c7ada3 Fixes for RiakBuilder and templates, update docbook docs. 2010-12-28 15:27:56 -06:00
J. Brisbin
29c601075b Fixes for using custom ClassLoaders, try/catch for getting metadata 2010-12-27 08:07:00 -06:00
J. Brisbin
a7c2558cda Added suppress warnings annos. 2010-12-23 13:14:22 -06:00
J. Brisbin
be83ad5d46 Changed the RiakBuilder to return the results of the operation, accumulate all results of all operations on the main closure, tweak the README. 2010-12-23 13:09:33 -06:00
J. Brisbin
077a74c3b6 Changed each to foreach in README. 2010-12-22 16:54:27 -06:00
J. Brisbin
d5f28291fb Tweaked README to introduce Map/Reduce functionality in Groovy DSL. 2010-12-22 16:49:15 -06:00
J. Brisbin
8e75fbfaf0 Implement Map/Reduce for AsyncRiakTemplate, Groovy DSL, nesting operations into a node that serves as a default bucket. 2010-12-22 16:40:19 -06:00
J. Brisbin
e661d22104 Tweak README 2010-12-21 16:16:21 -06:00
J. Brisbin
f3a370af4a Tweaked README to cover batch updates with Groovy DSL, added getAsType 2010-12-21 16:06:24 -06:00
J. Brisbin
d640228590 Tweaking the specs to make more concise, use 'it' instead of v -> 2010-12-21 15:13:46 -06:00
J. Brisbin
06f2ae0351 Tweaked README to cover new Groovy DSL stuff. 2010-12-21 14:43:44 -06:00
J. Brisbin
7e66bc36ec Added PUT for generating IDs to AsyncRiakTemplate, put and each on RiakBuilder, bucket/key on metadata, fixes in both template styles to accommodate new metadata. 2010-12-21 14:17:00 -06:00
J. Brisbin
0bd601f91f Forgot a break statement. 2010-12-21 11:33:35 -06:00
J. Brisbin
2037280713 Tweaked setting initial bucketKeyResolvers 2010-12-21 11:30:45 -06:00
J. Brisbin
97da8e4cae Better type conversion when stored object type differs from requested type. Fixes for updates that require the vclock to be sent back to Riak for object updates. 2010-12-21 11:26:34 -06:00
J. Brisbin
d2b78dc7cb Added README. 2010-12-20 15:33:33 -06:00
J. Brisbin
5cbe701313 Tweaked manifest template. 2010-12-20 15:04:18 -06:00
J. Brisbin
da7a0d43c2 Added asynchronous version of RiakTemplate, Groovy DSL for data access. 2010-12-20 15:00:33 -06:00
Costin Leau
74b2df9299 + fixed pom versioning problem 2010-12-15 23:49:55 +02:00
Costin Leau
3361073861 + bump Riak version properly this time 2010-12-15 20:56:19 +02:00
Costin Leau
bce0894dbb bump riak version to M2-SNAPSHOT 2010-12-15 20:51:02 +02:00
Costin Leau
9c1222398d Merge branch 'master' of github.com:SpringSource/spring-data-keyvalue 2010-12-15 20:39:52 +02:00
Costin Leau
c24dd9c89c Riak 1.0.0.M1 release 2010-12-15 20:37:45 +02:00
J. Brisbin
f2e27732c5 Added a put() method for saving objects and letting Riak generate an ID. 2010-12-15 11:03:09 -06:00
J. Brisbin
cf3c99dea8 Added docbook documentation for Riak support 2010-12-14 14:37:09 -06:00
J. Brisbin
e21e55aef7 added serialVersionUID 2010-12-13 16:45:34 -06:00
J. Brisbin
eef614c043 Added activation jar to pom 2010-12-13 16:41:28 -06:00
J. Brisbin
78d8819f9c Added java.io and Spring IO resource abstractions 2010-12-13 16:37:28 -06:00
Costin Leau
c7c34bf2f7 + bump version to M1 2010-12-13 13:50:22 +02:00
Costin Leau
d54252b7e6 + minor OSGi template typo 2010-12-13 13:29:13 +02:00
J. Brisbin
dcbafb2e3f Turning off tests (yet again). 2010-12-10 11:09:23 -06:00
J. Brisbin
9e7c8bfccc Tweaking spec tests. 2010-12-10 11:02:56 -06:00
J. Brisbin
b1ad0a4714 Trying to turn on tests again. 2010-12-10 11:00:54 -06:00
J. Brisbin
e9ddfab942 Added linkWalkAsType() method, added spec test for it, also added cache-busting logic to M/R tests. 2010-12-10 11:00:11 -06:00
J. Brisbin
1ab20270c1 Testing on build box is hopelessly broken. Turning tests off for good. 2010-12-09 13:31:49 -06:00
J. Brisbin
ab7d8850ae Changing how Riak is started in tests. 2010-12-09 13:28:56 -06:00
J. Brisbin
b2f1bbd8e0 Turning tests on. 2010-12-09 13:24:54 -06:00
J. Brisbin
656b02f494 Turning off tests again. 2010-12-09 13:07:21 -06:00
J. Brisbin
d8d769c86f Trying to get M/R tests to pass on build box. 2010-12-09 12:59:23 -06:00
J. Brisbin
e0d79d1048 Setting default QosParameters for tests. 2010-12-09 12:53:29 -06:00