svn commit: r50939 - /dev/struts/2.5.27/ /release/struts/2.5.27/

2021-11-15 Thread lukaszlenart
Author: lukaszlenart
Date: Mon Nov 15 10:33:00 2021
New Revision: 50939

Log:
Vote passed, Struts 2.5.27 is out



Added:
release/struts/2.5.27/
  - copied from r50938, dev/struts/2.5.27/
Removed:
dev/struts/2.5.27/



[struts-site] branch master updated: Adds announcement about releasing Struts 2.5.27

2021-11-15 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 fcb2203  Adds announcement about releasing Struts 2.5.27
fcb2203 is described below

commit fcb2203c978710648df9b3cc50948c802189a9a2
Author: Lukasz Lenart 
AuthorDate: Tue Nov 16 07:57:56 2021 +0100

Adds announcement about releasing Struts 2.5.27
---
 _config.yml |  8 
 source/announce-2021.md | 37 +
 2 files changed, 41 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index 2703fa2..460a94e 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,15 +9,15 @@ kramdown:
   syntax_highlighter: rouge
 
 # Simplifies introducing changes related to the latest release
-current_version: 2.5.26
-current_version_short: 2526
+current_version: 2.5.27
+current_version_short: 2527
 prev_version: 2.3.37
 prev_version_short: 2337
 archetype_version: 2.5.22
 current_beta_version: 2.5-BETA3
 current_beta_version_short: 25B3
-release_date: 06 December 2020
-release_date_short: 20201206
+release_date: 16 November 2021
+release_date_short: 2026
 prev_release_date: 30 December 2018
 prev_release_date_short: 20181230
 beta_release_date_short: 20160126
diff --git a/source/announce-2021.md b/source/announce-2021.md
index ad9cc5d..948e3fd 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -13,6 +13,43 @@ title: Announcements 2021
   Skip to: Announcements - 2020
 
 
