88 Commits

Author SHA1 Message Date
Johannes Geppert 95805e54f7 WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Use log4j2 Logger and LogManager instead of xwork implementation everywhere
2015-05-25 12:42:23 +02:00
Lukasz Lenart 5f2898eadf Cleans up Maven generated website 2014-12-02 12:41:06 +01:00
Lukasz Lenart 9ff04d17a5 Updates tests to new version of methods without ServletContext 2014-02-17 09:34:47 +01:00
Lukasz Lenart ab98daf826 WW-4252 Uses TagUtils instead directly calling Dispatcher.getInstance()
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1549067 13f79535-47bb-0310-9956-ffa450edef68
2013-12-08 17:12:01 +00:00
Christian Grobmeier 5e3e793576 removed unused site folder and site.xml
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1521449 13f79535-47bb-0310-9956-ffa450edef68
2013-09-10 12:08:04 +00:00
Lukasz Lenart 58f3b578e7 Simplifies example a bit and uses FreeMarker template to check response
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1492077 13f79535-47bb-0310-9956-ffa450edef68
2013-06-12 06:48:53 +00:00
Lukasz Lenart eb2a9eb8ff WW-3593 Adds missing html files
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1486344 13f79535-47bb-0310-9956-ffa450edef68
2013-05-25 16:37:42 +00:00
Christian Grobmeier fc7ee40bd6 added example on how to use the convention plugin in conjunction with the junit plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1458681 13f79535-47bb-0310-9956-ffa450edef68
2013-03-20 08:17:33 +00:00
Christian Grobmeier cee2b773b1 removed wildcard import
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1458679 13f79535-47bb-0310-9956-ffa450edef68
2013-03-20 08:16:08 +00:00
Christian Grobmeier 07c8e20161 WW-4017: Support multiple Action executions and Session values
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1457393 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 07:45:59 +00:00
Christian Grobmeier 762cc86714 WW-4017: Support multiple Action executions and Session values
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1457392 13f79535-47bb-0310-9956-ffa450edef68
2013-03-17 07:44:54 +00:00
Christian Grobmeier 6bd836ee2a corrected svn id tag
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1420932 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 19:44:33 +00:00
Christian Grobmeier b87e82b1c9 added required license header
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1420931 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 19:43:31 +00:00
Christian Grobmeier b72d2a08c4 created serial uid
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1420930 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 19:37:49 +00:00
Christian Grobmeier adacc6741a example on how to wire session scoped spring beans prio spring-test 3.2 with the junit plugin
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1420928 13f79535-47bb-0310-9956-ffa450edef68
2012-12-12 19:36:56 +00:00
Lukasz Lenart fdb93f691d WW-3826 adds new StrutsPortletTestCase to simplify testing actions to be used in portlet environment
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1344572 13f79535-47bb-0310-9956-ffa450edef68
2012-05-31 05:59:06 +00:00
Lukasz Lenart abd628ea09 WW-3442 adds additional initialisation of HttpSession
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1324893 13f79535-47bb-0310-9956-ffa450edef68
2012-04-11 17:49:35 +00:00
Lukasz Lenart 5c15306366 WW-3442 adds Session initialisation method to solve problem with missing session and allow to initialise session on its own in test cases
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1311951 13f79535-47bb-0310-9956-ffa450edef68
2012-04-10 19:33:51 +00:00
Lukasz Lenart 98af0ac15f WW-3774 - initialize portlet mocks only in case if portlet dependencies are available
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1301531 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 14:06:25 +00:00
Lukasz Lenart 6ec3d2a8b6 WW-3758 - upgrade commons-lang to version 3.1
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1292705 13f79535-47bb-0310-9956-ffa450edef68
2012-02-23 08:40:53 +00:00
Lukasz Lenart 872a7b0b6d WW-3733 - adds missing PortletContext to ActionContext to avoid NPE during PortletResult initialisation
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1226265 13f79535-47bb-0310-9956-ffa450edef68
2012-01-01 17:29:25 +00:00
Maurizio Cucchiara 7e1b849155 Added doc.
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1158319 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 15:12:18 +00:00
Maurizio Cucchiara c035f4cb4a * Exposed getConfigPath method in order to use custom struts.xml file.
* Renamed JUnitTestAction

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1157925 13f79535-47bb-0310-9956-ffa450edef68
2011-08-15 17:48:07 +00:00
Maurizio Cucchiara 3343161e12 WW-3671 - Two TestAction classes confuse eclipse (sometimes)
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1157665 13f79535-47bb-0310-9956-ffa450edef68
2011-08-14 20:57:58 +00:00
Maurizio Cucchiara 90f9e3a846 WW-3669 - TestCase for StrutsJUnit4TestCase
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1157396 13f79535-47bb-0310-9956-ffa450edef68
2011-08-13 17:41:59 +00:00
Maurizio Cucchiara ac0679e3ed Made StrutsJunit4 classes abstract
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1153918 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 16:12:15 +00:00
Maurizio Cucchiara f219d9e468 WW-3667 - StrutsJUnit4TestCase does not provide the executeAction method
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1153904 13f79535-47bb-0310-9956-ffa450edef68
2011-08-04 15:12:44 +00:00
Lukasz Lenart 6854397de2 Resolved WW-3403 - added JUnit 4 StrutsTestCase
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1002045 13f79535-47bb-0310-9956-ffa450edef68
2010-09-28 07:52:39 +00:00
Lukasz Lenart 0b303e4aa2 Added option to use many Context Locations
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@997996 13f79535-47bb-0310-9956-ffa450edef68
2010-09-17 06:45:24 +00:00
Lukasz Lenart e0f3e7f073 Solved WW-3402 - memory leak
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@920892 13f79535-47bb-0310-9956-ffa450edef68
2010-03-09 14:23:07 +00:00
Musachy Barroso 16cf4d70e9 organize imports, fix some typos
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@816817 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 23:58:21 +00:00
Musachy Barroso f36a3a6d42 reuse existing method.
patch provided by Alex Siman

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@816445 13f79535-47bb-0310-9956-ffa450edef68
2009-09-18 02:52:22 +00:00
Musachy Barroso a5d0e408c6 organize imports
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@802129 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 18:14:48 +00:00
Musachy Barroso 81fee36664 remove commented code
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@802126 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 18:11:39 +00:00
Musachy Barroso 976863cfb7 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@802124 13f79535-47bb-0310-9956-ffa450edef68 2009-08-07 18:11:11 +00:00
Antonio Petrelli 974e051bc5 WW-2147
Fixed license headers where needed.
Re-enabled RAT plugin and fixed its configuration.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@651946 13f79535-47bb-0310-9956-ffa450edef68
2008-04-27 13:41:38 +00:00
Donald J. Brown 75d4b0dc9c * Upgrading commons-fileupload to 1.2.1, now required
* Cleaning up testing so spring's mocks are not in the compile scope
WW-2590 WW-2588


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647434 13f79535-47bb-0310-9956-ffa450edef68
2008-04-12 11:41:24 +00:00
Donald J. Brown 1633765ee1 Moving JUnit and TestNG base classes into their own plugins
WW-2588


git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@647062 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 06:07:13 +00:00