This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push:
new 89a53e17c Updates stage by Jenkins
89a53e17c is described below
commit 89a53e17ccdd141648b031cbe8294037956f47bf
Author: jenkins <[email protected]>
AuthorDate: Mon Jul 10 07:32:00 2023 +0000
Updates stage by Jenkins
---
content/announce-2023.html | 101 +++++++++++++++++++++++++++++++++++++++++++++
content/download.html | 44 ++++++++++----------
content/index.html | 12 +++---
content/releases.html | 2 +-
4 files changed, 130 insertions(+), 29 deletions(-)
diff --git a/content/announce-2023.html b/content/announce-2023.html
index 847be129b..d64f96159 100644
--- a/content/announce-2023.html
+++ b/content/announce-2023.html
@@ -132,6 +132,7 @@
<h1 class="no_toc" id="announcements-2023">Announcements 2023</h1>
<ul id="markdown-toc">
+ <li><a href="#a20230710" id="markdown-toc-a20230710">10 Juky 2023 - Apache
Struts version 6.2.0 General Availability</a></li>
<li><a href="#a20230613-1" id="markdown-toc-a20230613-1">13 June 2023 -
Apache Struts version 6.1.2.1 General Availability</a></li>
<li><a href="#a20230613-2" id="markdown-toc-a20230613-2">13 June 2023 -
Apache Struts version 2.5.31 General Availability</a></li>
<li><a href="#a20230310" id="markdown-toc-a20230310">10 March 2023 - Apache
Struts version 6.1.2 General Availability</a></li>
@@ -141,6 +142,106 @@
Skip to: <a href="announce-2022">Announcements - 2022</a>
</p>
+<h4 id="a20230710">10 Juky 2023 - Apache Struts version 6.2.0 General
Availability</h4>
+
+<p>The Apache Struts group is pleased to announce that Apache Struts version
6.2.0 is available as a “General Availability”
+release. The GA designation is our highest quality grade.</p>
+
+<p>The Apache Struts 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.</p>
+
+<p>Below is a full list of all changes:</p>
+
+<p><strong>Bug</strong></p>
+
+<ul>
+ <li>WW-4434 - datetextfield.ftl is missing</li>
+ <li>WW-5199 - StrutsPrepareFilter and StrutsExecuteFilter do not support
forwarding to another action</li>
+ <li>WW-5263 - CSP related interceptors have wrong short names</li>
+ <li>WW-5270 - Forwarding from a Struts excluded URL to an Action not
working</li>
+ <li>WW-5271 - Select tag NOT working when using list=”#{ … }”</li>
+ <li>WW-5272 - java.lang.UnsupportedOperationException in the Time
component</li>
+ <li>WW-5276 - Cleanup method of request is not called</li>
+ <li>WW-5289 - Execute and Wait Interceptor prevents JVM shutdown</li>
+ <li>WW-5295 - s:date ignores LocalTime</li>
+ <li>WW-5296 - Wrong DTD version</li>
+ <li>WW-5301 - Impossible to select alternate default VelocityManager
bean</li>
+ <li>WW-5302 - Autogenerated html ID bases on unevaluated value of the
name/action/method attributes</li>
+ <li>WW-5307 - Confusing documentation about ognl</li>
+ <li>WW-5309 - NamedVariablePatternMatcher throws when pattern begins with a
variable</li>
+ <li>WW-5310 - s:url does not handle equal sign correctly</li>
+ <li>WW-5311 - NamedVariablePatternMatcher throws an IllegalArgumentException
when named variable is not the last part of the sequence</li>
+ <li>WW-5312 - ExecuteAndWaitInterceptor inconsistent wait processing
behaviour</li>
+</ul>
+
+<p><strong>New Feature</strong></p>
+
+<ul>
+ <li>WW-5275 - Allow to configure more flexible Content-Security-Policy</li>
+</ul>
+
+<p><strong>Improvement</strong></p>
+
+<ul>
+ <li>WW-4404 - Implement HttpInterceptor</li>
+ <li>WW-5196 - Make RequestMap and ApplicationMap to use generics, also
correct SessionMap to always be of type <String, Object></li>
+ <li>WW-5243 - Removes support for
“struts.mapper.action.prefix.crossNamespaces”</li>
+ <li>WW-5251 - Remove deprecated interfaces used with
ServletConfigInterceptor</li>
+ <li>WW-5253 - Remove deprecated methods from DefaultUrlHelper</li>
+ <li>WW-5261 - Refactor TagUtils#getStack()</li>
+ <li>WW-5262 - Extract excluded classes and beans out of
struts-default.xml</li>
+ <li>WW-5264 - Extract XSLT result into a dedicated plugin</li>
+ <li>WW-5265 - Allow removal of a single/specific container provider</li>
+ <li>WW-5266 - Add configuration option for a per-file max size for
multipart requests</li>
+ <li>WW-5268 - Add configuration option to exempt classes from OGNL package
exclusions</li>
+ <li>WW-5273 - Support fileupload using native Servlet API 3.1 logic</li>
+ <li>WW-5280 - Cleanup NoParameters interfaces</li>
+ <li>WW-5283 - Update Struts Archetypes</li>
+ <li>WW-5285 - Upgrade commons-fileupload to ver 1.5 and add option to limit
number of accepted files</li>
+ <li>WW-5288 - Make excluded package exemption logic more strict</li>
+ <li>WW-5290 - Refactor ConfigurationManager</li>
+ <li>WW-5292 - Allow overriding of Operations classes in two filter setup
and assorted clean up</li>
+ <li>WW-5293 - Allow loading XML configuration from other than filesystem</li>
+ <li>WW-5304 - Drop deprecated methods from ActionContext</li>
+ <li>WW-5308 - Add minlength and maxlength to textarea on javatemplates
plugin</li>
+ <li>WW-5314 - Do not log warnings for bad user input from
JakartaMultiPartRequest</li>
+</ul>
+
+<p><strong>Task</strong></p>
+
+<ul>
+ <li>WW-5278 - Clean up duplicated code across ActionValidatorManagers</li>
+ <li>WW-5279 - Improve readability of XmlConfigurationProvider class</li>
+ <li>WW-5284 - Further clean up ActionValidatorManager implementations</li>
+ <li>WW-5298 - Clean up StrutsVelocityContext</li>
+ <li>WW-5299 - Clean up ActionChainResult</li>
+ <li>WW-5300 - Make Dispatcher methods overridable</li>
+</ul>
+
+<p><strong>Dependency</strong></p>
+
+<ul>
+ <li>WW-5269 - Upgrade Jackson to version 2.14.1</li>
+ <li>WW-5274 - Mark Pell Multipart plugin as deprecated</li>
+ <li>WW-5277 - Upgrade Freemarker to version 3.2.32</li>
+</ul>
+
+<blockquote>
+ <p>Please read the <a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.2.0">Version
Notes</a> to find more details about performed
+bug fixes and improvements.</p>
+</blockquote>
+
+<p><strong>All developers are strongly advised to perform this
upgrade.</strong></p>
+
+<p>The 6.x series of the Apache Struts framework has a minimum requirement of
the following specification versions:
+Servlet API 3.1, JSP API 2.1, and Java 8.</p>
+
+<p>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
href="https://issues.apache.org/jira/projects/WW/">a tracking ticket</a>.</p>
+
+<p>You can download this version from our <a
href="download.cgi#struts-ga">download</a> page.</p>
+
<h4 id="a20230613-1">13 June 2023 - Apache Struts version 6.1.2.1 General
Availability</h4>
<p>The Apache Struts group is pleased to announce that Apache Struts version
6.1.2.1 is available as a “General Availability”
diff --git a/content/download.html b/content/download.html
index 1b6ec5d0d..02c83905d 100644
--- a/content/download.html
+++ b/content/download.html
@@ -184,26 +184,26 @@
<h2 id="struts-ga">Full Releases</h2>
-<h3 id="struts6121">Struts 6.1.2.1</h3>
+<h3 id="struts620">Struts 6.2.0</h3>
<p>
- The <a href="https://struts.apache.org/">Apache Struts 6.1.2.1</a> is an
elegant, extensible
+ The <a href="https://struts.apache.org/">Apache Struts 6.2.0</a> 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 6.1.2.1 is the "best available" version of Struts in the 2.5 series.
+ Struts 6.2.0 is the "best available" version of Struts in the 2.5 series.
</p>
<ul>
<li>
- <a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.1.2.1">Version
Notes</a>
+ <a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.2.0">Version
Notes</a>
</li>
<li>Full Distribution:
<ul>
<li>
- <a
href="[preferred]struts/6.1.2.1/struts-6.1.2.1-all.zip">struts-6.1.2.1-all.zip</a>
(73MB)
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-all.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-all.zip.sha256">SHA256</a>]
+ <a
href="[preferred]struts/6.2.0/struts-6.2.0-all.zip">struts-6.2.0-all.zip</a>
(73MB)
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-all.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-all.zip.sha256">SHA256</a>]
</li>
</ul>
</li>
@@ -211,9 +211,9 @@
<li>Example Applications:
<ul>
<li>
- <a
href="[preferred]struts/6.1.2.1/struts-6.1.2.1-apps.zip">struts-6.1.2.1-apps.zip</a>
(32MB)
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-apps.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-apps.zip.sha256">SHA256</a>]
+ <a
href="[preferred]struts/6.2.0/struts-6.2.0-apps.zip">struts-6.2.0-apps.zip</a>
(32MB)
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-apps.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-apps.zip.sha256">SHA256</a>]
</li>
</ul>
</li>
@@ -221,9 +221,9 @@
<li>Essential Dependencies Only:
<ul>
<li>
- <a
href="[preferred]struts/6.1.2.1/struts-6.1.2.1-min-lib.zip">struts-6.1.2.1-min-lib.zip</a>
(4MB)
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-min-lib.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-min-lib.zip.sha256">SHA256</a>]
+ <a
href="[preferred]struts/6.2.0/struts-6.2.0-min-lib.zip">struts-6.2.0-min-lib.zip</a>
(4MB)
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-min-lib.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-min-lib.zip.sha256">SHA256</a>]
</li>
</ul>
</li>
@@ -231,9 +231,9 @@
<li>All Dependencies:
<ul>
<li>
- <a
href="[preferred]struts/6.1.2.1/struts-6.1.2.1-lib.zip">struts-6.1.2.1-lib.zip</a>
(24MB)
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-lib.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-lib.zip.sha256">SHA256</a>]
+ <a
href="[preferred]struts/6.2.0/struts-6.2.0-lib.zip">struts-6.2.0-lib.zip</a>
(24MB)
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-lib.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-lib.zip.sha256">SHA256</a>]
</li>
</ul>
</li>
@@ -241,9 +241,9 @@
<li>Documentation:
<ul>
<li>
- <a
href="[preferred]struts/6.1.2.1/struts-6.1.2.1-docs.zip">struts-6.1.2.1-docs.zip</a>
(12MB)
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-docs.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-docs.zip.sha256">SHA256</a>]
+ <a
href="[preferred]struts/6.2.0/struts-6.2.0-docs.zip">struts-6.2.0-docs.zip</a>
(12MB)
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-docs.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-docs.zip.sha256">SHA256</a>]
</li>
</ul>
</li>
@@ -251,9 +251,9 @@
<li>Source:
<ul>
<li>
- <a
href="[preferred]struts/6.1.2.1/struts-6.1.2.1-src.zip">struts-6.1.2.1-src.zip</a>
(6MB)
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-src.zip.asc">PGP</a>]
- [<a
href="https://downloads.apache.org/struts/6.1.2.1/struts-6.1.2.1-src.zip.sha256">SHA256</a>]
+ <a
href="[preferred]struts/6.2.0/struts-6.2.0-src.zip">struts-6.2.0-src.zip</a>
(6MB)
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-src.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/struts/6.2.0/struts-6.2.0-src.zip.sha256">SHA256</a>]
</li>
</ul>
</li>
diff --git a/content/index.html b/content/index.html
index dbfc88c14..cc13a44c1 100644
--- a/content/index.html
+++ b/content/index.html
@@ -135,7 +135,7 @@
extensible using a plugin architecture, and ships with plugins to support
REST, AJAX and JSON.
</p>
- <a href="download.cgi#struts6121" class="btn btn-primary btn-large">
+ <a href="download.cgi#struts620" class="btn btn-primary btn-large">
<img src="img/download-icon.svg" alt="Download"> Download
</a>
<a href="primer.html" class="btn btn-info btn-large">
@@ -147,19 +147,19 @@
<div class="col-md-12">
<div class="row">
<div class="column col-md-4">
- <h2>Apache Struts 6.1.2.1 GA</h2>
+ <h2>Apache Struts 6.2.0 GA</h2>
<p>
- Apache Struts 6.1.2.1 GA has been released<br/>on 13 June 2023.
+ Apache Struts 6.2.0 GA has been released<br/>on 10 June 2023.
</p>
- Read more in <a href="announce-2023#a20230613-1">Announcement</a> or in
- <a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.1.2.1">Version
notes</a>
+ Read more in <a href="announce-2023#a20230710">Announcement</a> or in
+ <a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.2.0">Version
notes</a>
</div>
<div class="column col-md-4">
<h2>Apache Struts 2.5.31 GA</h2>
<p>
Apache Struts 2.5.31 GA has been released<br/>on 13 June 2023.
</p>
- Read more in <a href="announce-2023#a20230613-2">Announcement</a> or in
+ Read more in <a href="announce-2023#a20230613-1">Announcement</a> or in
<a
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.31">Version
notes</a>
</div>
<div class="column col-md-4">
diff --git a/content/releases.html b/content/releases.html
index 3ad0d3c1d..266efbfc1 100644
--- a/content/releases.html
+++ b/content/releases.html
@@ -149,7 +149,7 @@
<ul>
<li>
<a href="download.cgi#struts-ga">
- Struts 6.1.2.1
+ Struts 6.2.0
</a> ("best available")
</li>
</ul>