[struts-site] branch asf-site updated: Updates production by Jenkins

2018-04-24 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 2d29c97  Updates production by Jenkins
2d29c97 is described below

commit 2d29c97915d5ef3ed4d5fce806753b69ecd83675
Author: jenkins 
AuthorDate: Wed Apr 25 05:15:50 2018 +

Updates production by Jenkins
---
 content/plugins/struts-1/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/plugins/struts-1/index.html 
b/content/plugins/struts-1/index.html
index 4c090d3..dda0f9f 100644
--- a/content/plugins/struts-1/index.html
+++ b/content/plugins/struts-1/index.html
@@ -188,7 +188,7 @@
 gangsterForm
 session
   
-  
+  
 
   myAction.jsp
 

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


[struts-site] branch master updated (5f7ac30 -> 506daea)

2018-04-24 Thread lukaszlenart
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-site.git.


from 5f7ac30  Merge pull request #116 from sdutry/apachecon
 add 24ce662  Typo in second example
 new 506daea  Merge pull request #117 from psach/patch-1

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:
 source/plugins/struts-1/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[struts-site] 01/01: Merge pull request #117 from psach/patch-1

2018-04-24 Thread lukaszlenart
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-site.git

commit 506daea64dd0f8d1a4b43954fbefff97dbfe
Merge: 5f7ac30 24ce662
Author: Lukasz Lenart 
AuthorDate: Wed Apr 25 07:13:02 2018 +0200

Merge pull request #117 from psach/patch-1

Typo in second example

 source/plugins/struts-1/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[struts] branch support-2-3 updated: fork apt to avoid duplicate same class loading which fails JDK6

2018-04-24 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

yasserzamani pushed a commit to branch support-2-3
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/support-2-3 by this push:
 new afc8f20  fork apt to avoid duplicate same class loading which fails 
JDK6
afc8f20 is described below

commit afc8f20440f80564d48cb1cc9904c76e02e84aac
Author: Yasser Zamani 
AuthorDate: Tue Apr 24 18:27:01 2018 +0430

fork apt to avoid duplicate same class loading which fails JDK6
---
 core/pom.xml | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index d71be19..c579b01 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -46,15 +46,11 @@
 
 
uri=/struts-tags,tlibVersion=${tlib.version},jspVersion=2.0,shortName=s,displayName=Struts
 Tags,
 
outFile=${basedir}/target/classes/META-INF/struts-tags.tld,
-description="To make it easier to access dynamic data;
-the Apache Struts framework includes a library of 
custom tags.
-The tags interact with the framework's validation and 
internationalization features;
-to ensure that input is correct and output is 
localized.
-The Struts Tags can be used with JSP FreeMarker or 
Velocity.",
+description='To make it easier to access dynamic data 
the Apache Struts framework includes a library of custom tags. The tags 
interact with the framework validation and internationalization features to 
ensure that input is correct and output is localized. The Struts Tags can be 
used with JSP FreeMarker or Velocity.',
 outTemplatesDir=${basedir}/src/site/resources/tags
 
 target
-false
+true
 true
 true
 true

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


[struts] branch struts-2-4 updated (7048375 -> e98ef13)

2018-04-24 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

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


from 7048375  Disables rest-showcase app
 new a2d9332  revert back modules as they aren't JDK6 fail root causes
 new e98ef13  fork apt to avoid duplicate same class loading which fails 
JDK6

The 2 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/pom.xml | 4 ++--
 core/pom.xml | 8 ++--
 2 files changed, 4 insertions(+), 8 deletions(-)

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


[struts] 02/02: fork apt to avoid duplicate same class loading which fails JDK6

2018-04-24 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

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

commit e98ef13b22cc7274b9ab7b6e3d4a8debf32640cf
Author: Yasser Zamani 
AuthorDate: Tue Apr 24 18:06:46 2018 +0430

fork apt to avoid duplicate same class loading which fails JDK6
---
 core/pom.xml | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index c7c289b..acf8f9f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -45,15 +45,11 @@
 
 
uri=/struts-tags,tlibVersion=${tlib.version},jspVersion=2.0,shortName=s,displayName=Struts
 Tags,
 
outFile=${basedir}/target/classes/META-INF/struts-tags.tld,
-description="To make it easier to access dynamic data;
-the Apache Struts framework includes a library of 
custom tags.
-The tags interact with the framework's validation and 
internationalization features;
-to ensure that input is correct and output is 
localized.
-The Struts Tags can be used with JSP FreeMarker or 
Velocity.",
+description='To make it easier to access dynamic data, 
the Apache Struts framework includes a library of custom tags. The tags 
interact with the framework validation and internationalization features to 
ensure that input is correct and output is localized. The Struts Tags can be 
used with JSP FreeMarker or Velocity.',
 outTemplatesDir=${basedir}/src/site/resources/tags
 
 target
-false
+true
 true
 true
 true

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


[struts] 01/02: revert back modules as they aren't JDK6 fail root causes

2018-04-24 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

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

commit a2d9332307f1f081cd4b67102edc0be886e63749
Author: Yasser Zamani 
AuthorDate: Tue Apr 24 18:00:53 2018 +0430

