Commit Graph

3948 Commits

Author SHA1 Message Date
Lukasz Lenart 913944b8ee Adds missing header with license
(cherry picked from commit 27ad6cb)
2015-11-28 15:36:22 +01:00
Lukasz Lenart ddeb7f0f7c Updates Portal Tiles integration
(cherry picked from commit 6edc0ff)
2015-11-28 15:36:16 +01:00
Lukasz Lenart 5d30eb1ad2 Replaces call to deprecated api
(cherry picked from commit 26f153d)
2015-11-28 15:36:11 +01:00
Lukasz Lenart efcea81b67 Drops unused classes
(cherry picked from commit 24a5bce)
2015-11-28 15:36:04 +01:00
Lukasz Lenart 9862580bbe Re-implements tiles integration based on new API
(cherry picked from commit 70716e9)
2015-11-28 15:35:48 +01:00
Lukasz Lenart 1dc545e34c Adds required dependencies
(cherry picked from commit 85b2198)
2015-11-28 15:34:55 +01:00
Lukasz Lenart 90dbf54bf4 WW-4570 Drops ASM from minimal set of Jars 2015-11-22 13:52:19 +01:00
Lukasz Lenart b4a18d07e4 WW-4570 Uses proper schema for assembly descriptor 2015-11-20 13:29:49 +01:00
Lukasz Lenart 5d26c6c1e5 WW-4570 Defines a minimal jar set to be used by users 2015-11-20 13:16:26 +01:00
Lukasz Lenart 22cb8c7e7d WW-4562 Upgrades OGNL to latest 3.0.13 version 2015-11-04 18:09:55 +01:00
Lukasz Lenart 0958077762 WW-4134 Checks if Response wasn't committed to allow store messages 2015-10-27 09:01:09 +01:00
Lukasz Lenart 7848534e2f WW-4554 Drops duplicated calls to initialize BeanPostProcessors
It's already done by Spring
2015-10-27 08:27:25 +01:00
Lukasz Lenart c708876339 WW-4556 Extracts tooltips into dedicated template file 2015-10-27 08:25:36 +01:00
Lukasz Lenart f65e38bb81 WW-3161 Sets proper ActionContext to allow I18N to work 2015-10-20 08:40:25 +02:00
Lukasz Lenart 412684bd22 Drops unused code 2015-10-20 08:39:39 +02:00
Lukasz Lenart 3e2d5da12c WW-4526 Checks if passed in scheme param is valid 2015-10-20 08:16:41 +02:00
Christoph Nenning d15424ee5f added changes from PRs #54 and #55 which have been merged to master (also see WW-4552 and WW-4553) 2015-10-12 13:27:22 +02:00
Lukasz Lenart 30d30e07de WW-4536 Checks for patterns in action names to build the same key for actions with patterns 2015-10-11 18:54:15 +02:00
Lukasz Lenart 755ad3fadb WW-4536 Drops static to allow redefine the key 2015-10-10 10:10:21 +02:00
Lukasz Lenart f5d455da12 WW-4551 Adds support for conversion of RFC3339 dates with date part only 2015-10-10 10:01:33 +02:00
Lukasz Lenart 4f817dc7a9 Prepares for 2.3.x development cycle 2015-10-09 19:02:09 +02:00
Lukasz Lenart 7a9863169f [maven-release-plugin] prepare release STRUTS_2_3_24_1 STRUTS_2_3_24_1 2015-09-22 07:49:22 +02:00
Lukasz Lenart 27f451d99a Updates bom 2015-09-22 07:41:42 +02:00
Lukasz Lenart 0cefe507fb Sets SNAPSHOT version 2015-09-22 07:39:39 +02:00
Lukasz Lenart f420f28466 Solves issue with vulnerable parameters 2015-09-22 07:24:49 +02:00
Lukasz Lenart 925741ad1e [maven-release-plugin] prepare release STRUTS_2_3_24 STRUTS_2_3_24 2015-05-03 12:07:56 +02:00
Johannes Geppert 7063f5e25d WW-4492 Add support for Log4J2 as a struts and xwork logging backend
- Use log4j2 in the struts2 blank maven archetype
2015-05-01 13:37:15 +02:00
Johannes Geppert d586fd50c1 Migrate angularjs version in maven angularjs archetype from 1.2 to latest stable version 1.3 2015-05-01 13:22:55 +02:00
Johannes Geppert 45d8f37c77 WW-4492 Add support for Log4J2 as a struts and xwork logging backend
- Use log4j2 in the convention plugin based maven archetype
 - Escape base directory property in angularjs maven archetype pom.xml
