This is an automated email from the ASF dual-hosted git repository.

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


    from 6e691ff  Merge pull request #212 from zepernick/master
     add 4260bee  Adds Jackson XML binding dependency
     add 67ecf3a  Defines a new handler using Jackson XML
     add 9260720  Adds test to cover basic functionality
     add ce1ac9d  Adds example how to use the handler
     add 6c5b79c  Adds explanation how to use the commented configuration
     new 26babb6  Merge pull request #210 from lukaszlenart/jackson-xml

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:
 apps/rest-showcase/pom.xml                         |  5 ++
 apps/rest-showcase/src/main/resources/struts.xml   |  6 ++
 plugins/rest/pom.xml                               | 11 +++
 ...cksonLibHandler.java => JacksonXmlHandler.java} | 30 ++++----
 .../rest/handler/JacksonXmlHandlerTest.java        | 87 ++++++++++++++++++++++
 .../apache/struts2/rest/handler/SimpleBean.java    | 30 +++++---
 pom.xml                                            |  9 ++-
 7 files changed, 150 insertions(+), 28 deletions(-)
 copy 
plugins/rest/src/main/java/org/apache/struts2/rest/handler/{JacksonLibHandler.java
 => JacksonXmlHandler.java} (65%)
 create mode 100644 
plugins/rest/src/test/java/org/apache/struts2/rest/handler/JacksonXmlHandlerTest.java
 copy core/src/test/java/org/apache/struts2/views/jsp/ui/User.java => 
plugins/rest/src/test/java/org/apache/struts2/rest/handler/SimpleBean.java (70%)

-- 
To stop receiving notification emails like this one, please contact
yasserzam...@apache.org.

Reply via email to