[
https://issues.apache.org/jira/browse/FILEUPLOAD-324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Arturo Bernal updated FILEUPLOAD-324:
-------------------------------------
Description:
The idea its use java9 profile on JDK 9 and later
basicity adding
{code:java}
<activation>
<jdk>
[9,)
</jdk>
</activation>
{code}
I am going to take advantage of the same tour to add profiles to support java
13 and 15
> Use java9 profile on JDK 9 and later
> ------------------------------------
>
> Key: FILEUPLOAD-324
> URL: https://issues.apache.org/jira/browse/FILEUPLOAD-324
> Project: Commons FileUpload
> Issue Type: New Feature
> Reporter: Arturo Bernal
> Priority: Major
>
> The idea its use java9 profile on JDK 9 and later
> basicity adding
> {code:java}
> <activation>
> <jdk>
> [9,)
> </jdk>
> </activation>
> {code}
> I am going to take advantage of the same tour to add profiles to support java
> 13 and 15
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)