[
https://issues.apache.org/jira/browse/FILEUPLOAD-324?focusedWorklogId=592259&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-592259
]
ASF GitHub Bot logged work on FILEUPLOAD-324:
---------------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/21 16:56
Start Date: 03/May/21 16:56
Worklog Time Spent: 10m
Work Description: arturobernalg commented on pull request #80:
URL: https://github.com/apache/commons-fileupload/pull/80#issuecomment-831393338
> Okay, but another question: As we are inheriting from the parent, wouldn't
it be wise to retain the profile id ("java9", rather than "java9+")?
HI @jochenw
Well, maybe you're right. Maybe I haven't thought it through. Rollback madeed
YY
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 592259)
Time Spent: 50m (was: 40m)
> 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
> Time Spent: 50m
> Remaining Estimate: 0h
>
> The idea its use java9 profile on JDK 9 and later
> basicity adding
> {code:java}
> <id>java9+</id>
> <activation>
> <jdk>[9,)</jdk> --> First change here
> </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)