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
@@ -48,7 +48,7 @@ public class TestNGStrutsTestCase extends TestNGXWorkTestCase {
/**
* A helper method which allows instantiate an action if this action extends
* {@link com.opensymphony.xwork2.ActionSupport} or any other action class
* {@link org.apache.struts2.ActionSupport} or any other action class
* that requires framework's dependencies injection.
*/
protected <T> T createAction(Class<T> clazz) {
@@ -18,13 +18,13 @@
*/
package org.apache.struts2.testng;
import com.opensymphony.xwork2.ActionProxyFactory;
import com.opensymphony.xwork2.config.Configuration;
import com.opensymphony.xwork2.config.ConfigurationManager;
import com.opensymphony.xwork2.config.ConfigurationProvider;
import com.opensymphony.xwork2.config.impl.MockConfiguration;
import com.opensymphony.xwork2.inject.Container;
import com.opensymphony.xwork2.util.XWorkTestCaseHelper;
import org.apache.struts2.ActionProxyFactory;
import org.apache.struts2.config.Configuration;
import org.apache.struts2.config.ConfigurationManager;
import org.apache.struts2.config.ConfigurationProvider;
import org.apache.struts2.config.impl.MockConfiguration;
import org.apache.struts2.inject.Container;
import org.apache.struts2.util.XWorkTestCaseHelper;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
@@ -18,7 +18,7 @@
*/
package org.apache.struts2.testng;
import com.opensymphony.xwork2.config.ConfigurationManager;
import org.apache.struts2.config.ConfigurationManager;
import junit.framework.TestCase;
import org.apache.struts2.dispatcher.Dispatcher;
import org.testng.TestListenerAdapter;
@@ -18,7 +18,7 @@
*/
package org.apache.struts2.testng;
import com.opensymphony.xwork2.config.ConfigurationManager;
import org.apache.struts2.config.ConfigurationManager;
import junit.framework.TestCase;
import org.apache.struts2.testng.TestNGXWorkTestCase;
import org.testng.TestListenerAdapter;