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: [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]
