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

Daniel Le Berre commented on WW-5141:
-------------------------------------

Ok, found out that java 8 is required to build struts. 

For information, there is around 1600 import with javax :
{code:java}
 $ grep -R "import javax" * | wc -l
    1635
{code}
All of them may not be related to JEE, but it means the changes are not located 
in a few files :)

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

Reply via email to