jackye1995 opened a new issue, #7440: URL: https://github.com/apache/iceberg/issues/7440
### Feature Request / Improvement Currently we run CI for each JDK version (8, 11, 17). As discussed on devlist https://lists.apache.org/thread/hr7rdxvddw3fklfyg3dfbqbsy81hzhyk, it is unlikely for Iceberg to move to higher Java versions because of upstream dependency. However, we could technically use the highest version of Java to build, and use `--release` flag to enforce that it uses only JDK8 language features. This requires changes in the gradle build, CI configurations and release script configurations. Once it is done, we can run all CIs directly in the latest JDK version, and be confident that it won't break JDK8. ### Query engine None -- 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]
