anmolnar commented on issue #760: ZOOKEEPER-3215: Handle Java 9/11 additions of covariant return types … URL: https://github.com/apache/zookeeper/pull/760#issuecomment-452977671 @vivekpatani I tested it (cross-building with `--release 8` flag) on all major branches: - branch-3.4 works fine: compiling with Java 11, running on Java 8, client connected, able to execute commands, - branch-3.5 and master: code doesn't compile due to unavailability of `com.sun.nio.file.SensitivityWatchEventModifier` imported in `FileChangeWatcher.java`, but that's seems like a problem that we should deal with anyway.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services