[
https://issues.apache.org/jira/browse/FILEUPLOAD-340?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Solodovnik reopened FILEUPLOAD-340:
-----------------------------------------
It seems recently released M4 doesn't have neither {{Automatic-Module-Name}}
nor {{module-info}} anymore :((
It seems to be caused by dropping of moditect plugin
https://github.com/apache/commons-fileupload/commit/908b571e75e4159dfe9e4909151d033ad757b1c6
Cat it be fixed? :))
> 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.0
> Reporter: Martin Tzvetanov Grigorov
> Priority: Major
> Fix For: 2.0.0
>
> Time Spent: 4h
> 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.20.10#820010)