[struts] 02/02: WW-5152 Marks the OVal plugin as deprecated

2021-12-12 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.git

commit c3766f329cdbcbfa59e576d353fe24b3a9a97f71
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 12:39:06 2021 +0100

WW-5152 Marks the OVal plugin as deprecated
---
 plugins/oval/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/oval/pom.xml b/plugins/oval/pom.xml
index 9009922..7270d60 100644
--- a/plugins/oval/pom.xml
+++ b/plugins/oval/pom.xml
@@ -29,8 +29,8 @@
 
 struts2-oval-plugin
 jar
-Struts 2 OVal Plugin
-
+DEPRECATED: Struts 2 OVal Plugin (since 2.6)
+
 
 
 


[struts] branch master updated (48aa71b -> c3766f3)

2021-12-12 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.git.


from 48aa71b  Merge pull request #501 from 
JCgH4164838Gh792C124B5/localS2_26_WW-5124_fix
 new e7b20da  WW-4992 Adds a note since which version this plugin is 
deprecated
 new c3766f3  WW-5152 Marks the OVal plugin as deprecated

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:
 plugins/embeddedjsp/pom.xml | 2 +-
 plugins/oval/pom.xml| 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[struts] 01/02: WW-4992 Adds a note since which version this plugin is deprecated

2021-12-12 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.git

commit e7b20da4911443b54fbf2a47d03b9fb089fd69da
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 12:38:43 2021 +0100

WW-4992 Adds a note since which version this plugin is deprecated
---
 plugins/embeddedjsp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/embeddedjsp/pom.xml b/plugins/embeddedjsp/pom.xml
index ce459dc..bf3ed66 100644
--- a/plugins/embeddedjsp/pom.xml
+++ b/plugins/embeddedjsp/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-embeddedjsp-plugin
 jar
-DEPRECATED: Struts 2 Embedded JSP Plugin
+DEPRECATED: Struts 2 Embedded JSP Plugin (since 2.6)
 
 
 


[struts-site] branch master updated: WW-5152 Adds a note about deprecating OVal plugin

2021-12-12 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 b00d1a3  WW-5152 Adds a note about deprecating OVal plugin
b00d1a3 is described below

commit b00d1a3eb79bea538c90ed0d7c1a50a9d2de1844
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 12:54:44 2021 +0100

WW-5152 Adds a note about deprecating OVal plugin
---
 source/plugins/index.md  | 39 +--
 source/plugins/oval/index.md |  2 ++
 2 files changed, 35 insertions(+), 6 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index e4068f6..5864ede 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -1,12 +1,11 @@
 ---
-layout: default
-title: Plugins
+layout: default title: Plugins
 ---
 
 # Plugin Developers Guide
 
-Apache Struts 2 provides a simple [plugin architecture](plugins) so that 
developers can extend the framework just 
-by adding a JAR to the application's classpath. Since plugins are contained in 
a JAR, they are easy to share with others. 
+Apache Struts 2 provides a simple [plugin architecture](plugins) so that 
developers can extend the framework just by
+adding a JAR to the application's classpath. Since plugins are contained in a 
JAR, they are easy to share with others.
 Several plugins are bundled with the framework, and others are available from 
third-party sources.
 
 - [Plugins](plugins)
@@ -14,6 +13,34 @@ Several plugins are bundled with the framework, and others 
are available from th
 
 ## Bundled Plugins
 
-|[Bean Validation Plugin](bean-validation) (2.5+)[CDI (JSR 299) 
Plugin](cdi) (2.3.1+)[Codebehind Plugin](codebehind) (< 2.5)[Config 
Browser Plugin](config-browser)[Convention Plugin](convention) 
(2.1.3+)[DWR Plugin](dwr)[Embedded JSP Plugin](embedded-jsp) 
(2.1.7+)[JasperReports Plugin](jasperreports)[Java 8 Support 
Plugin](java-8-support) (2.3.21 - 2.5.2)[Javatemplates 
Plugin](javatemplates) (2.1.3+)[JFreeChart Plugin](jfreechart)[JSF 
Plugin](j [...]
+|Name| Versions | Note |
+|---|-|--|
+|[Bean Validation Plugin](bean-validation)|2.5+|
+|[CDI (JSR 299) Plugin](cdi)|2.3.1+|
+|[Codebehind Plugin](codebehind)|< 2.5| removed since 2.5, use [Convention 
Plugin](convention)|
+|[Config Browser Plugin](config-browser)|||
+|[Convention Plugin](convention)|2.1.3+||
+|[DWR Plugin](dwr)|||
+|[Embedded JSP Plugin](embedded-jsp)|2.1.7+| deprecated since 2.6|
+|[JasperReports Plugin](jasperreports)|||
+|[Java 8 Support Plugin](java-8-support)|2.3.21 - 2.5.2||
+|[Javatemplates Plugin](javatemplates)|2.1.3+||
+|[JFreeChart Plugin](jfreechart)|||
+|[JSF Plugin](jsf)|< 2.5| removed since 2.5|
+|[JSON Plugin](json)|2.1.7+||
+|[JUnit Plugin](junit)|||
+|[OVal Plugin](oval)|2.1.7+| deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion)|
+|[OSGi Plugin](osgi)|2.1.7+||
+|[Plexus Plugin](plexus)|||
+|[Portlet Plugin](portlet)|||
+|[Portlet Tiles Plugin](portlet-tiles)|2.3.5+||
+|[REST Plugin](rest)|2.1.1+||
+|[SiteGraph Plugin](sitegraph)|< 2.5| removed since 2.5|
+|[SiteMesh Plugin](sitemesh)|||
+|[Spring Plugin](spring)|||
+|[Struts 1 Plugin](struts-1)|< 2.5| removed since 2.5|
+|[TestNG Plugin](testng)|||
+|[Tiles Plugin](tiles)|||
+|[Tiles 3 Plugin](tiles-3)|< 2.5| removed since 2.5|
 
