- Minor changes: make some getters
public
. - Change: nodes that are automatically created via
setData(...)
are madePERSISTENT
.
- Bug fix: removing an non-exist node should NOT throw exception.
- APIs to remove node(s) and create ephemeral node.
- Set default ZooKeeper session timeout to 30 seconds.
- Use
ddth-cache-adapter
for caching. - Minor improvements & enhancements.
- Minor update:
ZooKeeperException
now extendsRuntimeException
.
- Improve caching.
- New method
Object ZooKeeperClient.getDataJson(String)
. - Minor POM fix.
- Merged with ddth-osgizookeeper and packaged as OSGi bundle.
- Use Apache Curator as the underlying ZooKeeper client library.
- New methods:
ZooKeeperClient.curatorFramework()
,String[] ZooKeeperClient.getChildren(String)
.
- First release.