Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- links to