[
https://issues.apache.org/jira/browse/WW-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17419298#comment-17419298
]
Daniel Le Berre commented on WW-5141:
-------------------------------------
One of my student did check the status of commons-fileupload.
Release 2.0 will be compatible with jakarta namespace.
The new dependency is
{noformat}
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-fileupload2</artifactId>
<version>2.0-SNAPSHOT</version>
</dependency>{noformat}
There are also some changes in the packages:
[http://mail-archives.apache.org/mod_mbox/commons-commits/202005.mbox/%[email protected]%3E]
So we could modify the current code to make it compatible with FileUpload2.
> Support for JEE 9+
> -------------------
>
> Key: WW-5141
> URL: https://issues.apache.org/jira/browse/WW-5141
> Project: Struts 2
> Issue Type: New Feature
> Components: Core
> Reporter: Daniel Le Berre
> Priority: Major
> Fix For: 2.6
>
> Attachments: pom.xml
>
>
> JEE 9 breaks the JEE API by replacing javax domain by jakarta.
> Tomcat 10 implements some specifications of JEE 9.
> Struts 2.5 has some dependencies with the javax servlet API.
> Struts would require some changes to run on Tomcat 10+.
> Is there any plan to support JEE 9+ in the future?
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)