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 target version. * Build druid on JDK 8 as source version and JDK 11 as target version. Going this approach desired functionality has to be implemented using reflection. I prefer moving completely to JDK 11 and not support JDK 8. Thoughts please. Would be happy to contribute to this activity. -anoop