Closed jGauravGupta closed 4 years ago
To move on I suggest shading into this project the required File Upload classes and create an issue to remove them in the future.
I will approve for now for a milestone release. Can you create an issue on GlassFish project to remove this workaround with something approved before the 6.0.0 release.
Thanks for approval, Created the issue to revert the shading of Apache Common FileUpload: https://github.com/eclipse-ee4j/glassfish-woodstock/issues/1407
Signed-off-by: Gaurav Gupta gaurav.gupta@payara.fish
This PR includes Jakarta Namespace transition and bundles commons-fileupload in woodstock-webui-jsf artifact via the following process:
maven-dependency-plugin
to download and unpackcommons-fileupload:commons-fileupload:source:jar
com.google.code.maven-replacer-plugin:replacer
to replacejavax.servlet
->jakarta.servlet
org.codehaus.mojo:build-helper-maven-plugin
to setcommons-fileupload
source directoryRelated PRs:
https://github.com/apache/commons-fileupload/pull/26 or https://github.com/apache/commons-fileupload/pull/25