You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Daniel Le Berre (Jira)" <ji...@apache.org> on 2021/09/22 20:45:00 UTC

[jira] [Comment Edited] (WW-5141) Support for JEE 9+

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

Daniel Le Berre edited comment on WW-5141 at 9/22/21, 8:44 PM:
---------------------------------------------------------------

Gave a try to jakartaee migration tool on struts core.

Java files have been modified properly (607 import fixed). I could just launch maven on the migrated files, after fixing the new dependencies in pom.xml.

Remaining issues are due to dependencies relying on javax:
 * apache commons FileUpload
 * Freemarker

Until those projects have a JEE 9+ compatible version, it looks compromised to do anything. 


was (Author: dleberre):
Gave a try to jakartaee migration tool on struts core.

Java files have been modified properly. I could just launch maven on the migrated files, after fixing the new dependencies in pom.xml.

Remaining issues are due to dependencies relying on javax:
 * apache commons FileUpload
 * Freemarker

Until those projects have a JEE 9+ compatible version, it looks compromised to do anything. 

> 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
>
>
> 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)