Commit Graph

3831 Commits

Author SHA1 Message Date
Lukasz Lenart 3ce21ac483 Extracts interface with default implementation 2014-12-20 21:45:30 +01:00
Lukasz Lenart 6471eec0ab Defines new java8-plugin to support Java 8 2014-12-20 21:44:43 +01:00
Lukasz Lenart 6774e840c8 Reverts to old version of ASM and adds ASM 5 as well 2014-12-20 21:44:18 +01:00
Lukasz Lenart 61ab8137eb Adds test cases to cover three use cases with flow of exceptions 2014-12-20 09:02:56 +01:00
Lukasz Lenart bf7714f7ae Improves flow of exceptions and missing action method 2014-12-20 09:02:28 +01:00
Lukasz Lenart 3288096c2b Adds proper deprecation note 2014-12-20 08:55:55 +01:00
Lukasz Lenart 5551a9bb60 Adds jenv specific file 2014-12-20 08:54:31 +01:00
Lukasz Lenart adb7b8c73f Updates link which points to Confluence docs 2014-12-05 11:44:02 +01:00
Lukasz Lenart 5f2898eadf Cleans up Maven generated website 2014-12-02 12:41:06 +01:00
Lukasz Lenart ae4e3d116b Reformats source code 2014-11-21 21:55:40 +01:00
Lukasz Lenart 3e0e3836eb Merge branch 'master' into develop 2014-11-21 21:53:43 +01:00
Lukasz Lenart 2886a30917 Merge branch 'release/2.3.20' 2014-11-21 21:53:36 +01:00
Lukasz Lenart 5078537ff6 [maven-release-plugin] prepare for next development iteration 2014-11-21 19:30:20 +01:00
Lukasz Lenart 0320310406 [maven-release-plugin] prepare release STRUTS_2_3_20 STRUTS_2_3_20 2014-11-21 19:30:08 +01:00
Lukasz Lenart 1f301038a7 Uses better random generator 2014-11-21 19:21:35 +01:00
Lukasz Lenart e1025a207d WW-4391 reverts changes as this breaks WW-4420 2014-11-17 11:39:38 +01:00
Lukasz Lenart 77c76dc691 Merge branch 'master' into develop 2014-11-17 11:31:58 +01:00
Lukasz Lenart aebdad9f6c Merge branch 'release/2.3.19' 2014-11-17 11:31:52 +01:00
Lukasz Lenart f7f4915bd3 [maven-release-plugin] prepare for next development iteration 2014-11-14 08:31:27 +01:00
Lukasz Lenart 0032390ee8 [maven-release-plugin] prepare release STRUTS_2_3_19 STRUTS_2_3_19 2014-11-14 08:31:12 +01:00
Lukasz Lenart 8c222622e1 Update version used by bom 2014-11-14 08:20:46 +01:00
Lukasz Lenart 70af4b649a Prepares for next development cycle 2014-11-14 08:17:15 +01:00
Lukasz Lenart 266f83f15c Polishes how error messages are displayed 2014-11-12 09:59:31 +01:00
Lukasz Lenart eeab265282 Uses default scope to create params checkers 2014-11-12 09:59:10 +01:00
Lukasz Lenart 1aa2752dec Reverts acceptParamNames to previous behaviour 2014-11-10 08:43:04 +01:00
Lukasz Lenart cc11cc275c WW-4408 Delays call to get instance of LocaleProvider 2014-10-15 07:58:15 +02:00
cnenning 381e927575 logging missing text keys only after all resource bundles have been
searched, see WW-4407
2014-10-13 13:19:54 +02:00
Lukasz Lenart 92f38df890 Groups fields for better readability 2014-10-01 07:50:50 +02:00
Lukasz Lenart 6098ef036b Adds missing info about AcceptedPatternsChecker extension point 2014-09-30 08:09:30 +02:00
Lukasz Lenart 587e3a41b1 Adds BeanInfo to allow define class attribute in JSPs 2014-09-23 23:02:31 +02:00
Lukasz Lenart 3b9d58614f Adds proper exception handling during calling action
This will allow ExceptionHandler to work
2014-09-23 21:44:50 +02:00
Lukasz Lenart 4f4f526002 WW-4165 Checks if dynamic attributes don't overlap tag attributes
This can be done only in a component as when dynamic attributes are set
by a container on the tag, the component wasn't instantiated yet - it
will be created in doStartTag method which is called after all
attributes were set
2014-09-22 09:01:11 +02:00
Lukasz Lenart bc78860efb Adds parent pom to use common DM settings 2014-09-22 08:43:55 +02:00
Lukasz Lenart 87c204ef6c WW-3698 Updates JavaDoc about new wrapField parameter 2014-09-21 11:05:05 +02:00
Lukasz Lenart d2b22b9132 Solves minor style problems 2014-09-16 21:25:26 +02:00
Lukasz Lenart 3447eefdac WW-4365 Solves problem with matching option id to headerKey 2014-09-16 21:23:37 +02:00
Lukasz Lenart e01109697f WW-4347 Adds support for JDK8 lambdas 2014-09-16 09:37:37 +02:00
Lukasz Lenart 63fa04e814 WW-4345 Reverts the commit 8aa4fe8606 2014-09-16 08:51:16 +02:00
Lukasz Lenart f49b084fbe WW-4383 Clears output to avoid infinitive loops 2014-09-16 08:42:11 +02:00
Johannes Geppert 3826c3098f Switch to latest bootstrap version 3.2.0 in REST Showcase 2014-08-31 14:55:05 +02:00
Johannes Geppert fbf4113c2e WW-4399 struts2-archetype-angularjs uses absolute paths 2014-08-31 14:09:38 +02:00
Johannes Geppert b88c5d561f WW-4400 Replace outdated AngularJS version with latest stable AngularJS version 2014-08-31 14:05:27 +02:00
Johannes Geppert a16cedb26e Adjust archetype to API changes of AngularJS version 1.2.x 2014-08-31 13:54:33 +02:00
Johannes Geppert 387f8027fd DOCTYPE needs to be in first line for valid HTML5 2014-08-31 13:36:08 +02:00
Johannes Geppert 810711ccd2 Upgrade AngularJS to latest stable AngularJS version 1.2.23 2014-08-31 13:32:50 +02:00
Lukasz Lenart da2f2a5ae5 WW-4398 Adds support to map parameters to java.util.Set of complex type 2014-08-28 07:42:58 +02:00
Josh Mabry ca9dbb1fb9 Allow a Set to be of Complex Objects. This was based off the setProperty of the XWorkListPropertyAccessor 2014-08-26 16:41:16 -05:00
Josh Mabry ff17307afc If you are wanting a Set, we should give you a Set 2014-08-26 16:39:54 -05:00
Lukasz Lenart c1c10e017b Adds default velocity.properties with disabled logging 2014-08-26 08:37:17 +02:00
Lukasz Lenart 69baf692a4 WW-4024 Allows specify scheme via expression 2014-08-25 21:34:54 +02:00