upgrade JDK from 8 to 11(?)
# pinot-dev
x
upgrade JDK from 8 to 11(?)
d
I guess 11 is the only realistic target since only 17 will be the next LTS
k
does this require a code change and it will make it incompatible with jdk8?
d
Yes and yes, lots of removed modules from Java 11.
x
Yes, it requires code changes
I’m on this PR(https://github.com/apache/incubator-pinot/pull/6691) to make JDK 11 pass the tests