0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix bug where JiakObject.value should never be null. More... over 16 years ago
Add javadocs Minor updates to readme & developer More... over 16 years ago
Add blurb about RawClient.stream() to README Javadoc updates Set content length on Raw streaming responses More... over 16 years ago
Java doc updates More... over 16 years ago
bump version to 1.0 add developers doc More... over 16 years ago
rename enable-itest maven profile to simply itest in itests make sure we always write 3 replicas of objects we'll be retrieving More... over 16 years ago
Move write_3_replicas to utils More... over 16 years ago
Reformat code & add headers More... over 16 years ago
Better logging for itests More... over 16 years ago
Change RiakObject interface: getLinks() and getSiblings() return lists rather than collections RawObject: - Swap constructor param order - setContentType() uses a default value when param is null - writeToHttpMethod() always writes an entity even when value is null ClientUtils.executeMethod() is responsible for attaching query params Fill in remaining tests More... over 16 years ago
test skeletons for clienthelper and clientutils add schema accessors in jiakbucketinfo More... over 16 years ago
Move itests into profile so you can `mvn clean install` without a running Riak instance JiakObject uses getLinks().add() and getUsermeta().add() now instead of asJSON variants to add links and usermeta JiakObject always stores bucket, key, links, and value on serialization even if empty JiakObject.updateMeta() clears meta on null parameter Test skeleton for jiakobject, rawobject & rawutils More... over 16 years ago
Exception tests for PlainClient Remove test code from PlainClient.fetchAll More... over 16 years ago
rename exceptions in readme More... over 16 years ago
Rename exceptions More... over 16 years ago
Format More... over 16 years ago
Merge. More... over 16 years ago
Remove extraneous null checks in clients -- helper never returns null HttpResponse from methods now Complete move Raw serialization to HttpMethod to RawObject Raw Bucket/Fetch/Walk response creation to separate methods to facility testing Tests for RawClient Fix bug in extracting base path for RawObject links Helper doesn't return null on (handled) exceptions Fix NPE bug in RawStoreResponse with null response More... over 16 years ago
Move http entity serialization from client to object impl Consume stream on streamed 300 response in RawFetchResponse More... almost 17 years ago
Move http entity serialization from client to object impl Consume stream on streamed 300 response in RawFetchResponse More... almost 17 years ago
Tests for JiakClient More... almost 17 years ago
Make response stream available in RawObject rather than RawFetchResponse and return to parsing response in constructor. ClientHelper should not close stream if streamResponse = true Move walk tests to their own classes Tests for jiak package More... almost 17 years ago
RawWalkResponse tests More... almost 17 years ago
Move HttpResponse decorating methods to parent class More... almost 17 years ago
Adds RawClient.stream() -> RawFetchResponse. Raw response parsed on demand now to support streams. Basic ITests write 3 replicas of objects before testing walk() for consistent results More... almost 17 years ago
test rawstoreresponse More... almost 17 years ago
BucketInfo should take list of strings, not jsonarray for keys Never return null from operations. For ExceptionHandler case, return 0-status response. Add missing getallowmult() to rawbucketinfo DefaultHttpResponse never null headers; null checks for issuccess/iserror Tests for response package Soem tests for raw package More... almost 17 years ago
Add tests for link header More... almost 17 years ago
Tests for root package Tests for Multipart More... almost 17 years ago
example file superceded by itests More... almost 17 years ago