Commit Graph

3958 Commits

Author SHA1 Message Date
Johannes Geppert a7f03e3254 WW-4505 Add plugin to support bean validation
Remove not necessary url tag for back link
2015-05-27 21:09:33 +02:00
Johannes Geppert 53962a0531 WW-4505 Add plugin to support bean validation
Move links to validation examples to dropdown submenu
2015-05-27 21:08:50 +02:00
Johannes Geppert b6afefeea7 WW-4505 Add plugin to support bean validation
Add new bean validation plugin to assembly, bom and parent sections
2015-05-27 20:56:17 +02:00
Johannes Geppert f419ee5879 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/struts into bean-validation-plugin 2015-05-27 20:07:27 +02:00
Johannes Geppert dbde75221e Add test cases for ModelDriven action, standard actions and FieldMatch validator 2015-05-27 20:07:08 +02:00
geppertj 779b2bd24c WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Add missing import of LoggerFactory in StrutsInternalTestCase
2015-05-27 08:39:22 +02:00
Johannes Geppert 5c8bb4538f Fix missing import of LoggerFactory 2015-05-26 21:35:43 +02:00
Johannes Geppert 7fe362884b WW-4505 Add plugin to support bean validation
Add bean validation test with hibernate validator on an model driven action
2015-05-26 21:33:49 +02:00
Johannes Geppert 95da4e341f WW-4505 Add plugin to support bean validation
Add first implementation of the new bean validation plugin.

This plugin is based on the plugin from Umesh Awasthi:
https://github.com/struts-community-plugins/jsr303-validator-plugin
2015-05-26 20:39:30 +02:00
Johannes Geppert 73ef38d727 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/struts into WW-4504 2015-05-26 19:14:34 +02:00
Johannes Geppert fe58d73f7a WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Use log4j2 in xwork tests
2015-05-26 19:10:57 +02:00
Lukasz Lenart 8c2b321aa0 Cleans up after dropping deprecated plugins 2015-05-26 18:39:34 +02:00
Lukasz Lenart c5cf86a419 Uses proper version of parent 2015-05-26 18:12:25 +02:00
Johannes Geppert 40fdd167dd WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Remove not necessary toString() call
2015-05-26 18:07:20 +02:00
Johannes Geppert 26279424f0 WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Mark current xwork logging implementation as deprecated so it can be removed with 3.0
2015-05-25 21:49:53 +02:00
Johannes Geppert 93a307b95e WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Use log4j2 in all archetypes
2015-05-25 21:47:03 +02:00
Johannes Geppert 88649ff82c WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Use log4j2 in all provided apps
2015-05-25 21:42:08 +02:00
Johannes Geppert 8e8771153a WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Use log4j2 placeholder for logging messages and optimize logging a bit
2015-05-25 21:25:50 +02:00
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
Johannes Geppert 340312ed3f WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
- Switch to latest log4j2 version
2015-05-25 12:25:23 +02:00
Johannes Geppert ffe0e20edd Cleanup struts2 showcase after removing of deprecated plugins
- Remove struts1 integration example
- Remove JSF integration example
- Remove all references to dojo plugin
2015-05-25 12:11:59 +02:00
Lukasz Lenart 17d73d21a1 Moves deprecated plugins to struts-archive repo 2015-05-22 12:58:01 +02:00
Lukasz Lenart 9a33d29bec Starts work on 2.5 version 2015-05-21 20:43:19 +02:00
Lukasz Lenart 003fe35c90 Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/struts into develop 2015-05-15 21:36:20 +02:00
Lukasz Lenart ebb1e3fe39 Merge branch 'struts-2-3-20-1' into develop 2015-05-15 21:35:40 +02:00
Johannes Geppert 01279636d9 Correct usage of promises and improve logging in data service 2015-05-06 20:49:29 +02:00
Johannes Geppert aa1e50f412 Remove unused dependency from ApacheProjectsController 2015-05-06 20:34:35 +02:00
Lukasz Lenart f19707cb76 [maven-release-plugin] prepare for next development iteration 2015-05-06 07:59:11 +02:00
Lukasz Lenart a9974eec56 [maven-release-plugin] prepare release STRUTS_2_3_20_1 STRUTS_2_3_20_1 2015-05-06 07:57:47 +02:00
Lukasz Lenart b01a7d566a Uses proper path to docs 2015-05-06 07:49:45 +02:00
Lukasz Lenart d832747d64 Applies better exclude patterns 2015-05-03 20:57:15 +02:00
Lukasz Lenart 8ab3272d9f Sets SNAPSHOT version to allow release plugin to work 2015-05-03 20:44:32 +02:00
Lukasz Lenart ea098ba08f Merge branch 'master' into develop 2015-05-03 14:01:21 +02:00
Lukasz Lenart 26ab3e477b Merge branch 'release/2.3.24' 2015-05-03 14:01:18 +02:00
Lukasz Lenart c19a14f1a7 [maven-release-plugin] prepare for next development iteration 2015-05-03 12:08:08 +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