You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Flying Wolf (Jira)" <ji...@apache.org> on 2022/11/29 09:24:00 UTC

[jira] [Commented] (WICKET-6882) Migrate to Jakarta EE

    [ https://issues.apache.org/jira/browse/WICKET-6882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17640502#comment-17640502 ] 

Flying Wolf commented on WICKET-6882:
-------------------------------------

Maybe it's time to stop with Commons File Upload? Joakim Erdfelt (from Jetty and Jakarta EE) said:

[https://stackoverflow.com/questions/68820707/jetty-11-and-commons-fileupload]

{quote}commons-fileupload is not required from Servlet 3.1 onwards.

In fact, using commons-fileupload in combination with the a container that supports Servlet spec 3.1 (or newer) is actually not recommended.

There hasn't even been a release of commons-fileupload since 2018, and no releases that support Servlet 3.1 or newer (the last release of commons-fileupload supports Servlet 2.4 and older)

Why?

The Multipart features are built into the Servlet spec since 3.1.

Every server that supports Servlet 3.1 supports multipart file upload now.{quote}

> Migrate to Jakarta EE
> ---------------------
>
>                 Key: WICKET-6882
>                 URL: https://issues.apache.org/jira/browse/WICKET-6882
>             Project: Wicket
>          Issue Type: Task
>    Affects Versions: 10.0.0
>            Reporter: Martin Tzvetanov Grigorov
>            Assignee: Martin Tzvetanov Grigorov
>            Priority: Major
>
> For Wicket 10 we should migrate to Jakarta EE APIs, e.g. jakarta.servlet.***, jakarta.websocket.****, jakarta.validation.***, etc.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)