You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Tzvetanov Grigorov (Jira)" <ji...@apache.org> on 2024/02/12 13:39:00 UTC

[jira] [Resolved] (WICKET-7100) Update commons-fileupload2 to 2.0.0-M2

     [ https://issues.apache.org/jira/browse/WICKET-7100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Tzvetanov Grigorov resolved WICKET-7100.
-----------------------------------------------
    Fix Version/s: 10.0.0-M3
       Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 10.0.0-M3
>
>
> 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)