->  For a complete list of bundled and third-party plugins, visit the [Plugin 
Registry](http://cwiki.apache.org/S2PLUGINS/Home).
+> For a complete list of bundled and third-party plugins, visit the [Plugin 
Registry](http://cwiki.apache.org/S2PLUGINS/Home).
diff --git a/source/plugins/oval/index.md b/source/plugins/oval/index.md
index 3da57fe..4e96ecc 100644
--- a/source/plugins/oval/index.md
+++ b/source/plugins/oval/index.md
@@ -5,6 +5,8 @@ title: OVal Plugin
 
 # OVal Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 ## Overview
 
 [OVal](http://oval.sourceforge.net/) is a pragmatic and extensible validation 
framework for any kind of Java objects (not only JavaBeans). Constraints can be 
declared with annotations (@NotNull, @MaxLength), POJOs or XML. Custom 
constraints can be expressed as custom Java classes or by using scripting 
languages such as JavaScript, Groovy, BeanShell, OGNL or MVEL.


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

2021-12-12 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 d7e5662  Automatic Site Publish by Buildbot
d7e5662 is described below

commit d7e5662b92625447755002e9b7ef7966c13d7579
Author: buildbot 
AuthorDate: Sun Dec 12 11:55:29 2021 +

Automatic Site Publish by Buildbot
---
 output/core-developers/interceptors.html   |   1 +
 output/core-developers/struts-default-xml.html |   1 +
 output/plugins/index.html  | 320 +++--
 output/plugins/oval/index.html |   4 +
 output/tag-developers/xhtml-theme.html |   4 +-
 5 files changed, 151 insertions(+), 179 deletions(-)

diff --git a/output/core-developers/interceptors.html 
b/output/core-developers/interceptors.html
index beade2b..208ae8c 100644
--- a/output/core-developers/interceptors.html
+++ b/output/core-developers/interceptors.html
@@ -450,6 +450,7 @@ than reiterate the same list of Interceptors, we can bundle 
these Interceptors t
 
 
 
+
 
 
 
diff --git a/output/core-developers/struts-default-xml.html 
b/output/core-developers/struts-default-xml.html
index 8e09eaf..1ba2e6b 100644
--- a/output/core-developers/struts-default-xml.html
+++ b/output/core-developers/struts-default-xml.html
@@ -367,6 +367,7 @@ setting in struts.properties.
 
 
 
+
 
 
 
diff --git a/output/plugins/index.html b/output/plugins/index.html
index a827bcc..7299e59 100644
--- a/output/plugins/index.html
+++ b/output/plugins/index.html
@@ -1,137 +1,7 @@
-
-
-
-  
-  
-  
-  
-  
+Plugin Developers Guide
 
-  Plugins
-
-  
-  
-  
-  
-  
-
-  
-  
-  
-
-
-
-http://github.com/apache/struts"; class="github-ribbon">
-  https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa.png"; 
alt="Fork me on GitHub">
-
-
-
-  
-
-  
-
-  
-Menu
-Toggle navigation
-
-
-
-  
-  
-
-
-  
-
-  
-Home
-  
-  
-Welcome
-Download
-Releases
-Announcements
-http://www.apache.org/licenses/";>License
-https://www.apache.org/foundation/thanks.html";>Thanks!
-https://www.apache.org/foundation/sponsorship.html";>Sponsorship
-  
-
-
-  
-Support
-  
-  
-User Mailing List
-https://issues.apache.org/jira/browse/WW";>Issue 
Tracker
-Reporting Security Issues
-
-https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version 
Notes
-https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
 Bulletins
-
-Maven Project 
Info
-Struts 
Core Dependencies
-Plugin 
Dependencies
-  
-
-
-  
-Documentation
-  
-  
-Birds Eye
-Key Technologies
-Kickstart FAQ
-https://cwiki.apache.org/confluence/display/WW/Home";>Wiki
-
-Getting Started
-Secur

[struts-site] branch master updated: Fixes headers

2021-12-12 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 3d9f22b  Fixes headers
3d9f22b is described below

commit 3d9f22bcce2a1764dd0d910e30d92d21aa269b5c
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:01:28 2021 +0100

Fixes headers
---
 source/plugins/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index 5864ede..c2efc93 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -1,5 +1,6 @@
 ---
-layout: default title: Plugins
+layout: default
+title: Plugins
 ---
 
 # Plugin Developers Guide


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

2021-12-12 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 e229873  Automatic Site Publish by Buildbot
e229873 is described below

commit e22987362b2259c67b2dd8ce30aa3b9a003ee644
Author: buildbot 
AuthorDate: Sun Dec 12 12:02:05 2021 +

Automatic Site Publish by Buildbot
---
 output/plugins/index.html | 174 +-
 1 file changed, 173 insertions(+), 1 deletion(-)

diff --git a/output/plugins/index.html b/output/plugins/index.html
index 7299e59..88ae6a0 100644
--- a/output/plugins/index.html
+++ b/output/plugins/index.html
@@ -1,4 +1,134 @@
-Plugin Developers Guide
+
+
+
+  
+  
+  
+  
+  
+
+  Plugins
+
+  
+  
+  
+  
+  
+
+  
+  
+  
+
+
+
+http://github.com/apache/struts"; class="github-ribbon">
+  https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa.png"; 
alt="Fork me on GitHub">
+
+
+
+  
+
+  
+
+  
+Menu
+Toggle navigation
+
+
+
+  
+  
+
+
+  
+
+  
+Home
+  
+  
+Welcome
+Download
+Releases
+Announcements
+http://www.apache.org/licenses/";>License
+https://www.apache.org/foundation/thanks.html";>Thanks!
+https://www.apache.org/foundation/sponsorship.html";>Sponsorship
+  
+
+
+  
+Support
+  
+  
+User Mailing List
+https://issues.apache.org/jira/browse/WW";>Issue 
Tracker
+Reporting Security Issues
+
+https://cwiki.apache.org/confluence/display/WW/Migration+Guide";>Version 
Notes
+https://cwiki.apache.org/confluence/display/WW/Security+Bulletins";>Security
 Bulletins
+
+Maven Project 
Info
+Struts 
Core Dependencies
+Plugin 
Dependencies
+  
+
+
+  
+Documentation
+  
+  
+Birds Eye
+Key Technologies
+Kickstart FAQ
+https://cwiki.apache.org/confluence/display/WW/Home";>Wiki
+
+Getting Started
+Security Guide
+Core Developers Guide
+Tag Developers Guide
+Maven Archetypes
+Plugins
+Struts 
Core API
+Tag 
reference
+https://cwiki.apache.org/confluence/display/WW/FAQs";>FAQs
+http://cwiki.apache.org/S2PLUGINS/home.html";>Plugin registry
+  
+
+
+  
+Contributing
+  
+  
+You at Struts
+How to Help FAQ
+Development Lists
+
+Submitting 
patches
+Source Code and Builds
+Coding standards
+Contributors Guide
+
+Release 
Guidelines
+PMC Charter
+Volunteers
+https://gitbox.apache.org/repos/asf?p=struts.git";>Source 
Repository
+Updating the 
website
+  
+
+http://www.apache.org/";>
+  
+
+  
+
+  
+
+
+
+
+  
+https://github.com/apache/struts-site/edit/master/source/plugins/index.md";
 title="Edit this page on GitHub">Edit on GitHub
+
+Plugin Developers Guide
 
 Apache Struts 2 provides a simple plugin architecture 
so that developers can extend the framework just by
 adding a JAR to the application’s classpath. Since plugins are contained in a 
JAR, they are easy to share with others.
@@ -161,3 +291,45 @@ Several plugins are bundled with the framework, and others 
are available from th
 
   For a complete list of bundled and third-party plugins, visit the http://cwiki.apache.org/S2PLUGINS/Home";>Plugin Registry.
 
+
+  
+
+
+
+
+  
+Copyright © 2000-2021 http://www.apache.org/";>The Apache 
Software Foundation .
+All Rights Reserved.
+  
+  
+Apache Struts, Struts, Apache, the Apache feather logo, and the Apache 
Struts project logos are
+trademarks of The Apache Software Foundation.
+  
+  Logo and website design donated by https://softwaremill.com/";>SoftwareMill.
+
+
+!function (d, s, id) {
+  var js, fjs = d.getElementsByTagName(s)[0];
+  if (!d.getElementById(id)) {
+js = d.createElement(s);
+js.id = id;
+js.src = "//platform.twitter.com/widgets.js";
+fjs.parentNode.ins

[struts] branch master updated (c3766f3 -> 1948cca)

2021-12-12 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.git.


from c3766f3  WW-5152 Marks the OVal plugin as deprecated
 new 72e86d2  WW-5124 Adds autogenerated files
 new 1948cca  WW-5153 Marks Portlet related plugins as deprecated

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:
 core/src/site/resources/tags/a-attributes.html| 8 
 core/src/site/resources/tags/action-attributes.html   | 8 
 core/src/site/resources/tags/actionerror-attributes.html  | 8 
 core/src/site/resources/tags/actionmessage-attributes.html| 8 
 core/src/site/resources/tags/append-attributes.html   | 8 
 core/src/site/resources/tags/bean-attributes.html | 8 
 core/src/site/resources/tags/checkbox-attributes.html | 8 
 core/src/site/resources/tags/checkboxlist-attributes.html | 8 
 core/src/site/resources/tags/combobox-attributes.html | 8 
 core/src/site/resources/tags/component-attributes.html| 8 
 core/src/site/resources/tags/date-attributes.html | 8 
 core/src/site/resources/tags/datetextfield-attributes.html| 8 
 core/src/site/resources/tags/debug-attributes.html| 8 
 core/src/site/resources/tags/doubleselect-attributes.html | 8 
 core/src/site/resources/tags/else-attributes.html | 8 
 core/src/site/resources/tags/elseif-attributes.html   | 8 
 core/src/site/resources/tags/fielderror-attributes.html   | 8 
 core/src/site/resources/tags/file-attributes.html | 8 
 core/src/site/resources/tags/form-attributes.html | 8 
 core/src/site/resources/tags/generator-attributes.html| 8 
 core/src/site/resources/tags/head-attributes.html | 8 
 core/src/site/resources/tags/hidden-attributes.html   | 8 
 core/src/site/resources/tags/i18n-attributes.html | 8 
 core/src/site/resources/tags/if-attributes.html   | 8 
 core/src/site/resources/tags/include-attributes.html  | 8 
 core/src/site/resources/tags/inputtransferselect-attributes.html  | 8 
 core/src/site/resources/tags/iterator-attributes.html | 8 
 core/src/site/resources/tags/label-attributes.html| 8 
 core/src/site/resources/tags/link-attributes.html | 8 
 core/src/site/resources/tags/merge-attributes.html| 8 
 core/src/site/resources/tags/number-attributes.html   | 8 
 core/src/site/resources/tags/optgroup-attributes.html | 8 
 core/src/site/resources/tags/optiontransferselect-attributes.html | 8 
 core/src/site/resources/tags/param-attributes.html| 8 
 core/src/site/resources/tags/password-attributes.html | 8 
 core/src/site/resources/tags/property-attributes.html | 8 
 core/src/site/resources/tags/push-attributes.html | 8 
 core/src/site/resources/tags/radio-attributes.html| 8 
 core/src/site/resources/tags/reset-attributes.html| 8 
 core/src/site/resources/tags/script-attributes.html   | 8 
 core/src/site/resources/tags/select-attributes.html   | 8 
 core/src/site/resources/tags/set-attributes.html  | 8 
 core/src/site/resources/tags/sort-attributes.html | 8 
 core/src/site/resources/tags/submit-attributes.html   | 8 
 core/src/site/resources/tags/subset-attributes.html   | 8 
 core/src/site/resources/tags/text-attributes.html | 8 
 core/src/site/resources/tags/textarea-attributes.html | 8 
 core/src/site/resources/tags/textfield-attributes.html| 8 
 core/src/site/resources/tags/token-attributes.html| 8 
 core/src/site/resources/tags/updownselect-attributes.html | 8 
 core/src/site/resources/tags/url-attributes.html  | 8 
 plugins/portlet-mocks/pom.xml | 2 +-
 plugins/portlet-tiles/pom.xml | 2 +-
 plugins/portlet/pom.xml   | 2 +-
 54 files changed, 411 insertions(+), 3 deletions(-)


[struts] 01/02: WW-5124 Adds autogenerated files

2021-12-12 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.git

commit 72e86d291380d13e6004a338b9bd46cab6028386
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:09:04 2021 +0100

WW-5124 Adds autogenerated files
---
 core/src/site/resources/tags/a-attributes.html| 8 
 core/src/site/resources/tags/action-attributes.html   | 8 
 core/src/site/resources/tags/actionerror-attributes.html  | 8 
 core/src/site/resources/tags/actionmessage-attributes.html| 8 
 core/src/site/resources/tags/append-attributes.html   | 8 
 core/src/site/resources/tags/bean-attributes.html | 8 
 core/src/site/resources/tags/checkbox-attributes.html | 8 
 core/src/site/resources/tags/checkboxlist-attributes.html | 8 
 core/src/site/resources/tags/combobox-attributes.html | 8 
 core/src/site/resources/tags/component-attributes.html| 8 
 core/src/site/resources/tags/date-attributes.html | 8 
 core/src/site/resources/tags/datetextfield-attributes.html| 8 
 core/src/site/resources/tags/debug-attributes.html| 8 
 core/src/site/resources/tags/doubleselect-attributes.html | 8 
 core/src/site/resources/tags/else-attributes.html | 8 
 core/src/site/resources/tags/elseif-attributes.html   | 8 
 core/src/site/resources/tags/fielderror-attributes.html   | 8 
 core/src/site/resources/tags/file-attributes.html | 8 
 core/src/site/resources/tags/form-attributes.html | 8 
 core/src/site/resources/tags/generator-attributes.html| 8 
 core/src/site/resources/tags/head-attributes.html | 8 
 core/src/site/resources/tags/hidden-attributes.html   | 8 
 core/src/site/resources/tags/i18n-attributes.html | 8 
 core/src/site/resources/tags/if-attributes.html   | 8 
 core/src/site/resources/tags/include-attributes.html  | 8 
 core/src/site/resources/tags/inputtransferselect-attributes.html  | 8 
 core/src/site/resources/tags/iterator-attributes.html | 8 
 core/src/site/resources/tags/label-attributes.html| 8 
 core/src/site/resources/tags/link-attributes.html | 8 
 core/src/site/resources/tags/merge-attributes.html| 8 
 core/src/site/resources/tags/number-attributes.html   | 8 
 core/src/site/resources/tags/optgroup-attributes.html | 8 
 core/src/site/resources/tags/optiontransferselect-attributes.html | 8 
 core/src/site/resources/tags/param-attributes.html| 8 
 core/src/site/resources/tags/password-attributes.html | 8 
 core/src/site/resources/tags/property-attributes.html | 8 
 core/src/site/resources/tags/push-attributes.html | 8 
 core/src/site/resources/tags/radio-attributes.html| 8 
 core/src/site/resources/tags/reset-attributes.html| 8 
 core/src/site/resources/tags/script-attributes.html   | 8 
 core/src/site/resources/tags/select-attributes.html   | 8 
 core/src/site/resources/tags/set-attributes.html  | 8 
 core/src/site/resources/tags/sort-attributes.html | 8 
 core/src/site/resources/tags/submit-attributes.html   | 8 
 core/src/site/resources/tags/subset-attributes.html   | 8 
 core/src/site/resources/tags/text-attributes.html | 8 
 core/src/site/resources/tags/textarea-attributes.html | 8 
 core/src/site/resources/tags/textfield-attributes.html| 8 
 core/src/site/resources/tags/token-attributes.html| 8 
 core/src/site/resources/tags/updownselect-attributes.html | 8 
 core/src/site/resources/tags/url-attributes.html  | 8 
 51 files changed, 408 insertions(+)

diff --git a/core/src/site/resources/tags/a-attributes.html 
b/core/src/site/resources/tags/a-attributes.html
index 7d5b607..e9cbb58 100644
--- a/core/src/site/resources/tags/a-attributes.html
+++ b/core/src/site/resources/tags/a-attributes.html
@@ -350,6 +350,14 @@
 Set template to use for opening the 
rendered html.
 
 
+performClearTagStateForTagPoolingServers
+false
+false
+false
+Boolean
+Whether to clear all tag state 
during doEndTag() p

[struts] 02/02: WW-5153 Marks Portlet related plugins as deprecated

2021-12-12 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.git

commit 1948cca30603d3b0ff746a1ca3c1188dc0f16c33
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:10:16 2021 +0100

WW-5153 Marks Portlet related plugins as deprecated
---
 plugins/portlet-mocks/pom.xml | 2 +-
 plugins/portlet-tiles/pom.xml | 2 +-
 plugins/portlet/pom.xml   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins/portlet-mocks/pom.xml b/plugins/portlet-mocks/pom.xml
index 8f7357d..6bfd849 100644
--- a/plugins/portlet-mocks/pom.xml
+++ b/plugins/portlet-mocks/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-portlet-mocks-plugin
 jar
-Struts 2 Portlet Mocks Plugin
+DEPRECATED: Struts 2 Portlet Mocks Plugin - since 2.6
 
 
 
diff --git a/plugins/portlet-tiles/pom.xml b/plugins/portlet-tiles/pom.xml
index 9c7ba37..8fb4c1d 100644
--- a/plugins/portlet-tiles/pom.xml
+++ b/plugins/portlet-tiles/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-portlet-tiles-plugin
 jar
-Struts 2 Portlet Tiles Plugin
+DEPRECATED: Struts 2 Portlet Tiles Plugin - since 2.6
 
 
 
diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml
index 0b6576b..1866afd 100644
--- a/plugins/portlet/pom.xml
+++ b/plugins/portlet/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-portlet-plugin
 jar
-Struts 2 Portlet Plugin
+DEPRECATED: Struts 2 Portlet Plugin - since 2.6
 
 
 


[struts] branch master updated: Bump to 2.15.0 to fix log4j issue

2021-12-12 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 4620ea4  Bump to 2.15.0 to fix log4j issue
 new 764d3c0  Merge pull request #511 from cldrn/patch-1
4620ea4 is described below

commit 4620ea4766adb560675855a1ab150ed31495815d
Author: Paulino Calderon 
AuthorDate: Fri Dec 10 01:40:25 2021 -0500

Bump to 2.15.0 to fix log4j issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f5d8f10..eb40059 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
 9.2
 2.10.5
 2.10.5.1
-2.13.3
+2.15.0
 3.2.20
 1.7.30
 4.3.29.RELEASE


[struts] 01/02: WW-5154 Marks GXP plugin as deprecated

2021-12-12 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.git

commit 3f0f98532c962d35db62e522114f1f4ec1fb7f2a
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:15:49 2021 +0100

WW-5154 Marks GXP plugin as deprecated
---
 plugins/gxp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/gxp/pom.xml b/plugins/gxp/pom.xml
index 0fd9ec5..0951f85 100644
--- a/plugins/gxp/pom.xml
+++ b/plugins/gxp/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-gxp-plugin
 jar
-Struts 2 GXP Plugin
+DEPRECATED: Struts 2 GXP Plugin - since 2.6
 
 
 


[struts] branch master updated (764d3c0 -> d7d718a)

2021-12-12 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.git.


from 764d3c0  Merge pull request #511 from cldrn/patch-1
 new 3f0f985  WW-5154 Marks GXP plugin as deprecated
 new d7d718a  WW-5155 Marks OSGi plugin and bundles as deprecated

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:
 bundles/admin/pom.xml | 4 ++--
 bundles/demo/pom.xml  | 8 
 bundles/pom.xml   | 2 +-
 plugins/gxp/pom.xml   | 2 +-
 plugins/osgi/pom.xml  | 2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)


[struts] 02/02: WW-5155 Marks OSGi plugin and bundles as deprecated

2021-12-12 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.git

commit d7d718a18a586348f32f0fa008c538137798a303
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:18:46 2021 +0100

WW-5155 Marks OSGi plugin and bundles as deprecated
---
 bundles/admin/pom.xml | 4 ++--
 bundles/demo/pom.xml  | 8 
 bundles/pom.xml   | 2 +-
 plugins/osgi/pom.xml  | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml
index e285ebd..c6cd0e6 100644
--- a/bundles/admin/pom.xml
+++ b/bundles/admin/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-osgi-admin-bundle
 bundle
-Struts 2 OSGi Admin Bundle
+DEPRECATED: Struts 2 OSGi Admin Bundle - since 2.6
 
 
 
@@ -37,7 +37,7 @@
 struts2-osgi-plugin
 
 
-   
+
 
 
 
diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml
index 5a7c7df..a2f639b 100644
--- a/bundles/demo/pom.xml
+++ b/bundles/demo/pom.xml
@@ -29,10 +29,10 @@
 
 struts2-osgi-demo-bundle
 bundle
-Struts 2 OSGi Demo Bundle
+DEPRECATED: Struts 2 OSGi Demo Bundle - since 2.6
 
 
-   
+
 
 org.apache.struts
 struts2-velocity-plugin
@@ -42,7 +42,7 @@
 commons-digester
 commons-digester
 
-
+
 
 org.apache.struts
 struts2-convention-plugin
@@ -52,7 +52,7 @@
 org.apache.struts
 struts2-osgi-plugin
 
-
+
 
 
 
diff --git a/bundles/pom.xml b/bundles/pom.xml
index 3870812..c6d4a9d 100755
--- a/bundles/pom.xml
+++ b/bundles/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-osgi-bundles
 pom
-Struts 2 OSGi Bundles
+DEPRECATED: Struts 2 OSGi Bundles - since 2.6
 
 
 admin
diff --git a/plugins/osgi/pom.xml b/plugins/osgi/pom.xml
index c1fdfed..d5b73c7 100644
--- a/plugins/osgi/pom.xml
+++ b/plugins/osgi/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-osgi-plugin
 jar
-Struts 2 OSGi Plugin
+DEPRECATED: Struts 2 OSGi Plugin - since 2.6
 
 
 

[struts-site] branch master updated (3d9f22b -> f7610a1)

2021-12-12 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 3d9f22b  Fixes headers
 new 8c5eb6c  WW-5153 Marks Portlet related plugins as deprecated
 new f7610a1  WW-5155 Marks OSGi plugin as deprecated

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:
 source/plugins/index.md   | 36 +--
 source/plugins/osgi/index.md  |  2 ++
 source/plugins/portlet-tiles/index.md |  2 ++
 source/plugins/portlet/index.md   |  2 ++
 4 files changed, 24 insertions(+), 18 deletions(-)


[struts-site] 02/02: WW-5155 Marks OSGi plugin as deprecated

2021-12-12 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 f7610a1859b5226c31143c8421f57bf2a80ea25d
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:20:24 2021 +0100

WW-5155 Marks OSGi plugin as deprecated
---
 source/plugins/index.md  | 24 
 source/plugins/osgi/index.md |  2 ++
 2 files changed, 14 insertions(+), 12 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index 9ce2f81..22639cd 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,33 +15,33 @@ Several plugins are bundled with the framework, and others 
are available from th
 ## Bundled Plugins
 
 |Name| Versions | Note |
-|---|---|--|
-|[Bean Validation Plugin](bean-validation)| 2.5+  |
-|[CDI (JSR 299) Plugin](cdi)| 2.3.1+ |
-|[Codebehind Plugin](codebehind)| < 2.5 | removed since 2.5, use [Convention 
Plugin](convention)|
+|---|--|--|
+|[Bean Validation Plugin](bean-validation)| 2.5+ |
+|[CDI (JSR 299) Plugin](cdi)| 2.3.1+|
+|[Codebehind Plugin](codebehind)| < 2.5 | removed since 2.5, use [Convention 
Plugin](convention) |
 |[Config Browser Plugin](config-browser)|||
 |[Convention Plugin](convention)| 2.1.3+ ||
 |[DWR Plugin](dwr)|||
-|[Embedded JSP Plugin](embedded-jsp)| 2.1.7+ | deprecated since 2.6|
+|[Embedded JSP Plugin](embedded-jsp)| 2.1.7+ | deprecated since 2.6 |
 |[JasperReports Plugin](jasperreports)|||
 |[Java 8 Support Plugin](java-8-support)| 2.3.21 - 2.5.2 ||
 |[Javatemplates Plugin](javatemplates)| 2.1.3+ ||
 |[JFreeChart Plugin](jfreechart)|||
-|[JSF Plugin](jsf)| < 2.5 | removed since 2.5|
+|[JSF Plugin](jsf)| < 2.5 | removed since 2.5 |
 |[JSON Plugin](json)| 2.1.7+ ||
 |[JUnit Plugin](junit)|||
-|[OVal Plugin](oval)| 2.1.7+| deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion)|
-|[OSGi Plugin](osgi)| 2.1.7+||
+|[OVal Plugin](oval)| 2.1.7+| deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion) |
+|[OSGi Plugin](osgi)| 2.1.7+| deprecated since 2.6|
 |[Plexus Plugin](plexus)|||
-|[Portlet Plugin](portlet)||deprecated since 2.6 |
-|[Portlet Tiles Plugin](portlet-tiles)| 2.3.5+|deprecated since 2.6|
+|[Portlet Plugin](portlet)||deprecated since 2.6|
+|[Portlet Tiles Plugin](portlet-tiles)| 2.3.5+| deprecated since 2.6 |
 |[REST Plugin](rest)| 2.1.1+||
 |[SiteGraph Plugin](sitegraph)| < 2.5 | removed since 2.5|
 |[SiteMesh Plugin](sitemesh)|||
 |[Spring Plugin](spring)|||
-|[Struts 1 Plugin](struts-1)| < 2.5 | removed since 2.5|
+|[Struts 1 Plugin](struts-1)| < 2.5 | removed since 2.5 |
 |[TestNG Plugin](testng)|||
 |[Tiles Plugin](tiles)|||
-|[Tiles 3 Plugin](tiles-3)| < 2.5 | removed since 2.5|
+|[Tiles 3 Plugin](tiles-3)| < 2.5 | removed since 2.5 |
 
 > For a complete list of bundled and third-party plugins, visit the [Plugin 
 > Registry](http://cwiki.apache.org/S2PLUGINS/Home).
diff --git a/source/plugins/osgi/index.md b/source/plugins/osgi/index.md
index 460d2c2..88a9d7f 100644
--- a/source/plugins/osgi/index.md
+++ b/source/plugins/osgi/index.md
@@ -5,6 +5,8 @@ title: OSGi Plugin
 
 # OSGi Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 ## Overview
 
 This plugin is only experimental and can change in the future.


[struts-site] 01/02: WW-5153 Marks Portlet related plugins as deprecated

2021-12-12 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 8c5eb6c9894fdd90f290940a060f74d0b81eef8f
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:11:54 2021 +0100

WW-5153 Marks Portlet related plugins as deprecated
---
 source/plugins/index.md   | 36 +--
 source/plugins/portlet-tiles/index.md |  2 ++
 source/plugins/portlet/index.md   |  2 ++
 3 files changed, 22 insertions(+), 18 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index c2efc93..9ce2f81 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,33 +15,33 @@ Several plugins are bundled with the framework, and others 
are available from th
 ## Bundled Plugins
 
 |Name| Versions | Note |
-|---|-|--|
-|[Bean Validation Plugin](bean-validation)|2.5+|
-|[CDI (JSR 299) Plugin](cdi)|2.3.1+|
-|[Codebehind Plugin](codebehind)|< 2.5| removed since 2.5, use [Convention 
Plugin](convention)|
+|---|---|--|
+|[Bean Validation Plugin](bean-validation)| 2.5+  |
+|[CDI (JSR 299) Plugin](cdi)| 2.3.1+ |
+|[Codebehind Plugin](codebehind)| < 2.5 | removed since 2.5, use [Convention 
Plugin](convention)|
 |[Config Browser Plugin](config-browser)|||
-|[Convention Plugin](convention)|2.1.3+||
+|[Convention Plugin](convention)| 2.1.3+ ||
 |[DWR Plugin](dwr)|||
-|[Embedded JSP Plugin](embedded-jsp)|2.1.7+| deprecated since 2.6|
+|[Embedded JSP Plugin](embedded-jsp)| 2.1.7+ | deprecated since 2.6|
 |[JasperReports Plugin](jasperreports)|||
-|[Java 8 Support Plugin](java-8-support)|2.3.21 - 2.5.2||
-|[Javatemplates Plugin](javatemplates)|2.1.3+||
+|[Java 8 Support Plugin](java-8-support)| 2.3.21 - 2.5.2 ||
+|[Javatemplates Plugin](javatemplates)| 2.1.3+ ||
 |[JFreeChart Plugin](jfreechart)|||
-|[JSF Plugin](jsf)|< 2.5| removed since 2.5|
-|[JSON Plugin](json)|2.1.7+||
+|[JSF Plugin](jsf)| < 2.5 | removed since 2.5|
+|[JSON Plugin](json)| 2.1.7+ ||
 |[JUnit Plugin](junit)|||
-|[OVal Plugin](oval)|2.1.7+| deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion)|
-|[OSGi Plugin](osgi)|2.1.7+||
+|[OVal Plugin](oval)| 2.1.7+| deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion)|
+|[OSGi Plugin](osgi)| 2.1.7+||
 |[Plexus Plugin](plexus)|||
-|[Portlet Plugin](portlet)|||
-|[Portlet Tiles Plugin](portlet-tiles)|2.3.5+||
-|[REST Plugin](rest)|2.1.1+||
-|[SiteGraph Plugin](sitegraph)|< 2.5| removed since 2.5|
+|[Portlet Plugin](portlet)||deprecated since 2.6 |
+|[Portlet Tiles Plugin](portlet-tiles)| 2.3.5+|deprecated since 2.6|
+|[REST Plugin](rest)| 2.1.1+||
+|[SiteGraph Plugin](sitegraph)| < 2.5 | removed since 2.5|
 |[SiteMesh Plugin](sitemesh)|||
 |[Spring Plugin](spring)|||
-|[Struts 1 Plugin](struts-1)|< 2.5| removed since 2.5|
+|[Struts 1 Plugin](struts-1)| < 2.5 | removed since 2.5|
 |[TestNG Plugin](testng)|||
 |[Tiles Plugin](tiles)|||
-|[Tiles 3 Plugin](tiles-3)|< 2.5| removed since 2.5|
+|[Tiles 3 Plugin](tiles-3)| < 2.5 | removed since 2.5|
 
 > For a complete list of bundled and third-party plugins, visit the [Plugin 
 > Registry](http://cwiki.apache.org/S2PLUGINS/Home).
diff --git a/source/plugins/portlet-tiles/index.md 
b/source/plugins/portlet-tiles/index.md
index e91a07e..22f677f 100644
--- a/source/plugins/portlet-tiles/index.md
+++ b/source/plugins/portlet-tiles/index.md
@@ -5,6 +5,8 @@ title: Portlet Tiles Plugin
 
 # Portlet Tiles Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 Tiles is a templating framework designed to easily allow the creation of web 
application pages with a consistent look and feel. It can be used for both page 
decorating and componentization.
 
 ## Features
diff --git a/source/plugins/portlet/index.md b/source/plugins/portlet/index.md
index 32380b6..d1b919c 100644
--- a/source/plugins/portlet/index.md
+++ b/source/plugins/portlet/index.md
@@ -5,6 +5,8 @@ title: Portlet Plugin
 
 # Portlet Plugin
 
+> This plugin got marked as deprecated since Struts 2.6!
+
 ## Documentation
 
 The Portlet Plugin is used for developing JSR286 portlets using Struts 2.


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

2021-12-12 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 755da53  Automatic Site Publish by Buildbot
755da53 is described below

commit 755da5319d464a39fdfdf104ce36d9a9eedb6901
Author: buildbot 
AuthorDate: Sun Dec 12 12:21:03 2021 +

Automatic Site Publish by Buildbot
---
 output/plugins/index.html   | 6 +++---
 output/plugins/osgi/index.html  | 4 
 output/plugins/portlet-tiles/index.html | 4 
 output/plugins/portlet/index.html   | 4 
 output/tag-developers/a-tag.html| 8 
 output/tag-developers/action-tag.html   | 8 
 output/tag-developers/actionerror-tag.html  | 8 
 output/tag-developers/actionmessage-tag.html| 8 
 output/tag-developers/bean-tag.html | 8 
 output/tag-developers/checkbox-tag.html | 8 
 output/tag-developers/checkboxlist-tag.html | 8 
 output/tag-developers/combobox-tag.html | 8 
 output/tag-developers/component-tag.html| 8 
 output/tag-developers/date-tag.html | 8 
 output/tag-developers/datetextfield-tag.html| 8 
 output/tag-developers/doubleselect-tag.html | 8 
 output/tag-developers/else-tag.html | 8 
 output/tag-developers/elseif-tag.html   | 8 
 output/tag-developers/fielderror-tag.html   | 8 
 output/tag-developers/file-tag.html | 8 
 output/tag-developers/form-tag.html | 8 
 output/tag-developers/generator-tag.html| 8 
 output/tag-developers/head-tag.html | 8 
 output/tag-developers/hidden-tag.html   | 8 
 output/tag-developers/i18n-tag.html | 8 
 output/tag-developers/if-tag.html   | 8 
 output/tag-developers/include-tag.html  | 8 
 output/tag-developers/inputtransferselect-tag.html  | 8 
 output/tag-developers/iterator-tag.html | 8 
 output/tag-developers/label-tag.html| 8 
 output/tag-developers/merge-tag.html| 8 
 output/tag-developers/optgroup-tag.html | 8 
 output/tag-developers/optiontransferselect-tag.html | 8 
 output/tag-developers/param-tag.html| 8 
 output/tag-developers/password-tag.html | 8 
 output/tag-developers/property-tag.html | 8 
 output/tag-developers/push-tag.html | 8 
 output/tag-developers/radio-tag.html| 8 
 output/tag-developers/reset-tag.html| 8 
 output/tag-developers/select-tag.html   | 8 
 output/tag-developers/set-tag.html  | 8 
 output/tag-developers/sort-tag.html | 8 
 output/tag-developers/submit-tag.html   | 8 
 output/tag-developers/subset-tag.html   | 8 
 output/tag-developers/text-tag.html | 8 
 output/tag-developers/textarea-tag.html | 8 
 output/tag-developers/textfield-tag.html| 8 
 output/tag-developers/token-tag.html| 8 
 output/tag-developers/updownselect-tag.html | 8 
 output/tag-developers/url-tag.html  | 8 
 50 files changed, 383 insertions(+), 3 deletions(-)

diff --git a/output/plugins/index.html b/output/plugins/index.html
index 88ae6a0..1ea6eed 100644
--- a/output/plugins/index.html
+++ b/output/plugins/index.html
@@ -228,7 +228,7 @@ Several plugins are bundled with the framework, and others 
are available from th
 
   OSGi Plugin
   2.1.7+
-   
+  deprecated since 2.6
 
 
   Plexus Plugin
@@ -238,12 +238,12 @@ Several plugins are bundled with the framework, and 
others are available from th
 
   Portlet Plugin
    
-   
+  deprecated since 2.6
 
 
   Portlet Tiles Plugin
   2.3.5+
-   
+  deprecated since 2.6
 
 
   REST Plugin
diff --git a/output/plugins/osgi/index.html b/output/plugins/osgi/index.html
index 52ca44f..b77e388 100644
--- a/output/plugins/osgi/index.html
+++ b/output/plugins/osgi/index.html
@@ -132,6 +132,10 @@
 
 OSGi Plugin
 
+
+  This plugin got marked as deprecated since Struts 2.6!
+
+
 Overview
 
 This plugin is only experimental and can change in the future.
diff --git a/output/plugins/portlet-tiles/index.html 
b/output/plugins/portlet-tiles/index.html
index fc51952..5f0b263 100644
--

[struts] branch master updated: WW-5156 Marks Plexus plugin as deprecated

2021-12-12 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 794b960  WW-5156 Marks Plexus plugin as deprecated
794b960 is described below

commit 794b9603e6250353f2acb3a95b88e675fcdd67a8
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:24:36 2021 +0100

WW-5156 Marks Plexus plugin as deprecated
---
 plugins/plexus/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/plexus/pom.xml b/plugins/plexus/pom.xml
index c033981..09af5ad 100644
--- a/plugins/plexus/pom.xml
+++ b/plugins/plexus/pom.xml
@@ -29,7 +29,7 @@
 
 struts2-plexus-plugin
 jar
-Struts 2 Plexus Plugin
+DEPRECATED: Struts 2 Plexus Plugin - since 2.6
 
 
 


[struts-site] branch master updated: WW-5156 Marks Plexus plugin as deprecated

2021-12-12 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 b837247  WW-5156 Marks Plexus plugin as deprecated
b837247 is described below

commit b8372476fa8b0be40a1074ae4d4f0635661a1243
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:24:49 2021 +0100

WW-5156 Marks Plexus plugin as deprecated
---
 source/plugins/index.md| 16 
 source/plugins/plexus/index.md |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index 22639cd..ee4d518 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,9 +15,9 @@ Several plugins are bundled with the framework, and others 
are available from th
 ## Bundled Plugins
 
 |Name| Versions | Note |
-|---|--|--|
-|[Bean Validation Plugin](bean-validation)| 2.5+ |
-|[CDI (JSR 299) Plugin](cdi)| 2.3.1+|
+|---|---|--|
+|[Bean Validation Plugin](bean-validation)| 2.5+  |
+|[CDI (JSR 299) Plugin](cdi)| 2.3.1+ |
 |[Codebehind Plugin](codebehind)| < 2.5 | removed since 2.5, use [Convention 
Plugin](convention) |
 |[Config Browser Plugin](config-browser)|||
 |[Convention Plugin](convention)| 2.1.3+ ||
@@ -30,12 +30,12 @@ Several plugins are bundled with the framework, and others 
are available from th
 |[JSF Plugin](jsf)| < 2.5 | removed since 2.5 |
 |[JSON Plugin](json)| 2.1.7+ ||
 |[JUnit Plugin](junit)|||
-|[OVal Plugin](oval)| 2.1.7+| deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion) |
+|[OVal Plugin](oval)| 2.1.7+ | deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion) |
 |[OSGi Plugin](osgi)| 2.1.7+| deprecated since 2.6|
