[
https://issues.apache.org/jira/browse/WW-5141?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17793429#comment-17793429
]
Daniel Le Berre edited comment on WW-5141 at 12/6/23 6:38 AM:
--------------------------------------------------------------
I gave a try to the PR of [~jdyer] on my sample Struts2 demo app for my
students.
I use the min-lib package.
I had to add the following dependencies to the minimal set of jar provided to
make it work:
* caffeine-2.9.3.jar
* commons-fileupload2-core-2.0.0-M1.jar
* javassist-3.29.0-GA.jar
* struts2-freemarker-jakarta-7.0.0-SNAPSHOT.jar
Once done, my simple demo app works like a charm on Tomcat 10.1.
I guess that the definition of the min package has to be updated. It would be
nice to do it before declaring M1.
was (Author: dleberre):
I gave a try to the PR of James on my sample Struts2 demo app for my students.
I use the min-lib package.
I had to add the following dependencies to the minimal set of jar provided to
make it work:
* caffeine-2.9.3.jar
* commons-fileupload2-core-2.0.0-M1.jar
* javassist-3.29.0-GA.jar
* struts2-freemarker-jakarta-7.0.0-SNAPSHOT.jar
Once done, my simple demo app works like a charm on Tomcat 10.1.
I guess that the definition of the min package has to be updated. It would be
nice to do it before declaring M1.
> 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
> Labels: M1
> Fix For: 7.0.0
>
> Attachments: pom.xml
>
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> 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.20.10#820010)