vrozov commented on PR #5828: URL: https://github.com/apache/hive/pull/5828#issuecomment-2916759911
> Yes. We can't support JDK8 and JDK17 together. It is possible to compile to Java 8 byte code and test both with Java 8 and any other version of Java including 17. IMO, dropping support for Java 8 should be done as part of major version upgrade. > one example is "--add-opens" which won't be recognized by JDK8 because it does not know such an option. The option applies only at runtime and may be provided for Java 17 only if necessary > Also, most of the dependencies that are upgraded use jdk17 specifically. Which dependencies? All current dependencies are Java 8 compatible. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org