Commit Graph

4004 Commits

Author SHA1 Message Date
Aaron Johnson 3fab155b4c WW-4515 Convert try blocks to try-with-resources 2015-06-17 09:24:08 -05:00
Aaron Johnson bf15ad20b1 Merge branch 'master' of github.com:apache/struts into feature/WW-4515
# By Johannes Geppert
# Via Johannes Geppert
* 'master' of github.com:apache/struts:
  Fiy typo in commons-digester artifact id
2015-06-17 08:35:24 -05:00
Johannes Geppert 3720bbff41 Fiy typo in commons-digester artifact id 2015-06-17 08:04:13 +02:00
Aaron Johnson ebf4b170c0 Merge branch 'master' of github.com:apache/struts
# By Johannes Geppert (16) and others
# Via Johannes Geppert (2) and others
* 'master' of github.com:apache/struts: (27 commits)
  Switch to latest commons-collections, commons-io, commons-lang3 and commons-digester versions
  Minor code improvements's in the cdi, convention, jasperreports, junit, rest and sitemesh plugin
  Minor code improvements's in the xwork-core module
  Remove provider class generic to fix compile error which breaks the build
  adjusted h1 to match page title
  fixed display of last two fields
  using java.util.Date instead of java.sql.Date
  using ObjectFactory instead of Class.forName()
  small updates to logging
  WW-4513 Move mailreader app to struts2-examples
  WW-4512 Move struts2 jboss-blank app to struts2-examples
  WW-4511 Move struts2 blank app to struts2-examples
  added some more eclipse specific directories to .gitignore
  added testcase for action with method prefixed by 'do'
  fixed some typos in javadoc
  fixed some generics related warnings and did a little re-formatting
  added missing jquery file
  Minor code improvement's in the struts json plugin
  Minor code improvement's in the struts spring plugin
  Minor code improvements's in the struts core module
  ...
2015-06-16 14:24:38 -05:00
Johannes Geppert bacc571444 Switch to latest commons-collections, commons-io, commons-lang3 and commons-digester versions 2015-06-16 20:52:26 +02: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 2e9df577aa Minor code improvements's in the xwork-core module
- Use Java 7 features like diamond operator and multi catch
- 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-15 19:36:36 +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 48b0640831 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/struts into asf 2015-06-12 10:52:54 +02:00
cnenning a1abdd873d adjusted h1 to match page title 2015-06-12 10:51:37 +02:00
cnenning 95ee8a780c fixed display of last two fields 2015-06-12 10:46:00 +02:00
cnenning f3a0dcaf24 using java.util.Date instead of java.sql.Date 2015-06-12 10:39:04 +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
Johannes Geppert fa9cac7037 WW-4513 Move mailreader app to struts2-examples
- Struts2 mailreader app was moved to struts-examples.git repository
2015-06-11 21:27:02 +02:00
Johannes Geppert be6e0c01aa WW-4512 Move struts2 jboss-blank app to struts2-examples
- JBoss Blank app was moved to struts-examples.git repository
2015-06-11 21:26:01 +02:00
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 adf7133c76 added some more eclipse specific directories to .gitignore 2015-06-10 14:54:54 +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
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
Aaron Johnson 6c9ca6201c Merge branch 'master' of github.com:apache/struts
# By Johannes Geppert (9) and others
# Via Johannes Geppert (3) and Lukasz Lenart (1)
* 'master' of github.com:apache/struts:
  Refactor showcase and migrate to bootstrap 3
  WW-4505 Add plugin to support bean validation
  Drops version of maven-compiler-plugin as this breaks build
  WW-4503 Sitches to JDK7
  WW-4505 Add plugin to support bean validation
  WW-4505 Add plugin to support bean validation
  WW-4505 Add plugin to support bean validation
  Create README.md
  Add test cases for ModelDriven action, standard actions and FieldMatch validator
  WW-4504 - Mark current logging layer as @deprecated and use Log4j2 as default one
  Fix missing import of LoggerFactory
  WW-4505 Add plugin to support bean validation
  WW-4505 Add plugin to support bean validation
2015-05-29 10:42:12 -05: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
Aaron Johnson b922d5aad1 Merge branch 'master' of github.com:apache/struts 2015-05-26 15:41:20 -05:00
Johannes Geppert 5c8bb4538f Fix missing import of LoggerFactory 2015-05-26 21:35:43 +02:00