+ 16 November 2021 - Struts 2.5.27 General Availability {#a2026}
+
+The Apache Struts group is pleased to announce that Struts 2.5.27 is available 
as a "General Availability"
+release. The GA designation is our highest quality grade.
+
+Apache Struts 2 is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
+The framework has been designed to streamline the full development cycle, from 
building, to deploying,
+to maintaining applications over time.
+
+Below is a full list of all changes:
+
+- PostbackResult uses wrong regex range
+- `%{id}` evaluates different for data-* and value attribute
+- Blocking Threads in retrieving text from resource bundle
+- Contention when injecting `Scope.SINGLETON` instances
+- CheckboxTag value missing for labelposition
+- forbidden name attribute values (size, clone...?) in `` using 
the default theme
+- ID param not being set
+- Make labelposition deprecated
+- Make class attribute deprecated
+- Fix the compilation alarms of deprecated methods
+- OGNL long conversion
+- Upgrade XStream to version 1.4.16
+
+> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.27) to 
find more details about performed
+> bug fixes and improvements.
+
+**All developers are strongly advised to perform this action.**
+
+The 2.5.x series of the Apache Struts framework has a minimum requirement of 
the following specification versions:
+Servlet API 2.4, JSP API 2.0, and Java 7.
+
+Should any issues arise with your use of any version of the Struts framework, 
please post your comments to the user list,
+and, if appropriate, file [a tracking ticket]({{ site.jira_url }}).
+
+You can download this version from our [download](download.cgi#struts-ga) page.
+
  19 February 2021 - Struts Security Impact Levels {#a20210219}
 
 The Apache Struts Security team would like to announce [Security Impact 
Levels](https://cwiki.apache.org/confluence/display/WW/Security+Bulletins#SecurityBulletins-Securityimpactlevels)


[struts-site] branch asf-site updated: Automatic Site Publish by Buildbot

2021-11-15 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 f5f206f  Automatic Site Publish by Buildbot
f5f206f is described below

commit f5f206fb0c834757913e655263e11a1f90d45b99
Author: buildbot 
AuthorDate: Tue Nov 16 06:58:44 2021 +

Automatic Site Publish by Buildbot
---
 output/announce-2021.html | 42 ++
 output/download.html  | 44 ++--
 output/index.html | 10 +-
 output/releases.html  |  2 +-
 4 files changed, 70 insertions(+), 28 deletions(-)

diff --git a/output/announce-2021.html b/output/announce-2021.html
index b4632a2..368ae74 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -131,6 +131,7 @@
 Announcements 2021
 
 
+  16 November 2021 - 
Struts 2.5.27 General Availability
   19 February 2021 - 
Struts Security Impact Levels
 
 
@@ -138,6 +139,47 @@
   Skip to: Announcements - 2020
 
 
+16 November 2021 - Struts 2.5.27 General Availability
+
+The Apache Struts group is pleased to announce that Struts 2.5.27 is 
available as a “General Availability”
+release. The GA designation is our highest quality grade.
+
+Apache Struts 2 is an elegant, extensible framework for creating 
enterprise-ready Java web applications.
+The framework has been designed to streamline the full development cycle, from 
building, to deploying,
+to maintaining applications over time.
+
+Below is a full list of all changes:
+
+
+  PostbackResult uses wrong regex range
+  %{id} evaluates different for 
data-* and value attribute
+  Blocking Threads in retrieving text from resource bundle
+  Contention when injecting Scope.SINGLETON instances
+  CheckboxTag value missing for labelposition
+  forbidden name attribute values (size, clone…?) in  using the default 
theme
+  ID param not being set
+  Make labelposition deprecated
+  Make class attribute deprecated
+  Fix the compilation alarms of deprecated methods
+  OGNL long conversion
+  Upgrade XStream to version 1.4.16
+
+
+
+  Please read the https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.27";>Version
 Notes to find more details about performed
+bug fixes and improvements.
+
+
+All developers are strongly advised to perform this 
action.
+
+The 2.5.x series of the Apache Struts framework has a minimum requirement 
of the following specification versions:
+Servlet API 2.4, JSP API 2.0, and Java 7.
+
+Should any issues arise with your use of any version of the Struts 
framework, please post your comments to the user list,
+and, if appropriate, file https://issues.apache.org/jira/projects/WW/";>a tracking ticket.
+
+You can download this version from our download page.
+
 19 February 2021 - Struts Security Impact Levels
 
 The Apache Struts Security team would like to announce https://cwiki.apache.org/confluence/display/WW/Security+Bulletins#SecurityBulletins-Securityimpactlevels";>Security
 Impact Levels
diff --git a/output/download.html b/output/download.html
index e0383f9..7e25083 100644
--- a/output/download.html
+++ b/output/download.html
@@ -190,26 +190,26 @@
 
 Full Releases
 
-Struts 2.5.26
+Struts 2.5.27
 
 
-  https://struts.apache.org/";>Apache Struts 2.5.26 is an elegant, 
extensible
+  https://struts.apache.org/";>Apache Struts 2.5.27 is an elegant, 
extensible
   framework for creating enterprise-ready Java web applications. It is 
available in a full distribution,
   or as separate library, source, example and documentation distributions.
-  Struts 2.5.26 is the "best available" version of Struts in the 2.5 series.
+  Struts 2.5.27 is the "best available" version of Struts in the 2.5 series.
 
 
 
   
-https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.26";>Version
 Notes
+https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.27";>Version
 Notes
   
 
   Full Distribution:
 
   
-struts-2.5.26-all.zip 
(65MB)
-[https://downloads.apache.org/struts/2.5.26/struts-2.5.26-all.zip.asc";>PGP]
-[https://downloads.apache.org/struts/2.5.26/struts-2.5.26-all.zip.sha256";>SHA256]
+struts-2.5.27-all.zip 
(65MB)
+[https://downloads.apache.org/struts/2.5.27/struts-2.5.27-all.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.27/struts-2.5.27-all.zip.sha256";>SHA256]
   
 
   
@@ -217,9 +217,9 @@
   Example Applications:
 
   
-struts-2.5.26-apps.zip
 (35MB)
-[https://downloads.apache.org/struts/2.5.26/struts-2.5.26-apps.zip.asc";>PGP]
-[https://downloads.apache.org/struts/2.5.26/struts-2.5.26-apps.zip.sha256";>SHA256]
+struts-2.5.27-apps.zip
 (35MB)
+[https://downloads.apache.org/struts/2.5.27/struts-2.5.27-apps.zip.asc";>PGP]
+[https://downloads.ap

[struts-site] branch master updated: Uses proper announcement

2021-11-15 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 f898cd9  Uses proper announcement
f898cd9 is described below

commit f898cd94ca1e37dd43af7be6ad1f7fa6630a3de9
Author: Lukasz Lenart 
AuthorDate: Tue Nov 16 08:01:05 2021 +0100

Uses proper announcement
---
 source/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/index.html b/source/index.html
index 7136a45..c57d515 100644
--- a/source/index.html
+++ b/source/index.html
@@ -27,7 +27,7 @@ title: Welcome to the Apache Struts project
 
   Apache Struts {{ site.current_version }} GA has been releasedon 
{{ site.release_date }}.
 
-Read more in Announcement or in
+Read more in Announcement or in
 Version notes
   
   


[struts-site] branch asf-site updated: Automatic Site Publish by Buildbot

2021-11-15 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 4bcdc6c  Automatic Site Publish by Buildbot
4bcdc6c is described below

commit 4bcdc6c0f7e619d1f227f7bbfa40e3365f52d67b
Author: buildbot 
AuthorDate: Tue Nov 16 07:01:33 2021 +

Automatic Site Publish by Buildbot
---
 output/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/index.html b/output/index.html
index 370263f..5249a5b 100644
--- a/output/index.html
+++ b/output/index.html
@@ -148,7 +148,7 @@
 
   Apache Struts 2.5.27 GA has been releasedon 16 November 2021.
 
-Read more in Announcement or in
+Read more in Announcement or in
 https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.27";>Version
 notes