[ 
https://issues.apache.org/jira/browse/PARQUET-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gang Wu resolved PARQUET-2458.
------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 1.14.0
>
>
> 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]

Reply via email to