Details
-
Story
-
Status: Closed
-
High
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
Orion
-
Orion.Cycle1.Sprint1, Orion.Cycle2.Sprint1, Orion.Cycle2.Sprint2, Orion.Cycle2.Sprint3
-
Undetermined
Description
In the branch for jakarta changes, there was an attempt to migrate to commons-fileupload2, but the wrong binary/dependency was used.
The build is failing for the branch for "Could not find artifact org.apache.commons:commons-fileupload2:jar:2.0.0-M1”.
The right dependency to use is org.apache.commons:commons-fileupload2-jakarta-servlet6:2.0.0-M2 (resource), for the enterprise/eforms/hst module, i.e. the delivery tier of eforms.
Commons FileUpload 2 breaks binary and source compatibility with version 1. So we will need to resolve those.
For the CMS, Wicket 10.0.0 pulls in org.apache.commons:commons-fileupload2-jakarta-servlet5:jar:2.0.0-M2