jnturton opened a new pull request, #2565: URL: https://github.com/apache/drill/pull/2565
# [DRILL-8113](https://issues.apache.org/jira/browse/DRILL-8113): Support building with a JDK 8 target using newer JDKs ## Description - Add the `maven.compiler.release` property to the jdk9+ profile, solving API errors like the missing `ByteBuffer` methods. - Remove calls to unsupported internal sun.security.* APIs that were blocking the use of `maven.compiler.release` for JDK 9+. - Enable some Kerberos tests that were disabled but do work (partially resolves [DRILL-8036](https://issues.apache.org/jira/browse/DRILL-8036)). ## Documentation N/A ## Testing Test building in JDK 8 and running in 8. Test building in JDK 8 and running in 11. Test building in JDK 11 and running in 8. Test building in JDK 11 and running in 11. -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org