This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from 0650944 Moves Code Quality stage into proper palcce add 68648fe WW-4799 Adding struts.date.format as a conversion format for DateConverter new 29d7a13 Merge pull request #468 from apache/WW-4799-conversion-format The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../opensymphony/xwork2/DefaultActionProxy.java | 6 +- .../xwork2/conversion/impl/DateConverter.java | 77 ++++++++- .../com/opensymphony/xwork2/StubTextProvider.java | 96 +++++++++++ .../xwork2/conversion/impl/DateConverterTest.java | 187 +++++++++++---------- .../conversion/impl/XWorkBasicConverterTest.java | 96 +++++++---- .../xwork2/conversion/impl/XWorkConverterTest.java | 27 +++ .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 21 +-- .../validator/SimpleActionValidationTest.java | 18 +- 8 files changed, 384 insertions(+), 144 deletions(-) create mode 100644 core/src/test/java/com/opensymphony/xwork2/StubTextProvider.java