[ 
https://issues.apache.org/jira/browse/FILEUPLOAD-340?focusedWorklogId=639839&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-639839
 ]

ASF GitHub Bot logged work on FILEUPLOAD-340:
---------------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Aug/21 13:13
            Start Date: 19/Aug/21 13:13
    Worklog Time Spent: 10m 
      Work Description: GedMarc commented on pull request #107:
URL: 
https://github.com/apache/commons-fileupload/pull/107#issuecomment-901904644


   So to give an idea - 
   
   I was asked to move all the apache commons libraries to be compatible for 
JPMS - https://github.com/GedMarc/JPMSPendingParent/issues/1
   
   I completed the entire suite  (https://github.com/GedMarc/GuicedEE-Services) 
everything that starts with "commons-"
   
   JPMS compatible means being native build compatible (JLink,JPackage, JMod) 
so automatic-module-names aren't allowed and you have to include a 
module-info.class
   
   I've completed them all (except maths4 which has some not-deployed 
dependencies?), 
   And believe I can help out with experience of doing them all, and getting it 
working 


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 639839)
    Time Spent: 1h 40m  (was: 1.5h)

> Make commons-fileupload a proper JPMS module
> --------------------------------------------
>
>                 Key: FILEUPLOAD-340
>                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-340
>             Project: Commons FileUpload
>          Issue Type: Improvement
>    Affects Versions: 2.0
>            Reporter: Martin Tzvetanov Grigorov
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> It would be nice if 2.0 provides module-info.class for Java 9+ JPMS.
>  
> At the moment the project uses JDK 1.8 for the builds.
> To add module-info.java it would have to use JDK 9+ (probably 11) with 
> -release=1.8.
> An easy way to introduce module-info.java is by using 
> [Moditect|https://github.com/moditect/moditect#adding-a-module-descriptor-to-the-project-jar]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to