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 b271a0516 Updates stage by Jenkins b271a0516 is described below commit b271a05169db6fae2bdb42c5c027e86a93ee72a5 Author: jenkins <bui...@apache.org> AuthorDate: Fri Oct 18 06:28:55 2024 +0000 Updates stage by Jenkins --- content/announce-2024.html | 26 ++++++++++++++ content/core-developers/stream-result.html | 2 +- content/download.html | 58 +++++++++++++++--------------- content/index.html | 18 +++++----- content/releases.html | 2 +- 5 files changed, 66 insertions(+), 40 deletions(-) diff --git a/content/announce-2024.html b/content/announce-2024.html index 5930bd4f5..a3e3736be 100644 --- a/content/announce-2024.html +++ b/content/announce-2024.html @@ -156,6 +156,32 @@ Skip to: <a href="announce-2023">Announcements - 2023</a> </p> +<h4 id="a20241018">18 October 2024 - Apache Struts version 6.6.1 General Availability</h4> + +<p>The Apache Struts group is pleased to announce that Apache Struts version 6.6.1 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>This version contains a lot of proactive security improvements, which should make your application hard to compromise.</p> + +<blockquote> + <p>Please read the <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.1">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="a20240810">10 August 2024 - Apache Struts version 6.6.0 General Availability</h4> <p>The Apache Struts group is pleased to announce that Apache Struts version 6.6.0 is available as a “General Availability” diff --git a/content/core-developers/stream-result.html b/content/core-developers/stream-result.html index e3e2ece11..c0d9ad4f3 100644 --- a/content/core-developers/stream-result.html +++ b/content/core-developers/stream-result.html @@ -231,7 +231,7 @@ in your Struts2 application.</p> <span class="k">return</span> <span class="k">this</span><span class="o">.</span><span class="na">filename</span><span class="o">;</span> <span class="o">}</span> - <span class="kd">private</span> <span class="nc">String</span> <span class="nf">getStream</span><span class="o">()</span> <span class="o">{</span> + <span class="kd">private</span> <span class="nc">InputStream</span> <span class="nf">getStream</span><span class="o">()</span> <span class="o">{</span> <span class="k">return</span> <span class="k">this</span><span class="o">.</span><span class="na">stream</span><span class="o">;</span> <span class="o">}</span> <span class="o">}</span> diff --git a/content/download.html b/content/download.html index ff0884632..41e950feb 100644 --- a/content/download.html +++ b/content/download.html @@ -153,7 +153,7 @@ <ul id="markdown-toc"> <li><a href="#struts-ga" id="markdown-toc-struts-ga">Full Releases</a> <ul> - <li><a href="#struts660" id="markdown-toc-struts660">Struts 6.6.0</a></li> + <li><a href="#struts661" id="markdown-toc-struts661">Struts 6.6.1</a></li> <li><a href="#struts-25x" id="markdown-toc-struts-25x">Struts 2.5.33</a></li> </ul> </li> @@ -173,61 +173,61 @@ main distribution directory.</p> <h2 id="struts-ga">Full Releases</h2> -<h3 id="struts660">Struts 6.6.0</h3> +<h3 id="struts661">Struts 6.6.1</h3> -<p>The <a href="//struts.apache.org">Apache Struts 6.6.0</a> is an elegant, extensible framework +<p>The <a href="//struts.apache.org">Apache Struts 6.6.1</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.6.0 is the “best available” +source, example and documentation distributions. Struts 6.6.1 is the “best available” version of Struts in the 6.x series.</p> <ul> - <li><a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.0">Version Notes</a></li> + <li><a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.1">Version Notes</a></li> <li>Source: <ul> - <li><a href="[preferred]struts/6.6.0/struts-6.6.0-src.zip">struts-6.6.0-src.zip</a> (6.8MB) -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-src.zip.asc">PGP</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-src.zip.sha256">SHA256</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-src.zip.sha512">SHA512</a></li> + <li><a href="[preferred]struts/6.6.1/struts-6.6.1-src.zip">struts-6.6.1-src.zip</a> (6.8MB) +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-src.zip.asc">PGP</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-src.zip.sha256">SHA256</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-src.zip.sha512">SHA512</a></li> </ul> </li> <li>Full Distribution: <ul> - <li><a href="[preferred]struts/6.6.0/struts-6.6.0-all.zip">struts-6.6.0-all.zip</a> (70MB) -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-all.zip.asc">PGP</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-all.zip.sha256">SHA256</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-all.zip.sha512">SHA512</a></li> + <li><a href="[preferred]struts/6.6.1/struts-6.6.1-all.zip">struts-6.6.1-all.zip</a> (70MB) +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-all.zip.asc">PGP</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-all.zip.sha256">SHA256</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-all.zip.sha512">SHA512</a></li> </ul> </li> <li>Example Applications: <ul> - <li><a href="[preferred]struts/6.6.0/struts-6.6.0-apps.zip">struts-6.6.0-apps.zip</a> (35MB) -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-apps.zip.asc">PGP</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-apps.zip.sha256">SHA256</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-apps.zip.sha512">SHA512</a></li> + <li><a href="[preferred]struts/6.6.1/struts-6.6.1-apps.zip">struts-6.6.1-apps.zip</a> (35MB) +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-apps.zip.asc">PGP</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-apps.zip.sha256">SHA256</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-apps.zip.sha512">SHA512</a></li> </ul> </li> <li>Essential Dependencies Only: <ul> - <li><a href="[preferred]struts/6.6.0/struts-6.6.0-min-lib.zip">struts-6.6.0-min-lib.zip</a> (5.9MB) -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-min-lib.zip.asc">PGP</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-min-lib.zip.sha256">SHA256</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-min-lib.zip.sha512">SHA512</a></li> + <li><a href="[preferred]struts/6.6.1/struts-6.6.1-min-lib.zip">struts-6.6.1-min-lib.zip</a> (5.9MB) +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-min-lib.zip.asc">PGP</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-min-lib.zip.sha256">SHA256</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-min-lib.zip.sha512">SHA512</a></li> </ul> </li> <li>All Dependencies: <ul> - <li><a href="[preferred]struts/6.6.0/struts-6.6.0-lib.zip">struts-6.6.0-lib.zip</a> (25.5MB) -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-lib.zip.asc">PGP</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-lib.zip.sha256">SHA256</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-lib.zip.sha512">SHA512</a></li> + <li><a href="[preferred]struts/6.6.1/struts-6.6.1-lib.zip">struts-6.6.1-lib.zip</a> (25.5MB) +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-lib.zip.asc">PGP</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-lib.zip.sha256">SHA256</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-lib.zip.sha512">SHA512</a></li> </ul> </li> <li>Documentation: <ul> - <li><a href="[preferred]struts/6.6.0/struts-6.6.0-docs.zip">struts-6.6.0-docs.zip</a> (2.5MB) -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-docs.zip.asc">PGP</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-docs.zip.sha256">SHA256</a> -<a href="https://downloads.apache.org/struts/6.6.0/struts-6.6.0-docs.zip.sha512">SHA512</a></li> + <li><a href="[preferred]struts/6.6.1/struts-6.6.1-docs.zip">struts-6.6.1-docs.zip</a> (2.5MB) +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-docs.zip.asc">PGP</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-docs.zip.sha256">SHA256</a> +<a href="https://downloads.apache.org/struts/6.6.1/struts-6.6.1-docs.zip.sha512">SHA512</a></li> </ul> </li> </ul> diff --git a/content/index.html b/content/index.html index 4d27b0e8f..40085801c 100644 --- a/content/index.html +++ b/content/index.html @@ -155,7 +155,7 @@ extensible using a plugin architecture, and ships with plugins to support REST, AJAX and JSON. </p> - <a href="download.cgi#struts660" class="btn btn-primary btn-large"> + <a href="download.cgi#struts661" 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"> @@ -167,20 +167,20 @@ <div class="col-md-12"> <div class="row"> <div class="column col-md-4"> - <h2>Apache Struts 6.6.0 GA</h2> + <h2>Apache Struts 6.6.1 GA</h2> <p> - Apache Struts 6.6.0 GA has been released<br/>on 10 August 2024. + Apache Struts 6.6.1 GA has been released<br/>on 18 October 2024. </p> - Read more in <a href="announce-2024#a20240810">Announcement</a> or in - <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.0">Version notes</a> + Read more in <a href="announce-2024#a20241018">Announcement</a> or in + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.1">Version notes</a> </div> <div class="column col-md-4"> - <h2>Apache Struts 6.4.0 GA</h2> + <h2>Apache Struts 6.6.0 GA</h2> <p> - Apache Struts 6.4.0 GA has been released<br/>on 19 April 2024. + Apache Struts 6.6.0 GA has been released<br/>on 10 August 2024. </p> - Read more in <a href="announce-2023#a20240419">Announcement</a> or in - <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.4.0">Version notes</a> + Read more in <a href="announce-2023#a20240810">Announcement</a> or in + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.6.0">Version notes</a> </div> <div class="column col-md-4"> <h2>Apache Struts 2.5.33 GA</h2> diff --git a/content/releases.html b/content/releases.html index f2438849a..66074ce87 100644 --- a/content/releases.html +++ b/content/releases.html @@ -169,7 +169,7 @@ <ul> <li> <a href="download.cgi#struts-ga"> - Struts 6.6.0 + Struts 6.6.1 </a> ("best available") </li> </ul>