WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Use log4j2 Logger and LogManager instead of xwork implementation everywhere Project: http://git-wip-us.apache.org/repos/asf/struts-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-examples/commit/67d05946 Tree: http://git-wip-us.apache.org/repos/asf/struts-examples/tree/67d05946 Diff: http://git-wip-us.apache.org/repos/asf/struts-examples/diff/67d05946 Branch: refs/heads/master Commit: 67d05946657167e5c5cf8f3beaa57003874074a7 Parents: b1bf655 Author: Johannes Geppert <joh...@gmail.com> Authored: Mon May 25 12:42:19 2015 +0200 Committer: Johannes Geppert <joh...@gmail.com> Committed: Mon May 25 12:42:23 2015 +0200 ---------------------------------------------------------------------- src/test/java/example/HelloWorldTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-examples/blob/67d05946/src/test/java/example/HelloWorldTest.java ---------------------------------------------------------------------- diff --git a/src/test/java/example/HelloWorldTest.java b/src/test/java/example/HelloWorldTest.java index bdd80d3..4a89271 100644 --- a/src/test/java/example/HelloWorldTest.java +++ b/src/test/java/example/HelloWorldTest.java @@ -21,9 +21,8 @@ package example; -import org.apache.struts2.StrutsTestCase; - import com.opensymphony.xwork2.ActionSupport; +import org.apache.struts2.StrutsTestCase; public class HelloWorldTest extends StrutsTestCase {