Laurent Goujon created PARQUET-2458:
---------------------------------------
Summary: Java compiler should use release instead of source/target
Key: PARQUET-2458
URL: https://issues.apache.org/jira/browse/PARQUET-2458
Project: Parquet
Issue Type: Bug
Reporter: Laurent Goujon
Assignee: Laurent Goujon
Parquet project is configuring `source` and `target` properties to make sure
that the codebase is compiled for Java 8, but starting Java 9, the `release`
argument is the superior solution as it also includes the boot classpath.
Starting with maven-compiler-plugin 3.13.0 which fixed MCOMPILER-582, the
plugin is conditionally emitting the `–release` argument only if the java
version is 9 or higher, so no profile is required anymore.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]