[
https://issues.apache.org/jira/browse/FILEUPLOAD-324?focusedWorklogId=592102&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-592102
]
ASF GitHub Bot logged work on FILEUPLOAD-324:
---------------------------------------------
Author: ASF GitHub Bot
Created on: 03/May/21 10:05
Start Date: 03/May/21 10:05
Worklog Time Spent: 10m
Work Description: arturobernalg commented on pull request #80:
URL: https://github.com/apache/commons-fileupload/pull/80#issuecomment-831159330
> Could you, please, add a reference for the trouble with Jacoco in Java 13?
So, that there is something, that we can track and use as a source for the
decision to revert.
Hi @jochenw
since fileupload inherit from commons parent use the version 0.8.6 that
support java 13 no need skip jacoco.
Remove the comment
TY
--
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: 592102)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)