You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by GitBox <gi...@apache.org> on 2019/01/09 15:21:39 UTC

[GitHub] anmolnar edited a comment on issue #760: ZOOKEEPER-3215: Handle Java 9/11 additions of covariant return types …

anmolnar edited a comment on issue #760: ZOOKEEPER-3215: Handle Java 9/11 additions of covariant return types …
URL: https://github.com/apache/zookeeper/pull/760#issuecomment-452734142
 
 
   @vivekpatani Since Java 9 there's a `--release` switch for the javac compiler which sets the "source", "target" and "bootclasspath" properties in order to properly cross-compile.
   
   Wouldn't it be better to use that for cross-compile ZooKeeper instead of code change?
   I tested it on branch-3.4 and it works fine.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services