2015-05-01 13:10:18 +02:00
Johannes Geppert f150c9f295 Refactor angularjs maven archetype to support html5 uris 2015-05-01 12:59:46 +02:00
Johannes Geppert e3682f9472 Refactor angularjs maven archetype to have a separate namespace for data action and DataService with promises 2015-05-01 12:48:09 +02:00
Johannes Geppert e990fbb751 WW-4492 Add support for Log4J2 as a struts and xwork logging backend
- Use log4j2 in the angularjs maven archetype
2015-05-01 12:46:59 +02:00
Johannes Geppert 7afa4ae925 WW-4492 Add support for Log4J2 as a struts and xwork logging backend
- Move log4j2 version to properties
2015-05-01 11:19:51 +02:00
Lukasz Lenart 45071a7ff1 WW-4494 Uses 2.3.0 FreeMarker incompatibility level by default 2015-04-30 08:55:06 +02:00
Lukasz Lenart 791364cf6d WW-4493 Allows to pass parameters witch dashes in names 2015-04-30 08:27:27 +02:00
Lukasz Lenart 5649ff1ac5 Includes action: and method: as excluded patterns and drops class 2015-04-29 21:35:04 +02:00
Lukasz Lenart 326e89daf3 Refactors logger factory to simplify adding new implementations 2015-04-19 14:03:27 +02:00
Johannes Geppert 951a4f8f2b WW-4492 Add support for Log4J2 as a struts and xwork logging backend
- Extend xwork LoggerFactory  to autodetect log4j2 if available in classpath
2015-04-18 21:27:22 +02:00
Johannes Geppert 093532edc2 WW-4492 Add support for Log4J2 as a struts and xwork logging backend
- Use new log4j2 in blank and rest showcase app
 - Migrate to newer jetty plugin version
2015-04-18 21:15:48 +02:00
Johannes Geppert 48c0764f73 WW-4492 Add support for Log4J2 as a struts and xwork logging backend 2015-04-18 12:29:13 +02:00
Lukasz Lenart 75027a3cb8 Sets proper version 2015-04-07 11:27:40 +02:00
Lukasz Lenart 6d16144e31 Sets proper version 2015-04-07 11:26:30 +02:00
Lukasz Lenart 84defe9a6b Merge branch 'release/2.3.23'
Conflicts:
	apps/blank/pom.xml
	apps/jboss-blank/pom.xml
	apps/mailreader/pom.xml
	apps/pom.xml
	apps/portlet/pom.xml
	apps/rest-showcase/pom.xml
	apps/showcase/pom.xml
	archetypes/pom.xml
	archetypes/struts2-archetype-angularjs/pom.xml
	archetypes/struts2-archetype-blank/pom.xml
	archetypes/struts2-archetype-convention/pom.xml
	archetypes/struts2-archetype-dbportlet/pom.xml
	archetypes/struts2-archetype-plugin/pom.xml
	archetypes/struts2-archetype-portlet/pom.xml
	archetypes/struts2-archetype-starter/pom.xml
	assembly/pom.xml
	bom/pom.xml
	bundles/admin/pom.xml
	bundles/demo/pom.xml
	bundles/pom.xml
	core/pom.xml
	plugins/cdi/pom.xml
	plugins/codebehind/pom.xml
	plugins/config-browser/pom.xml
	plugins/convention/pom.xml
	plugins/dojo/pom.xml
	plugins/dwr/pom.xml
	plugins/embeddedjsp/pom.xml
	plugins/gxp/pom.xml
	plugins/jasperreports/pom.xml
	plugins/java8-support/pom.xml
	plugins/javatemplates/pom.xml
	plugins/jfreechart/pom.xml
	plugins/jsf/pom.xml
	plugins/json/pom.xml
	plugins/junit/pom.xml
	plugins/osgi/pom.xml
	plugins/oval/pom.xml
	plugins/pell-multipart/pom.xml
	plugins/plexus/pom.xml
	plugins/pom.xml
	plugins/portlet-tiles/pom.xml
	plugins/portlet/pom.xml
	plugins/rest/pom.xml
	plugins/sitegraph/pom.xml
	plugins/sitemesh/pom.xml
	plugins/spring/pom.xml
	plugins/struts1/pom.xml
	plugins/testng/pom.xml
	plugins/tiles/pom.xml
	plugins/tiles3/pom.xml
	pom.xml
	xwork-core/pom.xml
2015-04-07 11:25:51 +02:00
Lukasz Lenart a31af91199 [maven-release-plugin] prepare for next development iteration 2015-04-07 09:52:42 +02:00
Lukasz Lenart d469fffed9 [maven-release-plugin] prepare release STRUTS_2_3_23 STRUTS_2_3_23 2015-04-07 09:52:32 +02:00
Lukasz Lenart f99a614d4a Fixes problem with missing JSPs 2015-04-07 09:34:13 +02:00
Lukasz Lenart 4651f37501 WW-4484 Upgrades Freemarker 2015-04-03 07:16:29 +02:00
Lukasz Lenart 4a08f070f1 WW-4482 Fallbacks to non-collection evaluation for non-collection param 2015-04-02 10:17:23 +02:00
Lukasz Lenart 6021995bfb WW-4481 Adds context to deprecations warning 2015-03-30 09:51:54 +02:00
Lukasz Lenart 8cb1feb418 Sets proper released version 2015-03-19 09:36:52 +01:00