-|[Plexus Plugin](plexus)|||
-|[Portlet Plugin](portlet)||deprecated since 2.6|
-|[Portlet Tiles Plugin](portlet-tiles)| 2.3.5+| deprecated since 2.6 |
-|[REST Plugin](rest)| 2.1.1+||
+|[Plexus Plugin](plexus)|| deprecated since 2.6 |
+|[Portlet Plugin](portlet)|| deprecated since 2.6 |
+|[Portlet Tiles Plugin](portlet-tiles)| 2.3.5+ | deprecated since 2.6 |
+|[REST Plugin](rest)| 2.1.1+ ||
 |[SiteGraph Plugin](sitegraph)| < 2.5 | removed since 2.5|
 |[SiteMesh Plugin](sitemesh)|||
 |[Spring Plugin](spring)|||
diff --git a/source/plugins/plexus/index.md b/source/plugins/plexus/index.md
index d230645..7ebb701 100644
--- a/source/plugins/plexus/index.md
+++ b/source/plugins/plexus/index.md
@@ -5,7 +5,7 @@ title: Plexus Plugin
 
 # Plexus Plugin
 
-> The Plexus Plugin is experimental. Feedback is appreciated!
+> This plugin got marked as deprecated since Struts 2.6!
 
 While [Plexus](http://plexus.codehaus.org/) is similar to other 
inversion-of-control (IoC) or dependency injection frameworks such as the 
Spring Framework, it's fully-fledged container supports many more features.
 


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

2021-12-12 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 474c318  Automatic Site Publish by Buildbot
474c318 is described below

commit 474c3181da2d0ae0b97f8052aeee420dad96aeef
Author: buildbot 
AuthorDate: Sun Dec 12 12:25:18 2021 +

Automatic Site Publish by Buildbot
---
 output/plugins/index.html| 2 +-
 output/plugins/plexus/index.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/output/plugins/index.html b/output/plugins/index.html
index 1ea6eed..8ecbeed 100644
--- a/output/plugins/index.html
+++ b/output/plugins/index.html
@@ -233,7 +233,7 @@ Several plugins are bundled with the framework, and others 
are available from th
 
   Plexus Plugin
    
-   
+  deprecated since 2.6
 
 
   Portlet Plugin
diff --git a/output/plugins/plexus/index.html b/output/plugins/plexus/index.html
index ebae38e..840de8c 100644
--- a/output/plugins/plexus/index.html
+++ b/output/plugins/plexus/index.html
@@ -133,7 +133,7 @@
 Plexus Plugin
 
 
-  The Plexus Plugin is experimental. Feedback is appreciated!
+  This plugin got marked as deprecated since Struts 2.6!
 
 
 While http://plexus.codehaus.org/";>Plexus is similar to other 
inversion-of-control (IoC) or dependency injection frameworks such as the 
Spring Framework, it’s fully-fledged container supports many more features.


[struts-site] branch master updated: WW-5157 Marks Sitemesh plugin as deprecated

2021-12-12 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 3ee75ce  WW-5157 Marks Sitemesh plugin as deprecated
3ee75ce is described below

commit 3ee75ce73fe12d9aba738555d89fac0969f4cd67
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 13:28:01 2021 +0100

WW-5157 Marks Sitemesh plugin as deprecated
---
 source/plugins/index.md  | 10 +-
 source/plugins/sitemesh/index.md |  9 ++---
 2 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/source/plugins/index.md b/source/plugins/index.md
index ee4d518..77e0412 100644
--- a/source/plugins/index.md
+++ b/source/plugins/index.md
@@ -15,8 +15,8 @@ Several plugins are bundled with the framework, and others 
are available from th
 ## Bundled Plugins
 
 |Name| Versions | Note |
-|---|---|--|
-|[Bean Validation Plugin](bean-validation)| 2.5+  |
+|---|--|--|
+|[Bean Validation Plugin](bean-validation)| 2.5+ |
 |[CDI (JSR 299) Plugin](cdi)| 2.3.1+ |
 |[Codebehind Plugin](codebehind)| < 2.5 | removed since 2.5, use [Convention 
Plugin](convention) |
 |[Config Browser Plugin](config-browser)|||
@@ -31,13 +31,13 @@ Several plugins are bundled with the framework, and others 
are available from th
 |[JSON Plugin](json)| 2.1.7+ ||
 |[JUnit Plugin](junit)|||
 |[OVal Plugin](oval)| 2.1.7+ | deprecated since 2.6, use [Bean Validation 
Plugin](bean-validarion) |
-|[OSGi Plugin](osgi)| 2.1.7+| deprecated since 2.6|
+|[OSGi Plugin](osgi)| 2.1.7+ | deprecated since 2.6|
 |[Plexus Plugin](plexus)|| deprecated since 2.6 |
 |[Portlet Plugin](portlet)|| deprecated since 2.6 |
 |[Portlet Tiles Plugin](portlet-tiles)| 2.3.5+ | deprecated since 2.6 |
 |[REST Plugin](rest)| 2.1.1+ ||
-|[SiteGraph Plugin](sitegraph)| < 2.5 | removed since 2.5|
-|[SiteMesh Plugin](sitemesh)|||
+|[SiteGraph Plugin](sitegraph)| < 2.5| removed since 2.5|
+|[SiteMesh Plugin](sitemesh)|| deprecated since 2.6 |
 |[Spring Plugin](spring)|||
 |[Struts 1 Plugin](struts-1)| < 2.5 | removed since 2.5 |
 |[TestNG Plugin](testng)|||
diff --git a/source/plugins/sitemesh/index.md b/source/plugins/sitemesh/index.md
index 27977fa..d66aee5 100644
--- a/source/plugins/sitemesh/index.md
+++ b/source/plugins/sitemesh/index.md
@@ -5,9 +5,12 @@ title: SiteMesh Plugin
 
 # SiteMesh Plugin
 
-> About SiteMesh
-> 
-> [SiteMesh](http://www.sitemesh.org/) is a web-page layout and decoration 
framework and web application integration framework to aid in creating large 
sites consisting of many pages for which a consistent look/feel, navigation and 
layout scheme is required.
+> This plugin got marked as deprecated since Struts 2.6!
+
+## About SiteMesh
+
+> [SiteMesh](http://www.sitemesh.org/) is a web-page layout and decoration 
framework and web application integration 
+> framework to aid in creating large sites consisting of many pages for which 
a consistent look/feel, navigation and layout scheme is required.
 
 The Sitemesh plugin allows Sitemesh templates to access framework resources.
 


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

2021-12-12 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 42e9f5a  Automatic Site Publish by Buildbot
42e9f5a is described below

commit 42e9f5a3975a77ec7fea2dc6b851bb84dadf6fdc
Author: buildbot 
AuthorDate: Sun Dec 12 12:28:39 2021 +

Automatic Site Publish by Buildbot
---
 output/plugins/index.html  | 2 +-
 output/plugins/sitemesh/index.html | 9 +++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/output/plugins/index.html b/output/plugins/index.html
index 8ecbeed..a3e3c9f 100644
--- a/output/plugins/index.html
+++ b/output/plugins/index.html
@@ -258,7 +258,7 @@ Several plugins are bundled with the framework, and others 
are available from th
 
   SiteMesh Plugin
    
-   
+  deprecated since 2.6
 
 
   Spring Plugin
diff --git a/output/plugins/sitemesh/index.html 
b/output/plugins/sitemesh/index.html
index 3cb3de4..a084a12 100644
--- a/output/plugins/sitemesh/index.html
+++ b/output/plugins/sitemesh/index.html
@@ -133,9 +133,14 @@
 SiteMesh Plugin
 
 
-  About SiteMesh
+  This plugin got marked as deprecated since Struts 2.6!
+
+
+About SiteMesh
 
-  http://www.sitemesh.org/";>SiteMesh is a web-page layout and 
decoration framework and web application integration framework to aid in 
creating large sites consisting of many pages for which a consistent look/feel, 
navigation and layout scheme is required.
+
+  http://www.sitemesh.org/";>SiteMesh is a web-page layout and 
decoration framework and web application integration 
+framework to aid in creating large sites consisting of many pages for which a 
consistent look/feel, navigation and layout scheme is required.
 
 
 The Sitemesh plugin allows Sitemesh templates to access framework 
resources.


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

2021-12-12 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 c5d7408  Adds announcement about Struts 2.5.28
c5d7408 is described below

commit c5d7408a17cbc0f14dab1cbf4f2ca53d87580d06
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 16:51:39 2021 +0100

Adds announcement about Struts 2.5.28
---
 _config.yml |  8 
 source/announce-2021.md | 26 ++
 2 files changed, 30 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index 460a94e..63ca941 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.27
-current_version_short: 2527
+current_version: 2.5.28
+current_version_short: 2528
 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: 16 November 2021
-release_date_short: 2026
+release_date: 12 December 2021
+release_date_short: 20211212
 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 948e3fd..16c5794 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -13,6 +13,32 @@ title: Announcements 2021
   Skip to: Announcements - 2020
 
 
+ 12 December 2021 - Struts 2.5.28 General Availability {#a20211212}
+
+The Apache Struts group is pleased to announce that Struts 2.5.28 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:
+
+- [WW-5149] - labelposition and 2.5.27
+
+> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.28) 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.
+
  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"


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

2021-12-12 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 8c414ad  Automatic Site Publish by Buildbot
8c414ad is described below

commit 8c414ad89854d85f5bf071e2cf804b4f5c1ac626
Author: buildbot 
AuthorDate: Sun Dec 12 15:52:20 2021 +

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

diff --git a/output/announce-2021.html b/output/announce-2021.html
index 368ae74..abfde59 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -131,6 +131,7 @@
 Announcements 2021
 
 
+  12 December 2021 - 
Struts 2.5.28 General Availability
   16 November 2021 - 
Struts 2.5.27 General Availability
   19 February 2021 - 
Struts Security Impact Levels
 
@@ -139,6 +140,36 @@
   Skip to: Announcements - 2020
 
 
+12 December 2021 - Struts 2.5.28 General Availability
+
+The Apache Struts group is pleased to announce that Struts 2.5.28 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:
+
+
+  [WW-5149] - labelposition and 2.5.27
+
+
+
+  Please read the https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.28";>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.
+
 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”
diff --git a/output/download.html b/output/download.html
index 7e25083..d8e89a5 100644
--- a/output/download.html
+++ b/output/download.html
@@ -190,26 +190,26 @@
 
 Full Releases
 
-Struts 2.5.27
+Struts 2.5.28
 
 
-  https://struts.apache.org/";>Apache Struts 2.5.27 is an elegant, 
extensible
+  https://struts.apache.org/";>Apache Struts 2.5.28 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.27 is the "best available" version of Struts in the 2.5 series.
+  Struts 2.5.28 is the "best available" version of Struts in the 2.5 series.
 
 
 
   
-https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.27";>Version
 Notes
+https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.28";>Version
 Notes
   
 
   Full Distribution:
 
   
-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]
+struts-2.5.28-all.zip 
(65MB)
+[https://downloads.apache.org/struts/2.5.28/struts-2.5.28-all.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.28/struts-2.5.28-all.zip.sha256";>SHA256]
   
 
   
@@ -217,9 +217,9 @@
   Example Applications:
 
   
-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.apache.org/struts/2.5.27/struts-2.5.27-apps.zip.sha256";>SHA256]
+struts-2.5.28-apps.zip
 (35MB)
+[https://downloads.apache.org/struts/2.5.28/struts-2.5.28-apps.zip.asc";>PGP]
+[https://downloads.apache.org/struts/2.5.28/struts-2.5.28-apps.zip.sha256";>SHA256]
   
 
   
@@ -227,9 +227,9 @@
   Essential Dependencies Only:
 
   
-struts-2.5.27-min-lib.zip
 (4MB)
-[https://downloads.apache.org/struts/2.5.27/struts-2.5.27-min-lib.zip.asc";>PGP]
-[https://downloads.apache.org/struts/2.5.27/struts-2.5.27-min-lib.zip.sha256";>SHA256]
+struts-2.5.28-min-lib.zip
 (4MB)
+[https://downloads.apache.org/struts/2.5.28/struts-2.5.28-min-lib.zip.asc";>PGP]
+[https://downloads.apache.org/struts

svn commit: r51346 - /release/struts/2.5.25/

2021-12-12 Thread lukaszlenart
Author: lukaszlenart
Date: Sun Dec 12 15:54:21 2021
New Revision: 51346

Log:
Drops outdated version

Removed:
release/struts/2.5.25/



svn commit: r51347 - /release/struts/2.5.26/

2021-12-12 Thread lukaszlenart
Author: lukaszlenart
Date: Sun Dec 12 15:54:29 2021
New Revision: 51347

Log:
Drops outdated version

Removed:
release/struts/2.5.26/



svn commit: r51348 - /release/struts/2.5.27/

2021-12-12 Thread lukaszlenart
Author: lukaszlenart
Date: Sun Dec 12 15:54:35 2021
New Revision: 51348

Log:
Drops outdated version

Removed:
release/struts/2.5.27/



[struts-site] branch master updated: Adds Log4j vulnerability announcement

2021-12-12 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 654b194  Adds Log4j vulnerability announcement
654b194 is described below

commit 654b1944a68a9f94d1cc66b707972291615c4fc0
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 17:02:19 2021 +0100

Adds Log4j vulnerability announcement
---
 source/announce-2021.md | 13 +
 source/index.html   | 10 ++
 2 files changed, 19 insertions(+), 4 deletions(-)

diff --git a/source/announce-2021.md b/source/announce-2021.md
index 16c5794..2149821 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -13,6 +13,19 @@ title: Announcements 2021
   Skip to: Announcements - 2020
 
 
+ 12 December 2021 - Security Advice on Log4j 2.15.0 {#a20211212-1}
+
+The Apache Struts team would like to announce that all the users using the 
latest Struts 2.5.x series should upgrade 
+[Log4j](https://logging.apache.org/log4j/2.x/) library to the  latest 
**2.15.0** version which addresses 
+the Remote-Code-Execution vulnerability **CVE-2021-44228**. 
+
+This version of Log4j requires Java 8, while Apache Struts 2.5.x series is 
still using Java 1.7 and because
+of that we cannot prepare a new patched 2.5.x version. Yet, in most cases this 
is a drop-in upgrade as Log4j 2.15.0 
+maintains binary compatibility with previous releases - once you are running 
on Java 8. In case you are not able 
+to upgrade Log4j, please use one of  the described mitigations.
+
+More information can be found 
[here](https://logging.apache.org/log4j/2.x/#News).
+
  12 December 2021 - Struts 2.5.28 General Availability {#a20211212}
 
 The Apache Struts group is pleased to announce that Struts 2.5.28 is available 
as a "General Availability"
diff --git a/source/index.html b/source/index.html
index c57d515..643d20d 100644
--- a/source/index.html
+++ b/source/index.html
@@ -31,11 +31,13 @@ title: Welcome to the Apache Struts project
 Version notes
   
   
-Security Advice S2-061 released
+Security Advice on Log4j 2.15.0
 
-  Forced OGNL evaluation, when evaluated on raw user input in tag 
attributes, may lead to remote code execution.
-  Read more in
-  Announcement
+  The Apache Struts team would like to announce that all the users 
using
+  the latest Struts 2.5.x series should upgrade Log4j library to the
+  latest 2.15.0 version which addresses the Remote-Code-Execution
+  vulnerability - CVE-2021-44228. .
+  Read more in Announcement
 
   
   


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

2021-12-12 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 125519a  Automatic Site Publish by Buildbot
125519a is described below

commit 125519ad8a3f881a449d622c3b98fb7123223585
Author: buildbot 
AuthorDate: Sun Dec 12 16:02:59 2021 +

Automatic Site Publish by Buildbot
---
 output/announce-2021.html | 14 ++
 output/index.html | 10 ++
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/output/announce-2021.html b/output/announce-2021.html
index abfde59..0f1606d 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -131,6 +131,7 @@
 Announcements 2021
 
 
+  12 December 2021 - 
Security Advice on Log4j 2.15.0
   12 December 2021 - 
Struts 2.5.28 General Availability
   16 November 2021 - 
Struts 2.5.27 General Availability
   19 February 2021 - 
Struts Security Impact Levels
@@ -140,6 +141,19 @@
   Skip to: Announcements - 2020
 
 
+12 December 2021 - Security Advice on Log4j 2.15.0
+
+The Apache Struts team would like to announce that all the users using the 
latest Struts 2.5.x series should upgrade 
+https://logging.apache.org/log4j/2.x/";>Log4j library to the  
latest 2.15.0 version which addresses 
+the Remote-Code-Execution vulnerability CVE-2021-44228.
+
+This version of Log4j requires Java 8, while Apache Struts 2.5.x series is 
still using Java 1.7 and because
+of that we cannot prepare a new patched 2.5.x version. Yet, in most cases this 
is a drop-in upgrade as Log4j 2.15.0 
+maintains binary compatibility with previous releases - once you are running 
on Java 8. In case you are not able 
+to upgrade Log4j, please use one of  the described mitigations.
+
+More information can be found https://logging.apache.org/log4j/2.x/#News";>here.
+
 12 December 2021 - Struts 2.5.28 General Availability
 
 The Apache Struts group is pleased to announce that Struts 2.5.28 is 
available as a “General Availability”
diff --git a/output/index.html b/output/index.html
index 665c60a..99765ae 100644
--- a/output/index.html
+++ b/output/index.html
@@ -152,11 +152,13 @@
 https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.28";>Version
 notes
   
   
-Security Advice S2-061 released
+Security Advice on Log4j 2.15.0
 
-  Forced OGNL evaluation, when evaluated on raw user input in tag 
attributes, may lead to remote code execution.
-  Read more in
-  Announcement
+  The Apache Struts team would like to announce that all the users 
using
+  the latest Struts 2.5.x series should upgrade Log4j library to the
+  latest 2.15.0 version which addresses the Remote-Code-Execution
+  vulnerability - CVE-2021-44228. .
+  Read more in Announcement
 
   
   


[struts-site] branch master updated: Adds missing Security prefix

2021-12-12 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 6d8e514  Adds missing Security prefix
6d8e514 is described below

commit 6d8e5144f1fd4346819e6342e577c7c7aa228680
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 17:03:57 2021 +0100

Adds missing Security prefix
---
 source/announce-2021.md | 4 ++--
 source/index.html   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/source/announce-2021.md b/source/announce-2021.md
index 2149821..77f13da 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -15,8 +15,8 @@ title: Announcements 2021
 
  12 December 2021 - Security Advice on Log4j 2.15.0 {#a20211212-1}
 
-The Apache Struts team would like to announce that all the users using the 
latest Struts 2.5.x series should upgrade 
-[Log4j](https://logging.apache.org/log4j/2.x/) library to the  latest 
**2.15.0** version which addresses 
+The Apache Struts Security team would like to announce that all the users 
using the latest Struts 2.5.x series 
+should upgrade [Log4j](https://logging.apache.org/log4j/2.x/) library to the  
latest **2.15.0** version which addresses 
 the Remote-Code-Execution vulnerability **CVE-2021-44228**. 
 
 This version of Log4j requires Java 8, while Apache Struts 2.5.x series is 
still using Java 1.7 and because
diff --git a/source/index.html b/source/index.html
index 643d20d..7c4ab32 100644
--- a/source/index.html
+++ b/source/index.html
@@ -33,7 +33,7 @@ title: Welcome to the Apache Struts project
   
 Security Advice on Log4j 2.15.0
 
-  The Apache Struts team would like to announce that all the users 
using
+  The Apache Struts Security team would like to announce that all the 
users using
   the latest Struts 2.5.x series should upgrade Log4j library to the
   latest 2.15.0 version which addresses the Remote-Code-Execution
   vulnerability - CVE-2021-44228. .


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

2021-12-12 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 927ef98  Automatic Site Publish by Buildbot
927ef98 is described below

commit 927ef98091dab0f0aa76aa25250e18fde5cd3b56
Author: buildbot 
AuthorDate: Sun Dec 12 16:04:26 2021 +

Automatic Site Publish by Buildbot
---
 output/announce-2021.html | 4 ++--
 output/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/output/announce-2021.html b/output/announce-2021.html
index 0f1606d..cf97d26 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -143,8 +143,8 @@
 
 12 December 2021 - Security Advice on Log4j 2.15.0
 
-The Apache Struts team would like to announce that all the users using the 
latest Struts 2.5.x series should upgrade 
-https://logging.apache.org/log4j/2.x/";>Log4j library to the  
latest 2.15.0 version which addresses 
+The Apache Struts Security team would like to announce that all the users 
using the latest Struts 2.5.x series 
+should upgrade https://logging.apache.org/log4j/2.x/";>Log4j 
library to the  latest 2.15.0 version which addresses 
 the Remote-Code-Execution vulnerability CVE-2021-44228.
 
 This version of Log4j requires Java 8, while Apache Struts 2.5.x series is 
still using Java 1.7 and because
diff --git a/output/index.html b/output/index.html
index 99765ae..678bdae 100644
--- a/output/index.html
+++ b/output/index.html
@@ -154,7 +154,7 @@
   
 Security Advice on Log4j 2.15.0
 
-  The Apache Struts team would like to announce that all the users 
using
+  The Apache Struts Security team would like to announce that all the 
users using
   the latest Struts 2.5.x series should upgrade Log4j library to the
   latest 2.15.0 version which addresses the Remote-Code-Execution
   vulnerability - CVE-2021-44228. .


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

2021-12-12 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 7266a5a  Uses proper anchor
7266a5a is described below

commit 7266a5a2dcd1ed37dd9bf7890d7f4c86d0524910
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 17:04:53 2021 +0100

Uses proper anchor
---
 source/announce-2021.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/announce-2021.md b/source/announce-2021.md
index 77f13da..607c4f9 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -13,7 +13,7 @@ title: Announcements 2021
   Skip to: Announcements - 2020
 
 
- 12 December 2021 - Security Advice on Log4j 2.15.0 {#a20211212-1}
+ 12 December 2021 - Security Advice on Log4j 2.15.0 {#a20211212-2}
 
 The Apache Struts Security team would like to announce that all the users 
using the latest Struts 2.5.x series 
 should upgrade [Log4j](https://logging.apache.org/log4j/2.x/) library to the  
latest **2.15.0** version which addresses 


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

2021-12-12 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 161e10f  Automatic Site Publish by Buildbot
161e10f is described below

commit 161e10fcbefcc186300cbb6bc03dbb2ab7bc8adc
Author: buildbot 
AuthorDate: Sun Dec 12 16:05:21 2021 +

Automatic Site Publish by Buildbot
---
 output/announce-2021.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/output/announce-2021.html b/output/announce-2021.html
index cf97d26..4752c67 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -131,7 +131,7 @@
 Announcements 2021
 
 
-  12 December 2021 - 
Security Advice on Log4j 2.15.0
+  12 December 2021 - 
Security Advice on Log4j 2.15.0
   12 December 2021 - 
Struts 2.5.28 General Availability
   16 November 2021 - 
Struts 2.5.27 General Availability
   19 February 2021 - 
Struts Security Impact Levels
@@ -141,7 +141,7 @@
   Skip to: Announcements - 2020
 
 
-12 December 2021 - Security Advice on Log4j 2.15.0
+12 December 2021 - Security Advice on Log4j 2.15.0
 
 The Apache Struts Security team would like to announce that all the users 
using the latest Struts 2.5.x series 
 should upgrade https://logging.apache.org/log4j/2.x/";>Log4j 
library to the  latest 2.15.0 version which addresses 


[struts-site] branch master updated: WW-5021 Adds a note about how to use struts.ui.staticContentPath

2021-12-12 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 1301ebb  WW-5021 Adds a note about how to use 
struts.ui.staticContentPath
1301ebb is described below

commit 1301ebb6d38b06b5c3a0054061f0b73628bde84d
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 17:32:26 2021 +0100

WW-5021 Adds a note about how to use struts.ui.staticContentPath
---
 source/core-developers/static-content.md | 13 -
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/source/core-developers/static-content.md 
b/source/core-developers/static-content.md
index ee60e60..4525480 100644
--- a/source/core-developers/static-content.md
+++ b/source/core-developers/static-content.md
@@ -28,7 +28,7 @@ Static content is served by an implementation of 
`org.apache.struts2.dispatcher.
 ## Default Content Loader
 
 Struts provides a default implementation of `StaticContentLoader` which is 
`org.apache.struts2.dispatcher.DefaultStaticContentLoader`. 
-This loader will handle urls that start with "/static/". 
+This loader will handle urls that start with "/static/" by default. 
 
 This content loader can serve static content from the classpath, so when 
writing a plugin, you can put a file inside 
 your plugin's jar like "/static/image/banner.jpg" and it will be served when 
the url "/static/image/banner.jpg" is 
@@ -37,6 +37,17 @@ requested.
 > This loader is not optimized to handle static content, and to improve 
 > performance, it is recommended that you extract 
 > your static content to the web application directory, and let the container 
 > handle them.
 
+## Default path
+
+If needed you can change the default path at which static content is served. 
Just define a new `constant` in your
+`struts.xml` with a path as below:
+
+```xml
+
+```
+
+This value is also used by the Default Content Loader.
+
 ## Preventing Struts from Handling a Request
 
 If there is a request that Struts is handling as an action, and you wish to 
make Struts ignore it, you can do so by specifying 


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

2021-12-12 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 f143ebb  Automatic Site Publish by Buildbot
f143ebb is described below

commit f143ebbda0737212740ac57aae09fbe7b4ad909b
Author: buildbot 
AuthorDate: Sun Dec 12 16:33:04 2021 +

Automatic Site Publish by Buildbot
---
 output/core-developers/static-content.html | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/output/core-developers/static-content.html 
b/output/core-developers/static-content.html
index eb45649..d289d47 100644
--- a/output/core-developers/static-content.html
+++ b/output/core-developers/static-content.html
@@ -153,7 +153,7 @@ shipped inside the core jar are extracted to your web 
application directory.
 Default Content Loader
 
 Struts provides a default implementation of StaticContentLoader which is org.apache.struts2.dispatcher.DefaultStaticContentLoader.
 
-This loader will handle urls that start with “/static/”.
+This loader will handle urls that start with “/static/” by default.
 
 This content loader can serve static content from the classpath, so when 
writing a plugin, you can put a file inside 
 your plugin’s jar like “/static/image/banner.jpg” and it will be served when 
the url “/static/image/banner.jpg” is 
@@ -164,6 +164,16 @@ requested.
 your static content to the web application directory, and let the container 
handle them.
 
 
+Default path
+
+If needed you can change the default path at which static content is 
served. Just define a new constant in 
your
+struts.xml with a path as below:
+
+
+
+
+This value is also used by the Default Content Loader.
+
 Preventing Struts from 
Handling a Request
 
 If there is a request that Struts is handling as an action, and you wish to 
make Struts ignore it, you can do so by specifying 


[struts-site] branch master updated: Adds ToC for Static Content page

2021-12-12 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 5d36f01  Adds ToC for Static Content page
5d36f01 is described below

commit 5d36f01ef95a27cae84f9f797fb3f79c51c5ff91
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 17:33:26 2021 +0100

Adds ToC for Static Content page
---
 source/core-developers/static-content.md | 4 
 1 file changed, 4 insertions(+)

diff --git a/source/core-developers/static-content.md 
b/source/core-developers/static-content.md
index 4525480..650bda0 100644
--- a/source/core-developers/static-content.md
+++ b/source/core-developers/static-content.md
@@ -4,6 +4,10 @@ title: Static Content
 ---
 
 # Static Content
+{:.no_toc}
+
+* Will be replaced with the ToC, excluding a header
+{:toc}
 
 Struts can serve static content like css and javascript files. This feature is 
enabled by default, but can be disabled 
 by setting:


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

2021-12-12 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 340c657  Automatic Site Publish by Buildbot
340c657 is described below

commit 340c657d8b8d41f750a7fdc22f932b1206c5cb09
Author: buildbot 
AuthorDate: Sun Dec 12 16:33:55 2021 +

Automatic Site Publish by Buildbot
---
 output/core-developers/static-content.html | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/output/core-developers/static-content.html 
b/output/core-developers/static-content.html
index d289d47..db11fa5 100644
--- a/output/core-developers/static-content.html
+++ b/output/core-developers/static-content.html
@@ -128,7 +128,14 @@
   
 << back to Core 
Developers Guide
 https://github.com/apache/struts-site/edit/master/source/core-developers/static-content.md";
 title="Edit this page on GitHub">Edit on GitHub
-Static Content
+Static Content
+
+
+  Custom Static Content 
Loaders
+  Default Content Loader
+  Default 
path
+  Preventing Struts 
from Handling a Request
+
 
 Struts can serve static content like css and javascript files. This feature 
is enabled by default, but can be disabled 
 by setting:


[struts-site] branch master updated: WW-5129 Adds notes how to define dynamic attributes in second control generated by the tag

2021-12-12 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 f505db2  WW-5129 Adds notes how to define dynamic attributes in second 
control generated by the tag
f505db2 is described below

commit f505db20ff47fb67667a8c7130f936b7013479a8
Author: Lukasz Lenart 
AuthorDate: Sun Dec 12 17:47:06 2021 +0100

WW-5129 Adds notes how to define dynamic attributes in second control 
generated by the tag
---
 source/tag-developers/doubleselect-tag.md | 11 +++
 source/tag-developers/inputtransferselect-tag.md  | 11 +++
 source/tag-developers/optiontransferselect-tag.md | 11 +++
 3 files changed, 33 insertions(+)

diff --git a/source/tag-developers/doubleselect-tag.md 
b/source/tag-developers/doubleselect-tag.md
index a4a5c92..2504e88 100644
--- a/source/tag-developers/doubleselect-tag.md
+++ b/source/tag-developers/doubleselect-tag.md
@@ -22,6 +22,17 @@ and `doublelistvalue` to be null and not used.
 
 {% remote_file_content 
https://raw.githubusercontent.com/apache/struts/master/core/src/site/resources/tags/doubleselect-attributes.html
 %}
 
+## Dynamic attributes
+
+The tag supports dynamic attributes but if you want to add the attributes to 
the second control which is generated
+by the tag use the `second-` prefix as below:
+
+```jsp
+
+```
+
+The prefix will be stripped while generating the second control. 
+
 ## Examples
 
 ```jsp
diff --git a/source/tag-developers/inputtransferselect-tag.md 
b/source/tag-developers/inputtransferselect-tag.md
index 007263e..2866c17 100644
--- a/source/tag-developers/inputtransferselect-tag.md
+++ b/source/tag-developers/inputtransferselect-tag.md
@@ -26,6 +26,17 @@ containing form submission.
 
 {% remote_file_content 
https://raw.githubusercontent.com/apache/struts/master/core/src/site/resources/tags/inputtransferselect-attributes.html
 %}
 
+## Dynamic attributes
+
+The tag supports dynamic attributes but if you want to add the attributes to 
the input control which is generated
+by the tag use the `input-` prefix as below:
+
+```jsp
+
+```
+
+The prefix will be stripped while generating the second control.
+
 ## Example
 
 ```jsp
diff --git a/source/tag-developers/optiontransferselect-tag.md 
b/source/tag-developers/optiontransferselect-tag.md
index 6edf029..a0133f6 100644
--- a/source/tag-developers/optiontransferselect-tag.md
+++ b/source/tag-developers/optiontransferselect-tag.md
@@ -30,6 +30,17 @@ its containing form submission.
 
 {% remote_file_content 
https://raw.githubusercontent.com/apache/struts/master/core/src/site/resources/tags/optiontransferselect-attributes.html
 %}
 
+## Dynamic attributes
+
+The tag supports dynamic attributes but if you want to add the attributes to 
the right control which is generated
+by the tag use the `right-` prefix as below:
+
+```jsp
+
+```
+
+The prefix will be stripped while generating the second control.
+
 ## Examples
 
 **Minimum example**


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

2021-12-12 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 44b8ed4  Automatic Site Publish by Buildbot
44b8ed4 is described below

commit 44b8ed47582480a0653b65b110548d7af950e3af
Author: buildbot 
AuthorDate: Sun Dec 12 16:47:43 2021 +

Automatic Site Publish by Buildbot
---
 output/tag-developers/doubleselect-tag.html | 10 ++
 output/tag-developers/inputtransferselect-tag.html  | 10 ++
 output/tag-developers/optiontransferselect-tag.html | 10 ++
 3 files changed, 30 insertions(+)

diff --git a/output/tag-developers/doubleselect-tag.html 
b/output/tag-developers/doubleselect-tag.html
index ecc8058..c4e1e3d 100644
--- a/output/tag-developers/doubleselect-tag.html
+++ b/output/tag-developers/doubleselect-tag.html
@@ -889,6 +889,16 @@ and doublelistvalue 
to be null and not us
 
 
 
+Dynamic attributes
+
+The tag supports dynamic attributes but if you want to add the attributes 
to the second control which is generated
+by the tag use the second- prefix as 
below:
+
+
+
+
+The prefix will be stripped while generating the second control.
+
 Examples
 
  
diff --git a/output/tag-developers/inputtransferselect-tag.html 
b/output/tag-developers/inputtransferselect-tag.html
index 23e9441..aaa5268 100644
--- a/output/tag-developers/inputtransferselect-tag.html
+++ b/output/tag-developers/inputtransferselect-tag.html
@@ -711,6 +711,16 @@ and _
+
+
+The prefix will be stripped while generating the second control.
+
 Example
 
 _
+
+
+The prefix will be stripped while generating the second control.
+
 Examples
 
 Minimum example


[struts-site] branch master updated: Adds more informative issue description

2021-12-12 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 367673f  Adds more informative issue description
367673f is described below

commit 367673fbbc9ea03eaebb2a0b424ac84ff0b6ab92
Author: Lukasz Lenart 
AuthorDate: Mon Dec 13 08:08:23 2021 +0100

Adds more informative issue description
---
 source/announce-2021.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/announce-2021.md b/source/announce-2021.md
index 607c4f9..d923f4f 100644
--- a/source/announce-2021.md
+++ b/source/announce-2021.md
@@ -37,7 +37,7 @@ to maintaining applications over time.
 
 Below is a full list of all changes:
 
-- [WW-5149] - labelposition and 2.5.27
+- [WW-5149] - labelposition attribute broken in Struts 2.5.27
 
 > Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.28) to 
 > find more details about performed
 > bug fixes and improvements.


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

2021-12-12 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 af990fd  Automatic Site Publish by Buildbot
af990fd is described below

commit af990fdf8ba248cddb63c30385524eba9f9e0e6e
Author: buildbot 
AuthorDate: Mon Dec 13 07:09:11 2021 +

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

diff --git a/output/announce-2021.html b/output/announce-2021.html
index 4752c67..ebab99f 100644
--- a/output/announce-2021.html
+++ b/output/announce-2021.html
@@ -166,7 +166,7 @@ to maintaining applications over time.
 Below is a full list of all changes:
 
 
-  [WW-5149] - labelposition and 2.5.27
+  [WW-5149] - labelposition attribute broken in Struts 2.5.27