oleg-zinovev edited a comment on issue #1446: DRILL-6349: Drill JDBC driver 
fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM
URL: https://github.com/apache/drill/pull/1446#issuecomment-434231490
 
 
   @vvysotskyi 
   
   > Also, recently was released ASM 7.0, which supports JDK 11 features, so we 
can update it and revert changes connected with specifying the target and 
source versions in JDKClassCompiler.
   
   There is an issue with java 11 JDK compiler and Drill code generation even 
after asm version update. JDK compiler requires you yo correctly specify the 
kind of "nest" for inner classes. This can be done by overriding 
SimpleJavaFileObject#getNestingKind, but it will break java 11- compatibility. 
So source and target version should be specified for JDK compiler
   
   Also, thanks for your note about HBase version. I had tried to update it to 
1.1.11, but run into problems with Guava versions incompatibility
   

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

Reply via email to