[struts] branch master updated (9b9bd21 -> 80698ed)

2017-12-01 Thread sdutry
This is an automated email from the ASF dual-hosted git repository.

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


from 9b9bd21  [maven-release-plugin] prepare for next development iteration
 add 0bde78c  changed Map iterations to use entrySet when both key and 
value are used
 add 87967b9  changed Map iteration to use entrySet
 add 00b5f43  changed tabs into spaces
 new 80698ed  Merge pull request #186 from sdutry/sonar-entrySet

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:
 .../opensymphony/xwork2/config/impl/AbstractMatcher.java  | 10 +-
 .../xwork2/config/impl/ActionConfigMatcher.java   |  4 ++--
 .../xwork2/config/impl/DefaultConfiguration.java  | 10 +-
 .../xwork2/config/providers/InterceptorBuilder.java   | 12 ++--
 .../xwork2/conversion/impl/XWorkConverter.java|  4 ++--
 .../xwork2/interceptor/ParameterFilterInterceptor.java|  6 --
 .../xwork2/interceptor/ParametersInterceptor.java | 15 ---
 .../main/java/org/apache/struts2/components/UIBean.java   |  6 --
 .../multipart/JakartaStreamMultiPartRequest.java  |  4 ++--
 .../apache/struts2/interceptor/CheckboxInterceptor.java   | 14 +-
 .../java/org/apache/struts2/result/PostbackResult.java|  5 +++--
 .../struts2/views/freemarker/FreemarkerManager.java   |  4 ++--
 .../convention/PackageBasedActionConfigBuilder.java   |  8 
 .../org/apache/struts2/views/java/XHTMLTagSerializer.java |  7 ---
 .../main/java/org/apache/struts2/json/JSONCleaner.java|  3 +--
 .../java/org/apache/struts2/osgi/host/BaseOsgiHost.java   | 11 ++-
 .../org/apache/struts2/portlet/util/PortletUrlHelper.java |  5 +++--
 .../tiles/StrutsWildcardServletApplicationContext.java|  7 +++
 18 files changed, 73 insertions(+), 62 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts] 01/01: Merge pull request #186 from sdutry/sonar-entrySet

2017-12-01 Thread sdutry
This is an automated email from the ASF dual-hosted git repository.

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

commit 80698ed516ff83d02149c58b03246945f6316eae
Merge: 9b9bd21 00b5f43
Author: Stefaan Dutry 
AuthorDate: Fri Dec 1 20:46:00 2017 +0100

Merge pull request #186 from sdutry/sonar-entrySet

changed Map iterations to use entrySet when both key and value are used

 .../opensymphony/xwork2/config/impl/AbstractMatcher.java  | 10 +-
 .../xwork2/config/impl/ActionConfigMatcher.java   |  4 ++--
 .../xwork2/config/impl/DefaultConfiguration.java  | 10 +-
 .../xwork2/config/providers/InterceptorBuilder.java   | 12 ++--
 .../xwork2/conversion/impl/XWorkConverter.java|  4 ++--
 .../xwork2/interceptor/ParameterFilterInterceptor.java|  6 --
 .../xwork2/interceptor/ParametersInterceptor.java | 15 ---
 .../main/java/org/apache/struts2/components/UIBean.java   |  6 --
 .../multipart/JakartaStreamMultiPartRequest.java  |  4 ++--
 .../apache/struts2/interceptor/CheckboxInterceptor.java   | 14 +-
 .../java/org/apache/struts2/result/PostbackResult.java|  5 +++--
 .../struts2/views/freemarker/FreemarkerManager.java   |  4 ++--
 .../convention/PackageBasedActionConfigBuilder.java   |  8 
 .../org/apache/struts2/views/java/XHTMLTagSerializer.java |  7 ---
 .../main/java/org/apache/struts2/json/JSONCleaner.java|  3 +--
 .../java/org/apache/struts2/osgi/host/BaseOsgiHost.java   | 11 ++-
 .../org/apache/struts2/portlet/util/PortletUrlHelper.java |  5 +++--
 .../tiles/StrutsWildcardServletApplicationContext.java|  7 +++
 18 files changed, 73 insertions(+), 62 deletions(-)

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


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

2017-12-01 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 b367730  Updates production by Jenkins
b367730 is described below

commit b36773066ed5e964a1c5c48bdc1b88d1e3240517
Author: jenkins 
AuthorDate: Fri Dec 1 19:41:35 2017 +

Updates production by Jenkins
---
 content/getting-started/http-session.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/getting-started/http-session.html 
b/content/getting-started/http-session.html
index 58c2ea2..2bebd1e 100644
--- a/content/getting-started/http-session.html
+++ b/content/getting-started/http-session.html
@@ -160,7 +160,7 @@ application (see above), the HelloWorldAction class 
implements the SessionAware
 
 private Map userSession ;
 
-public void setSession(Map session) {
userSession = session ;
 }
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts-site] 01/01: Merge pull request #45 from dongido001/patch-1

2017-12-01 Thread sdutry
This is an automated email from the ASF dual-hosted git repository.

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

commit b6d997f800c356abf1092ed628152bb97e49f181
Merge: 4fd0992 65a4c2e
Author: Stefaan Dutry 
AuthorDate: Fri Dec 1 20:40:58 2017 +0100

Merge pull request #45 from dongido001/patch-1

typo in code fragment

 source/getting-started/http-session.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


[struts-site] branch master updated (4fd0992 -> b6d997f)

2017-12-01 Thread sdutry
This is an automated email from the ASF dual-hosted git repository.

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


from 4fd0992  Fixes wrong link to Version Notes
 add 65a4c2e  typo
 new b6d997f  Merge pull request #45 from dongido001/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/getting-started/http-session.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


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

2017-12-01 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 5f1edb9  Updates production by Jenkins
5f1edb9 is described below

commit 5f1edb90aadf5bd697d979da0f5c5fc9037a9690
Author: jenkins 
AuthorDate: Fri Dec 1 08:09:18 2017 +

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

diff --git a/content/announce.html b/content/announce.html
index 0eec796..23ecc55 100644
--- a/content/announce.html
+++ b/content/announce.html
@@ -167,7 +167,7 @@ Vulnerability in the Jackson JSON library
 
 
 
-  Please read the Version Notes 
to find more details about performed bug fixes and improvements.
+  Please read the https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.14.1";>Version
 Notes to find more details about performed bug fixes and improvements.
 
 
 All developers are strongly advised to perform this 
action.

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].


[struts-site] branch master updated: Fixes wrong link to Version Notes

2017-12-01 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


The following commit(s) were added to refs/heads/master by this push:
 new 4fd0992  Fixes wrong link to Version Notes
4fd0992 is described below

commit 4fd0992e419c7c0ec3067734e37647ccac46bf3d
Author: Lukasz Lenart 
AuthorDate: Fri Dec 1 09:05:03 2017 +0100

Fixes wrong link to Version Notes
---
 source/announce.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/announce.md b/source/announce.md
index 9c9a9f7..f6612aa 100644
--- a/source/announce.md
+++ b/source/announce.md
@@ -28,7 +28,7 @@ This release contains fixes for the following potential 
security vulnerabilities
  - [S2-055]({{ site.wiki_url }}/S2-055)
Vulnerability in the Jackson JSON library
 
-> Please read the [Version Notes](/docs/version-notes-2513.html) to find more 
details about performed bug fixes and improvements.
+> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.14.1) 
to find more details about performed bug fixes and improvements.
 
 **All developers are strongly advised to perform this action.**
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" '].