You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/23 00:47:59 UTC

[GitHub] [incubator-druid] xvrl opened a new issue #7527: druid-kerberos module uses internal Java APIs removed in Java 9 and above

xvrl opened a new issue #7527: druid-kerberos module uses internal Java APIs removed in Java 9 and above
URL: https://github.com/apache/incubator-druid/issues/7527
 
 
   The druid-kerberos module relies on internal JDK classes in `sun.security.krb5` and `sun.security.util` packages, which have been removed in Java 9 and above.
   
   To support compiling with JDK11, we should migrate to supported APIs listed in https://bugs.openjdk.java.net/browse/JDK-8062515
   
   relates to #5589
   
   cc @jon-wei 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org