Commit Graph

1014 Commits

Author SHA1 Message Date
Johannes Geppert 0fac53954a WW-4537 Support for latest jackson lib as json content handler in rest plugin 2015-08-23 13:45:38 +02:00
Johannes Geppert 775c82a743 WW-4531- Improve javadoc to be compatible with more strict JDK8 javadoc standard 2015-07-24 20:27:31 +02:00
Lukasz Lenart 98d7756cbb [maven-release-plugin] prepare for next development iteration 2015-07-17 09:36:30 +02:00
Lukasz Lenart 2a37a2e32d [maven-release-plugin] prepare release STRUTS_2_5_BETA1 2015-07-17 09:36:16 +02:00
Johannes Geppert eb564a25e1 Fix wrong closing HTML tags in javadoc comments 2015-07-16 22:02:21 +02:00
Lukasz Lenart 46b0ef632f WW-4516 Allows disable BeanInfo cache in devMode 2015-06-26 21:45:30 +02:00
Lukasz Lenart fd0db86560 WW-4518 Moves the new filters to proper package 2015-06-23 17:36:32 +02:00
Lukasz Lenart 6bc99ab939 WW-4518 Moves results to dedicated package 2015-06-23 17:14:27 +02:00
Lukasz Lenart 8de090fda2 WW-4518 Drops FilterDispatcher 2015-06-23 16:09:34 +02:00
Lukasz Lenart 0fada66b85 WW-4518 Drops deprecated methods 2015-06-23 12:46:29 +02:00
Lukasz Lenart c50605a945 WW-4518 Drops another deprecated APIs 2015-06-23 12:11:49 +02:00
Naros f18e24d2ac Renamed setter for devMode. 2015-06-22 10:32:05 -05:00
Naros 88bfeb556d Removed unused methods
Removed JSONUtil.serialize(Object) in favor for using the method that
accepts a boolean to control bean caching functionality.
2015-06-22 09:21:13 -05:00
Naros a778ba1a3d Renamed debugMode to devMode.
Renamed the debugMode variable to devMode.
2015-06-22 09:18:24 -05:00
Lukasz Lenart ce61023a4c WW-4517 UnknownHandlers should return null instead of throwing an
exception
2015-06-21 18:56:07 +02:00
Lukasz Lenart 586f770d30 WW-4439 Drops support for do prefix in methods 2015-06-21 11:37:28 +02:00
Naros 30df43f1fa WW-4516: Allow JSON plug-in to skip bean cache when devMode is enabled. 2015-06-20 13:19:29 -05:00
Lukasz Lenart e2347f165c WW-4077 Moves ValidationAware interface into proper package 2015-06-18 11:33:49 +02:00
Lukasz Lenart 31af5842e0 Merges xwork packages into struts 2015-06-17 23:08:04 +02:00
Aaron Johnson 86da1ea8c2 WW-4515 Convert try blocks to try-with-resources 2015-06-17 09:51:25 -05:00
Aaron Johnson 0b19499ffd WW-4515 Convert try blocks to try-with-resources 2015-06-17 09:49:26 -05:00
Aaron Johnson 3fab155b4c WW-4515 Convert try blocks to try-with-resources 2015-06-17 09:24:08 -05:00
Johannes Geppert 5a835cf6ac Minor code improvements's in the cdi, convention, jasperreports, junit, rest and sitemesh plugin
- Use Java 7 features like diamond operator
- Improve some logging message and don't check LOG.isXxx if not necessary
- Fix some typos
- Use BooleanUtils.toBoolean(string) instead of "true".isEquals to be more robust
2015-06-16 20:37:20 +02:00
Johannes Geppert 9e95d79294 Remove provider class generic to fix compile error which breaks the build 2015-06-14 13:51:26 +02:00
cnenning 372ce960e2 using ObjectFactory instead of Class.forName() 2015-06-12 10:30:38 +02:00
cnenning 8128ca6b60 small updates to logging 2015-06-12 10:28:44 +02:00
cnenning f20570a470 added testcase for action with method prefixed by 'do' 2015-06-10 14:50:16 +02:00
cnenning c82b4d9691 fixed some typos in javadoc 2015-06-10 14:34:59 +02:00
cnenning f03969dad8 fixed some generics related warnings and did a little re-formatting 2015-06-10 14:27:17 +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 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
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 d788700009 WW-4510 Upgrade spring plugin dependencies to spring version 4.x 2015-06-07 11:35:46 +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 dbde75221e Add test cases for ModelDriven action, standard actions and FieldMatch validator 2015-05-27 20:07:08 +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 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
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 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 2015-05-03 12:07:56 +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 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 2015-04-07 09:52:32 +02:00
Lukasz Lenart 3e23f2191e [maven-release-plugin] prepare for next development iteration 2015-03-19 07:11:27 +01:00