Repository: curator Updated Branches: refs/heads/CURATOR-490 8c4095086 -> 9f12a189c
CURATOR-490 - doc change to how the compatibility classes are copied Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/1584e456 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/1584e456 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/1584e456 Branch: refs/heads/CURATOR-490 Commit: 1584e4561524c0a72cbf824b2a09a63f002642be Parents: 8c40950 Author: randgalt <[email protected]> Authored: Thu Dec 6 23:23:47 2018 -0500 Committer: randgalt <[email protected]> Committed: Thu Dec 6 23:23:47 2018 -0500 ---------------------------------------------------------------------- curator-test-zk34/README.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/1584e456/curator-test-zk34/README.md ---------------------------------------------------------------------- diff --git a/curator-test-zk34/README.md b/curator-test-zk34/README.md index 3615c0b..278322b 100644 --- a/curator-test-zk34/README.md +++ b/curator-test-zk34/README.md @@ -9,3 +9,8 @@ Apache Curator 4.0 adds best-effort backward compatibility for ZooKeeper 3.4 ens - A new test base class `CuratorTestBase` is started. Over time more common stuff should go in here but, for now, this defines a TestNG listener, Zk35MethodInterceptor, that allows for tests that are ZooKeeper 3.5 only to be marked by `@Test(groups = Zk35MethodInterceptor.zk35Group)`. These tests will not be run during the 3.4 compatibility check. - curator-test-zk34 needs some of the new classes from curator-test. Rather than have copies of the classes the maven-resources-plugin is used to copy from curator-test to the generated sources dir of curator-test-zk34. All classes in `curator-test/src/main/java/org/apache/curator/test/compatibility` are copied. +## Important Note For Building This Module + +This module contains a copy of classes from the `curator-test` module in the package `org.apache.curator.test.compatibility`. +If a change is made to any of the classes in this package, you must run (from the root of Curator) `copyfiles.sh` which +re-copies those files into the `curator-test-zk34` module and then commit to git.
