WW-3714 Moves all classes from com.opensymphony.xwork2 into org.apache.struts2

This commit is contained in:
Kusal Kithul-Godage
2024-10-16 14:00:34 +11:00
parent 08d54d2b66
commit 32bc4045ba
1454 changed files with 6073 additions and 10262 deletions
@@ -18,7 +18,7 @@
*/
package org.apache.struts2.async;
import com.opensymphony.xwork2.AsyncManager;
import org.apache.struts2.AsyncManager;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.struts2.ServletActionContext;
@@ -24,6 +24,6 @@
"https://struts.apache.org/dtds/struts-6.0.dtd">
<struts>
<bean type="com.opensymphony.xwork2.AsyncManager" name="default"
<bean type="org.apache.struts2.AsyncManager" name="default"
class="org.apache.struts2.async.DefaultAsyncManager" scope="prototype" />
</struts>
@@ -18,7 +18,7 @@
*/
package org.apache.struts2.async;
import com.opensymphony.xwork2.XWorkTestCase;
import org.apache.struts2.XWorkTestCase;
import org.apache.struts2.ServletActionContext;
import org.springframework.mock.web.MockAsyncContext;
import org.springframework.mock.web.MockHttpServletRequest;