Re: JDK 11 support

2019-04-03 Thread Gian Merlino
I think we should keep supporting JDK 8, probably for at least another year and maybe more. Despite the fact that Oracle has decided to abandon OpenJDK 8 there are still other vendors (Azul, Amazon) that have expressed a commitment to maintaining JDK 8 releases and backporting security, etc

Re: JDK 11 support

2019-04-03 Thread Charles Allen
https://github.com/apache/incubator-druid/issues/5589 desire is there, but needs some footwork. There are some enterprises that cannot migrate hadoop deployments to java11, so that would have to be sorted out on how long it would be supported. I think trying to keep up with JDK long term support

JDK 11 support

2019-04-03 Thread Anoop K
Hi Team, JDK 8 is nearing EOL and druid does not run on JDK 11. Has there been any discussion to work on supporting JDK 11? Druid code base use classes from sun.misc package which are removed in JDK 11. What is the preferred migration path? * Build druid with JDK 11 as source version and