ajantha-bhat opened a new pull request, #16945: URL: https://github.com/apache/iceberg/pull/16945
The reason I chose JDK 17 instead of JDK 21 for regular PR builds is that JDK 17 is the lower supported Java baseline and the project’s bytecode target <https://github.com/apache/iceberg/blob/main/build.gradle#L226>. This gives us the best compatibility signal while reducing GitHub runner usage. To be clear, this does not remove JDK 21 coverage entirely. Builds on the main branch will still run with both JDK 17 and JDK 21, and PRs labeled full-ci will also use both JDK versions. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
