Alireza Fattahi created WW-5491: ----------------------------------- Summary: Can not use new `org.apache.struts2` in all project components Key: WW-5491 URL: https://issues.apache.org/jira/browse/WW-5491 Project: Struts 2 Issue Type: Bug Components: Core Affects Versions: 6.7.0 Reporter: Alireza Fattahi Fix For: 6.7.0
I have upgraded to 6.7.0 and tried to replace deprecated `com.opensymphony.xwork2` with `org.apache.struts2` It seems some internal components are still using `com.opensymphony.xwork2` which makes impossible to use `org.apache.struts2` in the project. For example `org.apache.struts2.components.Component` uses `com.opensymphony.xwork2.util.ValueStack` as another example `LocalizedTextProvider` uses `com.opensymphony.xwork2.util.ValueStack` is it early to switch to new `struts2` packages -- This message was sent by Atlassian Jira (v8.20.10#820010)