[
https://issues.apache.org/jira/browse/ZOOKEEPER-849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Koch updated ZOOKEEPER-849:
----------------------------------
Attachment: ZOOKEEPER-849.patch
This patch only provides the Path class and uses it as the chrootPath member of
ClientCnxn. Next steps should be:
- move chrootPath out of ClientCnxn into ZooKeeper ( ZOOKEEPER-838 )
- use the Path class for individual operation classes ( ZOOKEEPER-911 )
- get rid of the code duplication in the ZooKeeper class by using the operation
classes from ZOOKEEPER-911 - This will then also remove all the deprecation
warnings from this class.
- optional: use the Path class in PrepRequestProcessor (But I won't touch
server code yet.)
> Provide Path class
> ------------------
>
> Key: ZOOKEEPER-849
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-849
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: java client
> Reporter: Thomas Koch
> Assignee: Thomas Koch
> Fix For: 3.4.0
>
> Attachments: ZOOKEEPER-849.patch, ZOOKEEPER-849.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.