So, I created the PR(https://github.com/eclipse-ee4j/glassfish-woodstock/pull/1406) to shade Apache Commons FileUpload dependency in GlassFish Woodstock. Apache Commons FileUpload shading should be reverted, once commons-fileupload with JakartaEE namespace available on maven central.
Apache Commons FileUpload currently depends on
javax.servlet
v2.4, I have created following PR for JakartaEE namespace transition: https://github.com/apache/commons-fileupload/pull/25 Which is breaking change for end-users so requested by maintainers to initially distribute dependency with Jakarta classifier: https://github.com/apache/commons-fileupload/pull/26So, I created the PR(https://github.com/eclipse-ee4j/glassfish-woodstock/pull/1406) to shade Apache Commons FileUpload dependency in GlassFish Woodstock. Apache Commons FileUpload shading should be reverted, once
commons-fileupload
with JakartaEE namespace available on maven central.