revert back modules as they aren't JDK6 fail root causes
---
 apps/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index 064d975..bb1b6df 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -32,12 +32,12 @@
 pom
 Struts 2 Webapps
 
-
+blank
 jboss-blank
 mailreader
 portlet
 showcase
-
+rest-showcase
 
 
 

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


[struts] branch struts-2-4 updated: Disables rest-showcase app

2018-04-24 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/struts-2-4 by this push:
 new 7048375  Disables rest-showcase app
7048375 is described below

commit 70483755ac546a94652510080190d03e79455b14
Author: Lukasz Lenart 
AuthorDate: Tue Apr 24 12:51:20 2018 +0200

Disables rest-showcase app
---
 apps/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index cce2d0f..064d975 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -37,7 +37,7 @@
 mailreader
 portlet
 showcase
-rest-showcase
+
 
 
 

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


[struts] branch yasserzamani-patch-1 deleted (was 59aab60)

2018-04-24 Thread yasserzamani
This is an automated email from the ASF dual-hosted git repository.

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


 was 59aab60  test if jdk6 starts working via deleting webapps

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.

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


[struts] branch struts-2-4 updated: Disables blank app

2018-04-24 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/struts-2-4 by this push:
 new 61b3663  Disables blank app
61b3663 is described below

commit 61b3663bbfe09dfa2de59ef8f64ec00551f4175c
Author: Lukasz Lenart 
AuthorDate: Mon Apr 23 20:40:46 2018 +0200

Disables blank app
---
 apps/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/pom.xml b/apps/pom.xml
index bb1b6df..cce2d0f 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -32,7 +32,7 @@
 pom
 Struts 2 Webapps
 
-blank
+
 jboss-blank
 mailreader
 portlet

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


[struts] 01/01: Merge pull request #216 from lukaszlenart/javaee5

2018-04-24 Thread yasserzamani
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 5ebd716fb7ffe10c6f1857c993285c63ab57f838
Merge: 05829e3 b165582
Author: Yasser Zamani 
AuthorDate: Tue Apr 24 13:13:56 2018 +0430

Merge pull request #216 from lukaszlenart/javaee5

Upgrade to Java EE5

 apps/rest-showcase/src/main/webapp/WEB-INF/web.xml |  11 +-
 apps/showcase/src/main/webapp/WEB-INF/web.xml  |   7 +-
 core/pom.xml   |   2 +-
 ...rutsPrepareAndExecuteFilterIntegrationTest.java |  39 +-
 .../{ng => }/TwoFilterIntegrationTest.java |   2 +-
 plugins/convention/pom.xml |   2 +-
 plugins/jasperreports/pom.xml  |   2 +-
 plugins/jfreechart/pom.xml |   2 +-
 plugins/json/pom.xml   |   2 +-
 plugins/junit/pom.xml  |   2 +-
 plugins/portlet-tiles/pom.xml  |   2 +-
 plugins/portlet/pom.xml|   2 +-
 .../portlet/servlet/PortletServletContext.java | 403 +++--
 plugins/sitegraph/pom.xml  |   2 +-
 plugins/testng/pom.xml |   2 +-
 plugins/tiles/pom.xml  |   2 +-
 pom.xml|  13 +-
 17 files changed, 267 insertions(+), 230 deletions(-)

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


[struts] branch master updated (05829e3 -> 5ebd716)

2018-04-24 Thread yasserzamani
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 05829e3  Uses proper parent's version
 add 8e74ce6  Upgrades dependencies to Servlet API 2.5 and JSP API 2.1
 add 1f5d29a  Uses proper headers in web.xml
 add a990e69  Implements missing method
 add 5e505fa  Adds missing JavaDoc
 add b165582  Moves tests to proper package and adds one more test case
 new 5ebd716  Merge pull request #216 from lukaszlenart/javaee5

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/src/main/webapp/WEB-INF/web.xml |  11 +-
 apps/showcase/src/main/webapp/WEB-INF/web.xml  |   7 +-
 core/pom.xml   |   2 +-
 ...rutsPrepareAndExecuteFilterIntegrationTest.java |  39 +-
 .../{ng => }/TwoFilterIntegrationTest.java |   2 +-
 plugins/convention/pom.xml |   2 +-
 plugins/jasperreports/pom.xml  |   2 +-
 plugins/jfreechart/pom.xml |   2 +-
 plugins/json/pom.xml   |   2 +-
 plugins/junit/pom.xml  |   2 +-
 plugins/portlet-tiles/pom.xml  |   2 +-
 plugins/portlet/pom.xml|   2 +-
 .../portlet/servlet/PortletServletContext.java | 403 +++--
 plugins/sitegraph/pom.xml  |   2 +-
 plugins/testng/pom.xml |   2 +-
 plugins/tiles/pom.xml  |   2 +-
 pom.xml|  13 +-
 17 files changed, 267 insertions(+), 230 deletions(-)
 rename core/src/test/java/org/apache/struts2/dispatcher/{ng => 
}/StrutsPrepareAndExecuteFilterIntegrationTest.java (87%)
 rename core/src/test/java/org/apache/struts2/dispatcher/{ng => 
}/TwoFilterIntegrationTest.java (99%)

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