Greetings Riak Users!
We are pleased to announce the release of the Riak Java Client v1.0.5
This is a bug fix release that addresses two issues:
* PBClusterClient not reconnecting when nodes come back online.
* HTTPClusterClient.addHosts() methods not working correctly.
The 1.0.5 Java Client is available from Maven Central. Add the dependency to
your pom.xml file:
<dependency>
<groupId>com.basho.riak</groupId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
You can also download the client jar file and its dependencies from:
https://github.com/basho/riak-java-client/downloads
Last but not least, if you prefer your client in source form, you can clone
from our Github repo: https://github.com/basho/riak-java-client using the
riak-client-1.0.5 tag.
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com