eolivelli commented on issue #569: Run BookKeeper on Java9
URL: https://github.com/apache/bookkeeper/issues/569#issuecomment-362425196
 
 
   The best way would be to check if we are on jdk9 or above and in that case 
do not use reflection but use JNI. This is the way JDK team suggested to me.
   Anyway bookie runs fine on jdk 9, jdk10 and hopefully even on 11. It will 
work till JDK guys decide to prevent illegal access to internals of the JDK or 
change FileDescriptor class.
   We have this problem only for a single feature, disabled by default in our 
code base.
   Netty has the same issue but they will fix when they will need it.
   I think we can close this issue and resume the thread next year.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to