You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/05/06 03:53:15 UTC

[GitHub] ctubbsii opened a new issue #468: Generate native header files with `-h` javac option instead of `javah`

ctubbsii opened a new issue #468: Generate native header files with `-h` javac option instead of `javah`
URL: https://github.com/apache/accumulo/issues/468
 
 
   We currently use `javah` via the `native-maven-plugin` to generate our native code JNI headers. This may not be necessary anymore, since https://bugs.openjdk.java.net/browse/JDK-7150368, because we should be able to just use the normal Java compiler (with the `-h` flag in Java 8+) to output those files during the Java compilation step.
   
   (Also, `javah` is deprecated in Java 9: http://openjdk.java.net/jeps/313, so we should probably try to figure out the new method of generation.)

----------------------------------------------------------------
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