You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rob Tompkins (JIRA)" <ji...@apache.org> on 2017/06/05 13:03:04 UTC

[jira] [Resolved] (FILEUPLOAD-282) Upversion complier.source, compiler.target to 1.6

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

Rob Tompkins resolved FILEUPLOAD-282.
-------------------------------------
    Resolution: Fixed

Checked into master branch

> Upversion complier.source, compiler.target to 1.6
> -------------------------------------------------
>
>                 Key: FILEUPLOAD-282
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-282
>             Project: Commons FileUpload
>          Issue Type: Improvement
>    Affects Versions: 1.3.2
>            Reporter: Rob Tompkins
>            Assignee: Rob Tompkins
>            Priority: Minor
>             Fix For: 1.4
>
>
> For java9 compatibility we want:
> {code:xml}
> <maven.compiler.source>1.5</maven.compiler.source>
> <maven.compiler.target>1.5</maven.compiler.target>
> {code}
> in the pom.xml to be:
> {code:xml}
> <maven.compiler.source>1.6</maven.compiler.source>
> <maven.compiler.target>1.6</maven.compiler.target>
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)