You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "laurentgo (via GitHub)" <gi...@apache.org> on 2023/05/30 16:15:10 UTC

[GitHub] [iceberg] laurentgo commented on issue #7440: Simplify JDK build versions using --release flag

laurentgo commented on issue #7440:
URL: https://github.com/apache/iceberg/issues/7440#issuecomment-1568713358

   In my  local testing, I discovered that the palantir `release-compatibility` plugin would actually introduce `--release` flag based on `sourceCompatibility` and `targetCompatibility`, which means that in practice JDK 11 and JDK 17 builds are actually compatible with Java8.
   
   Adding `--release` via `CompilerOptions` would actually result in a conflict.
   
   What is the preferred approach here: keep using the `palantir` plugin or making `--release` explicit?


-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org