Martin Tzvetanov Grigorov created WICKET-7100:
-------------------------------------------------
Summary: Update commons-fileupload2 to 2.0.0-M2
Key: WICKET-7100
URL: https://issues.apache.org/jira/browse/WICKET-7100
Project: Wicket
Issue Type: Task
Components: wicket
Affects Versions: 10.0.0-M2
Reporter: Martin Tzvetanov Grigorov
Assignee: Martin Tzvetanov Grigorov
https://lists.apache.org/thread/bzwxkw29kfvgc1v23wxyxq214ojkff3w
{code}
Hi all,
There is a new milestone for commons-fileupload (M2):
https://github.com/apache/commons-fileupload/blob/master/RELEASE-NOTES.txt
They decided to split servlet support into two modules:
- commons-fileupload2-jakarta-servlet5
- commons-fileupload2-jakarta-servlet6
We should probably upgrade to this new release before releasing Wicket 10
because the upgrade requires changes to imports:
org.apache.commons.fileupload2.jakarta.JakartaServletRequestContext ->
org.apache.commons.fileupload2.jakarta.servlet6.JakartaServletRequestContext
Which servlet version are we planning to support for Wicket 10? The
migration page currently says 5.0+, so we should probably use the jakarta5
module? I'm not sure though.
Any thoughts?
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)