You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/08/19 19:26:57 UTC

[GitHub] [commons-fileupload] martin-g edited a comment on pull request #107: FILEUPLOAD-340 Make commons-fileupload a proper JPMS module

martin-g edited a comment on pull request #107:
URL: https://github.com/apache/commons-fileupload/pull/107#issuecomment-901915469


   Wicket does not use reflection, so no need to `open` (at least for Wicket).
   
   @GedMarc Please check this PR.
   ```
   // use JDK 9+
   mvn package -Prelease
   cd target
   unzip commons-fileupload2-2.0-SNAPSHOT.jar
   javap META-INF/versions/9/module-info.class
   cat META-INF/MANIFEST.MF  (and look for `Multi-Release: true`)
   ```
   


-- 
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: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org