[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 yasserzam...@apache.org.
[struts] 01/01: Merge pull request #210 from lukaszlenart/jackson-xml
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 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 yasserzam...@apache.org.
[struts] branch master updated: [maven-release-plugin] prepare release STRUTS_2_5_16
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 The following commit(s) were added to refs/heads/master by this push: new 1fec084 [maven-release-plugin] prepare release STRUTS_2_5_16 1fec084 is described below commit 1fec084542c3bfe9c6733a947b3798210f73f8e8 Author: Lukasz Lenart AuthorDate: Fri Mar 2 12:59:53 2018 +0100 [maven-release-plugin] prepare release STRUTS_2_5_16 --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 8 ++-- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/pom.xml| 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 4 ++-- 35 files changed, 42 insertions(+), 38 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 791f306..daee3d5 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.6-SNAPSHOT +2.5.16 struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 810cd31..dc9e174 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.6-SNAPSHOT +2.5.16 struts2-rest-showcase war -2.6-SNAPSHOT +2.5.16 Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 67921e4..06a194c 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.6-SNAPSHOT +2.5.16 struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index 9db215a..d8c608e 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.6-SNAPSHOT +2.5.16 struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index 577932d..27ea0a1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.6-SNAPSHOT +2.5.16 pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.6-SNAPSHOT +2.5.16 true true @@ -179,4 +179,8 @@ + + +STRUTS_2_5_16 + diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index 206625c..ada7f62 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.6-SNAPSHOT +2.5.16 struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index ef08df4..2f173cf 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.6-SNAPSHOT +2.5.16 struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index b85b571..b9e07a9 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.6-SNAPSHOT +2.5.16 struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index 61e6772..864abd1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.6-SNAPSHOT +2.5.16 struts2-core jar diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index d3e5693..a91e262 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@ org.apache.struts stru
[struts] annotated tag STRUTS_2_5_16 created (now e65f4d4)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to annotated tag STRUTS_2_5_16 in repository https://gitbox.apache.org/repos/asf/struts.git. at e65f4d4 (tag) tagging 1fec084542c3bfe9c6733a947b3798210f73f8e8 (commit) replaces STRUTS_2_5_15 by Lukasz Lenart on Fri Mar 2 13:00:09 2018 +0100 - Log - [maven-release-plugin] copy for tag STRUTS_2_5_16 --- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact lukaszlen...@apache.org.
[struts] branch master updated: [maven-release-plugin] prepare for next development iteration
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 The following commit(s) were added to refs/heads/master by this push: new e2c2ea8 [maven-release-plugin] prepare for next development iteration e2c2ea8 is described below commit e2c2ea876eb5fb1f4a872e54d9ed90040653e09f Author: Lukasz Lenart AuthorDate: Fri Mar 2 13:00:17 2018 +0100 [maven-release-plugin] prepare for next development iteration --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 8 ++-- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/pom.xml| 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 4 ++-- 35 files changed, 38 insertions(+), 42 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index daee3d5..791f306 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.16 +2.6-SNAPSHOT struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index dc9e174..810cd31 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.5.16 +2.6-SNAPSHOT struts2-rest-showcase war -2.5.16 +2.6-SNAPSHOT Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 06a194c..67921e4 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.5.16 +2.6-SNAPSHOT struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index d8c608e..9db215a 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.16 +2.6-SNAPSHOT struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index 27ea0a1..577932d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.5.16 +2.6-SNAPSHOT pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.5.16 +2.6-SNAPSHOT true true @@ -179,8 +179,4 @@ - - -STRUTS_2_5_16 - diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index ada7f62..206625c 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.16 +2.6-SNAPSHOT struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index 2f173cf..ef08df4 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.16 +2.6-SNAPSHOT struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index b9e07a9..b85b571 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.16 +2.6-SNAPSHOT struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index 864abd1..61e6772 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.16 +2.6-SNAPSHOT struts2-core jar diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index a91e262..d3e5693 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@ org.apache.st
svn commit: r25368 - /dev/struts/2.5.16/
Author: lukaszlenart Date: Fri Mar 2 13:29:22 2018 New Revision: 25368 Log: Updates test release 2.5.16 Added: dev/struts/2.5.16/ dev/struts/2.5.16/struts-2.5.16-all.zip (with props) dev/struts/2.5.16/struts-2.5.16-all.zip.asc (with props) dev/struts/2.5.16/struts-2.5.16-all.zip.md5 dev/struts/2.5.16/struts-2.5.16-all.zip.sha1 dev/struts/2.5.16/struts-2.5.16-apps.zip (with props) dev/struts/2.5.16/struts-2.5.16-apps.zip.asc (with props) dev/struts/2.5.16/struts-2.5.16-apps.zip.md5 dev/struts/2.5.16/struts-2.5.16-apps.zip.sha1 dev/struts/2.5.16/struts-2.5.16-docs.zip (with props) dev/struts/2.5.16/struts-2.5.16-docs.zip.asc (with props) dev/struts/2.5.16/struts-2.5.16-docs.zip.md5 dev/struts/2.5.16/struts-2.5.16-docs.zip.sha1 dev/struts/2.5.16/struts-2.5.16-lib.zip (with props) dev/struts/2.5.16/struts-2.5.16-lib.zip.asc (with props) dev/struts/2.5.16/struts-2.5.16-lib.zip.md5 dev/struts/2.5.16/struts-2.5.16-lib.zip.sha1 dev/struts/2.5.16/struts-2.5.16-min-lib.zip (with props) dev/struts/2.5.16/struts-2.5.16-min-lib.zip.asc (with props) dev/struts/2.5.16/struts-2.5.16-min-lib.zip.md5 dev/struts/2.5.16/struts-2.5.16-min-lib.zip.sha1 dev/struts/2.5.16/struts-2.5.16-src.zip (with props) dev/struts/2.5.16/struts-2.5.16-src.zip.asc (with props) dev/struts/2.5.16/struts-2.5.16-src.zip.md5 dev/struts/2.5.16/struts-2.5.16-src.zip.sha1 Added: dev/struts/2.5.16/struts-2.5.16-all.zip == Binary file - no diff available. Propchange: dev/struts/2.5.16/struts-2.5.16-all.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.16/struts-2.5.16-all.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.16/struts-2.5.16-all.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.16/struts-2.5.16-all.zip.md5 == --- dev/struts/2.5.16/struts-2.5.16-all.zip.md5 (added) +++ dev/struts/2.5.16/struts-2.5.16-all.zip.md5 Fri Mar 2 13:29:22 2018 @@ -0,0 +1 @@ +891127544564ee30f2e5ccb756d85220 \ No newline at end of file Added: dev/struts/2.5.16/struts-2.5.16-all.zip.sha1 == --- dev/struts/2.5.16/struts-2.5.16-all.zip.sha1 (added) +++ dev/struts/2.5.16/struts-2.5.16-all.zip.sha1 Fri Mar 2 13:29:22 2018 @@ -0,0 +1 @@ +7b51e5860d32d67bd6988e8e12c0d740b94f8fb7 \ No newline at end of file Added: dev/struts/2.5.16/struts-2.5.16-apps.zip == Binary file - no diff available. Propchange: dev/struts/2.5.16/struts-2.5.16-apps.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.16/struts-2.5.16-apps.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.16/struts-2.5.16-apps.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.16/struts-2.5.16-apps.zip.md5 == --- dev/struts/2.5.16/struts-2.5.16-apps.zip.md5 (added) +++ dev/struts/2.5.16/struts-2.5.16-apps.zip.md5 Fri Mar 2 13:29:22 2018 @@ -0,0 +1 @@ +0ba3adc31adcffad45ff168e6f3ae58e \ No newline at end of file Added: dev/struts/2.5.16/struts-2.5.16-apps.zip.sha1 == --- dev/struts/2.5.16/struts-2.5.16-apps.zip.sha1 (added) +++ dev/struts/2.5.16/struts-2.5.16-apps.zip.sha1 Fri Mar 2 13:29:22 2018 @@ -0,0 +1 @@ +305cbdb1a4176af7b3e3e39939cf7dfb6999012f \ No newline at end of file Added: dev/struts/2.5.16/struts-2.5.16-docs.zip == Binary file - no diff available. Propchange: dev/struts/2.5.16/struts-2.5.16-docs.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.16/struts-2.5.16-docs.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.16/struts-2.5.16-docs.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.16/struts-2.5.16-docs.zip.md5 =
svn commit: r25369 - /dev/struts/2.5.11/
Author: lukaszlenart Date: Fri Mar 2 13:32:24 2018 New Revision: 25369 Log: Drops oudated distro Removed: dev/struts/2.5.11/
svn commit: r25370 - /release/struts/2.3.32/
Author: lukaszlenart Date: Fri Mar 2 13:33:59 2018 New Revision: 25370 Log: Drops outdated dist Removed: release/struts/2.3.32/
svn commit: r25371 - /release/struts/2.3.33/
Author: lukaszlenart Date: Fri Mar 2 13:34:35 2018 New Revision: 25371 Log: Drops outdated dist Removed: release/struts/2.3.33/
svn commit: r25372 - /release/struts/2.5.10/
Author: lukaszlenart Date: Fri Mar 2 13:35:09 2018 New Revision: 25372 Log: Drops outdated distro Removed: release/struts/2.5.10/
svn commit: r25373 - /release/struts/2.5.10.1/
Author: lukaszlenart Date: Fri Mar 2 13:35:44 2018 New Revision: 25373 Log: Drops outdated distro Removed: release/struts/2.5.10.1/
svn commit: r25374 - /release/struts/2.5.12/
Author: lukaszlenart Date: Fri Mar 2 13:36:13 2018 New Revision: 25374 Log: Drops outdated distro Removed: release/struts/2.5.12/
svn commit: r25375 - /release/struts/2.5.13/
Author: lukaszlenart Date: Fri Mar 2 13:36:42 2018 New Revision: 25375 Log: Drops outdated distro Removed: release/struts/2.5.13/