GitHub user bonifaido opened a pull request:
https://github.com/apache/curator/pull/45
ChildData's path check prevents the creation of
PathChildrenCache.NULL_CHILD_DATA
This makes the whole class unloadable.
I have added a .travis.yml file to enable continuous integration, to spot
issues in the future automatically. My dummy fix went into the PR, please
ignore that.
Anyhow I'm very happy that the project is now on GitHub!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bonifaido/curator master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/curator/pull/45.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #45
----
commit f6b1e8905661b8ae6455b87811f0c5f740824961
Author: Nandor Kracser <[email protected]>
Date: 2014-09-17T20:58:27Z
Enabling Travis
commit 3ef72efc5d9e2044ce3978571f2bc5536400bd14
Author: Nandor Kracser <[email protected]>
Date: 2014-09-17T21:07:57Z
Fixing PathChildrenCache class initialization
- NULL_CHILD_DATA can be constructed
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---