You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ya...@apache.org on 2018/03/02 09:47:40 UTC

[struts] branch master updated (6e691ff -> 26babb6)

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
yasserzamani@apache.org.

[struts] 01/01: Merge pull request #210 from lukaszlenart/jackson-xml

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

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

commit 26babb6fdf385e624f187bbf3127bd56ee5f5e9c
Merge: 6e691ff 6c5b79c
Author: Yasser Zamani <ya...@live.com>
AuthorDate: Fri Mar 2 13:17:38 2018 +0330

    Merge pull request #210 from lukaszlenart/jackson-xml
    
    WW-4922: Jackson XML

 apps/rest-showcase/pom.xml                         |  5 ++
 apps/rest-showcase/src/main/resources/struts.xml   |  6 ++
 plugins/rest/pom.xml                               | 11 +++
 .../struts2/rest/handler/JacksonXmlHandler.java    | 61 +++++++++++++++
 .../rest/handler/JacksonXmlHandlerTest.java        | 87 ++++++++++++++++++++++
 .../apache/struts2/rest/handler/SimpleBean.java    | 46 ++++++++----
 pom.xml                                            |  9 ++-
 7 files changed, 207 insertions(+), 18 deletions(-)


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