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 29b29a9  Merge pull request #196 from lukaszlenart/init-like-a-boss
     add faf5018  add conversion by annotation missing tests
     add 77cbafb  fix conversion by annotation
     add ff903e7  add tests if conversion can get annotation from supers
     add 4394238  un-deprecate TypeConversion.converter plus some improvements
     add 9739291  change tests to cover more
     new 29e1847  Merge pull request #199 from yasserzamani/WW-4906

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:
 .../conversion/annotations/TypeConversion.java     | 15 ++++-----
 .../impl/DefaultConversionAnnotationProcessor.java | 19 +++++++----
 .../impl/DefaultConversionFileProcessor.java       |  4 +--
 .../xwork2/conversion/impl/XWorkConverter.java     | 25 +++++++++++---
 .../com/opensymphony/xwork2/AnnotatedTestBean.java | 13 ++++++++
 .../impl/AnnotationXWorkConverterTest.java         | 10 +++++-
 .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java |  2 +-
 .../xwork2/ognl/OgnlValueStackTest.java            | 13 ++++++++
 .../xwork2/ognl/SetPropertiesTest.java             | 39 +++++++++++++++++++++-
 .../xwork2/test/annotations/PersonAction.java      |  2 +-
 .../java/com/opensymphony/xwork2/util/Foo.java     | 25 ++++++++++++++
 .../com/opensymphony/xwork2/util/MyBeanAction.java | 31 +++++++++++++++++
 .../opensymphony/xwork2/util/MyBeanActionTest.java | 33 ++++++++++++++++++
 13 files changed, 206 insertions(+), 25 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to