Commit Graph

3979 Commits

Author SHA1 Message Date
Johannes Geppert 0bbae92cf3 WW-4511 Move struts2 blank app to struts2-examples
- Blank app was moved to struts-examples.git repository
2015-06-11 21:25:13 +02:00
cnenning 850da63b8f added missing jquery file 2015-06-09 16:15:32 +02:00
Johannes Geppert 5d86c0e5c9 Minor code improvement's in the struts json plugin
- Use Java 7 features like diamond operator
- Improve some logging message
- Use BooleanUtils.toBoolean(string) instead of "true".isEquals to be more robust
2015-06-08 20:17:45 +02:00
Johannes Geppert decf48eb71 Minor code improvement's in the struts spring plugin
- Use Java 7 features like diamond operator
- Improve some logging message
- Remove out commented code
- Use BooleanUtils.toBoolean(string) instead of "true".isEquals to be more robust
2015-06-08 19:51:09 +02:00
Johannes Geppert e47a1127f8 Minor code improvements's in the struts core module
- Use Java 7 features like diamond operater and multi catch
- Improve some logging message and don't check LOG.isXxx if not necessary
- Fix some typos
- Imrove some loops and use for each instead of iterator
- Use BooleanUtils.toBoolean(string) instead of "true".isEquals to be more robust
2015-06-08 19:27:06 +02:00
Johannes Geppert 27bfb22df7 WW-4510 Upgrade spring plugin dependencies to spring version 4.x
- Struts Mocks in JSON and JFreechart plugin needs to be implement the new Spring4 mocks api
2015-06-08 19:09:09 +02:00
Lukasz Lenart 7d2370e017 WW-4499 Drops misleading readonly attribute
Closes #41
2015-06-08 11:11:20 +02:00
Johannes Geppert b074c08884 Correct some urls to the docs to the right location 2015-06-07 21:03:54 +02:00
Johannes Geppert 243c92bf46 WW-4510 Upgrade spring plugin dependencies to spring version 4.x
- The Servlet API mocks in Spring Framework 4.x only supports Servlet 3.0 and higher
2015-06-07 20:59:42 +02:00
Johannes Geppert 8aa389e376 WW-4510 Upgrade spring plugin dependencies to spring version 4.x
- Replace deprecated singleton="false" with scope="prototype"
- The boundary parameter needs to be in the header request
2015-06-07 18:33:18 +02:00
Johannes Geppert c951b15c1c Merge branch 'master' into spring4 2015-06-07 11:55:02 +02:00
Johannes Geppert 9c67e4e836 Solve problem when xwork and core tests are running on a machine where default local is different from "en" 2015-06-07 11:54:46 +02:00
Johannes Geppert d788700009 WW-4510 Upgrade spring plugin dependencies to spring version 4.x 2015-06-07 11:35:46 +02:00
Aleksandr Mashchenko d587a687a8 WW-4499 - Removed readonly attribute from radio, checkbox and checkboxlist tags. 2015-05-30 18:35:25 +03:00
Johannes Geppert 72e6f70733 Refactor showcase and migrate to bootstrap 3 2015-05-28 21:26:48 +02:00
Johannes Geppert 6070b57f73 Merge branch 'bean-validation-plugin' 2015-05-28 20:14:45 +02:00
Johannes Geppert 3219764efc WW-4505 Add plugin to support bean validation
Add bean validation example to the showcase application
2015-05-28 20:12:53 +02:00
Lukasz Lenart 0a71c5c9af Drops version of maven-compiler-plugin as this breaks build 2015-05-28 10:11:42 +02:00
Lukasz Lenart 25cdfd62e3 WW-4503 Sitches to JDK7 2015-05-28 08:22:24 +02:00
Lukasz Lenart 31d1b40d7f Adds readme based on birdseye page
Closes #40
2015-05-28 07:35:55 +02:00
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
bitcod3r d163b112ee Create README.md
Used same information from http://struts.apache.org/birdseye.html
2015-05-27 13:47:49 -05: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