You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2018/01/15 10:50:49 UTC

[struts] branch master updated (29b29a9 -> 29e1847)

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" <co...@struts.apache.org>'].

[struts] 01/01: Merge pull request #199 from yasserzamani/WW-4906

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 29e1847f64088b1d172631fbc5253b0f2e40144f
Merge: 29b29a9 9739291
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Mon Jan 15 11:50:46 2018 +0100

    Merge pull request #199 from yasserzamani/WW-4906
    
     fix conversion by annotation and WW-4906

 .../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" <co...@struts.apache.org>.