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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
