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 17196e21b Automatic Site Publish by Buildbot 17196e21b is described below commit 17196e21bf504348684b9066bf66f21db2cd249a Author: buildbot <us...@infra.apache.org> AuthorDate: Mon Nov 28 06:51:01 2022 +0000 Automatic Site Publish by Buildbot --- output/announce-2022.html | 91 ++++++++++++++++++++++++ output/download.html | 171 +++++++++++++++------------------------------- output/index.html | 10 +-- output/releases.html | 30 ++++---- 4 files changed, 169 insertions(+), 133 deletions(-) diff --git a/output/announce-2022.html b/output/announce-2022.html index 74cc98fbc..a0b021c4b 100644 --- a/output/announce-2022.html +++ b/output/announce-2022.html @@ -132,6 +132,7 @@ <h1 class="no_toc" id="announcements-2022">Announcements 2022</h1> <ul id="markdown-toc"> + <li><a href="#a20221128" id="markdown-toc-a20221128">28 November 2022 - Apache Struts version 6.1.3 General Availability</a></li> <li><a href="#a20220915" id="markdown-toc-a20220915">15 September 2022 - Apache Struts version 6.0.3 General Availability</a></li> <li><a href="#a20220606" id="markdown-toc-a20220606">06 June 2022 - Struts 2 ver. 6.0.0 General Availability</a></li> <li><a href="#a20220404" id="markdown-toc-a20220404">04 April 2022 - Struts 2.5.30 General Availability</a></li> @@ -143,6 +144,96 @@ Skip to: <a href="announce-2021">Announcements - 2021</a> </p> +<h4 id="a20221128">28 November 2022 - Apache Struts version 6.1.3 General Availability</h4> + +<p>The Apache Struts group is pleased to announce that Apache Struts version 6.1.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>Below is a full list of all changes:</p> + +<p><strong>Bug</strong></p> + +<ul> + <li>WW-3529 - NamedVariablePatternMatcher does not properly escape characters</li> + <li>WW-3737 - Parsing of excludePattern breaks regex</li> + <li>WW-4514 - DefaultUrlHelper.buildParametersString appends just ? if collection is empty</li> + <li>WW-5145 - Checkbox with multiple values do not default correctly</li> + <li>WW-5214 - When value for SELECT element is greater than 2147483647, the value does not pre-select</li> + <li>WW-5238 - Strict Method Invocation (SMI) too strict or wrong ActionMapping?</li> + <li>WW-5239 - regression btw struts 2.5.30 and 6.0.30 / submit s:checkbox unchecked -> NPE</li> + <li>WW-5241 - <s:url includeParams="all"> is generating an invalid url when used in conjunction with ExecuteAndWait interceptor</s:url></li> + <li>WW-5247 - Related to: [WW-5117] - %{id} evaluates different for data-* and value attribute</li> + <li>WW-5248 - action attribute on submit tag not working as espected</li> + <li>WW-5255 - <s:script> and <s:link> tags are broken</s:link></s:script></li> +</ul> + +<p><strong>New Feature</strong></p> + +<ul> + <li>WW-4173 - Add option to disable a given interceptor</li> +</ul> + +<p><strong>Improvement</strong></p> + +<ul> + <li>WW-2815 - No way to configure XStream engine</li> + <li>WW-3691 - BackgroundProcess should use a java.util.concurrent.Executor alternatively to spawning a new thread</li> + <li>WW-3715 - Allow for dynamic validation xml files, by building validator cache based on action AND context</li> + <li>WW-3725 - Remove unused tag templates from core/src/main/resources/template/archive</li> + <li>WW-4440 - Add basic README.md to all subprojects</li> + <li>WW-4567 - Drop unused dependencies or put a proper scope</li> + <li>WW-4692 - Extract encoding logic from UrlHelper into a dedicated bean</li> + <li>WW-5133 - Remove deprecated labelposition</li> + <li>WW-5137 - Remove class attribute</li> + <li>WW-5184 - Add optional parameter value check to ParametersInterceptor</li> + <li>WW-5219 - Move TestNGXWorkTestCase from the Core into the TestNG plugin</li> + <li>WW-5220 - Move XWorkJUnit4TestCase from the Core into the JUnit plugin</li> + <li>WW-5232 - Use Github Actions instead of Travis to build PRs</li> + <li>WW-5234 - Normalise DTD definitions</li> + <li>WW-5235 - Reduce “OGNL Expression Max Length enabled with 256” log entry to trace</li> + <li>WW-5240 - doubleOnchange attribute of the doubleselect tag is not supported</li> + <li>WW-5242 - Make “struts.mapper.action.prefix.crossNamespaces” deprecated</li> + <li>WW-5252 - Completely disable external entities declarations in XML config</li> + <li>WW-5254 - Document how to use the Async plugin</li> + <li>WW-5257 - <s:checkbox> output is followed by a newline in simple theme (diff to Struts 2)</s:checkbox></li> + <li>WW-5259 - Extract UrlHelper#parseQueryString into a dedicated plugin</li> + <li>WW-5260 - Checkbox tag default value for attribute submitUnchecked</li> +</ul> + +<p><strong>Dependency</strong></p> + +<ul> + <li>WW-5213 - Bump javax.el from 3.0.1-b11 to 3.0.1-b12</li> + <li>WW-5226 - Upgrade weld-core to version 2.4.8.Final</li> + <li>WW-5227 - Upgrade Apache Log4j to version 2.19.0</li> + <li>WW-5228 - Upgrade dependency-check-maven from 7.1.2 to 7.2.0</li> + <li>WW-5229 - Upgrade Spring to version 5.3.23</li> + <li>WW-5230 - Upgrade OGNL to version 3.3.4</li> + <li>WW-5231 - Upgrade apache-rat-plugin to version 0.15</li> + <li>WW-5244 - Upgrade commons-text to ver. 1.10.0</li> + <li>WW-5245 - Upgrade jackson-databind to version 2.13.4.1</li> + <li>WW-5258 - Upgrade Struts Annotation to version 1.0.8</li> +</ul> + +<blockquote> + <p>Please read the <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.1.1">Version Notes</a> to find more details about performed +bug fixes and improvements. Also, a dedicated <a href="https://cwiki.apache.org/confluence/display/WW/Struts+2.5+to+6.0.0+migration">migration guide</a> has been prepared.</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="a20220915">15 September 2022 - Apache Struts version 6.0.3 General Availability</h4> <p>The Apache Struts group is pleased to announce that Apache Struts version 6.0.3 is available as a “General Availability” diff --git a/output/download.html b/output/download.html index bc0ef2c87..f6b8a0dc7 100644 --- a/output/download.html +++ b/output/download.html @@ -129,17 +129,16 @@ <section class="col-md-12"> <a class="edit-on-gh" href="https://github.com/apache/struts-site/edit/master/source/download.html" title="Edit this page on GitHub">Edit on GitHub</a> - <h1>Download a Release of Apache Struts</h1> + <h1>Download a Release of the Apache Struts</h1> <p> - The Apache Struts web framework is a free open-source solution for creating - Java web applications. + The Apache Struts web framework is a free open-source solution for creating Java web applications. </p> <p> You can start with Apache Struts using <a href="//maven.apache.org">Apache Maven</a> and optionally provided <a href="/maven-archetypes/">archetypes</a> for easier dependency management and version upgrade. - Or download some of distributions for fully offline development. + Or download some of the distributions for fully offline development. </p> <p> @@ -151,14 +150,9 @@ <h2 id="mirror">Mirror</h2> <p> - [if-any logo] - <a href="[link]"> - <img align="right" src="[logo]" border="0" alt="logo"/> - </a> - [end] - The currently selected mirror is <b>[preferred]</b>. If you encounter a problem with this mirror, - please select another mirror. If all mirrors are failing, there are <i>backup</i> - mirrors (at the end of the mirrors list) that should be available. + The currently selected mirror is <b>[preferred]</b>. If you encounter a problem with this mirror, please select + another mirror. If all mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) + that should be available. </p> <form action="[location]" method="get" id="SelectMirror"> @@ -185,32 +179,31 @@ <p> You may also consult the - <a href="https://www.apache.org/mirrors/">complete list of - mirrors.</a> + <a href="https://www.apache.org/mirrors/">complete list of mirrors.</a> </p> <h2 id="struts-ga">Full Releases</h2> -<h3 id="struts603">Struts 6.0.3</h3> +<h3 id="struts611">Struts 6.1.1</h3> <p> - <a href="https://struts.apache.org/">Apache Struts 6.0.3</a> is an elegant, extensible + The <a href="https://struts.apache.org/">Apache Struts 6.1.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.0.3 is the "best available" version of Struts in the 2.5 series. + Struts 6.1.1 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.0.3">Version Notes</a> + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.1.1">Version Notes</a> </li> <li>Full Distribution: <ul> <li> - <a href="[preferred]struts/6.0.3/struts-6.0.3-all.zip">struts-6.0.3-all.zip</a> (65MB) - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-all.zip.asc">PGP</a>] - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-all.zip.sha256">SHA256</a>] + <a href="[preferred]struts/6.1.1/struts-6.1.1-all.zip">struts-6.1.1-all.zip</a> (73MB) + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-all.zip.asc">PGP</a>] + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-all.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -218,9 +211,9 @@ <li>Example Applications: <ul> <li> - <a href="[preferred]struts/6.0.3/struts-6.0.3-apps.zip">struts-6.0.3-apps.zip</a> (35MB) - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-apps.zip.asc">PGP</a>] - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-apps.zip.sha256">SHA256</a>] + <a href="[preferred]struts/6.1.1/struts-6.1.1-apps.zip">struts-6.1.1-apps.zip</a> (32MB) + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-apps.zip.asc">PGP</a>] + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-apps.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -228,9 +221,9 @@ <li>Essential Dependencies Only: <ul> <li> - <a href="[preferred]struts/6.0.3/struts-6.0.3-min-lib.zip">struts-6.0.3-min-lib.zip</a> (4MB) - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-min-lib.zip.asc">PGP</a>] - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-min-lib.zip.sha256">SHA256</a>] + <a href="[preferred]struts/6.1.1/struts-6.1.1-min-lib.zip">struts-6.1.1-min-lib.zip</a> (4MB) + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-min-lib.zip.asc">PGP</a>] + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-min-lib.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -238,9 +231,9 @@ <li>All Dependencies: <ul> <li> - <a href="[preferred]struts/6.0.3/struts-6.0.3-lib.zip">struts-6.0.3-lib.zip</a> (19MB) - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-lib.zip.asc">PGP</a>] - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-lib.zip.sha256">SHA256</a>] + <a href="[preferred]struts/6.1.1/struts-6.1.1-lib.zip">struts-6.1.1-lib.zip</a> (24MB) + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-lib.zip.asc">PGP</a>] + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-lib.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -248,9 +241,9 @@ <li>Documentation: <ul> <li> - <a href="[preferred]struts/6.0.3/struts-6.0.3-docs.zip">struts-6.0.3-docs.zip</a> (13MB) - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-docs.zip.asc">PGP</a>] - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-docs.zip.sha256">SHA256</a>] + <a href="[preferred]struts/6.1.1/struts-6.1.1-docs.zip">struts-6.1.1-docs.zip</a> (12MB) + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-docs.zip.asc">PGP</a>] + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-docs.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -258,28 +251,28 @@ <li>Source: <ul> <li> - <a href="[preferred]struts/6.0.3/struts-6.0.3-src.zip">struts-6.0.3-src.zip</a> (7MB) - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-src.zip.asc">PGP</a>] - [<a href="https://downloads.apache.org/struts/6.0.3/struts-6.0.3-src.zip.sha256">SHA256</a>] + <a href="[preferred]struts/6.1.1/struts-6.1.1-src.zip">struts-6.1.1-src.zip</a> (6MB) + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-src.zip.asc">PGP</a>] + [<a href="https://downloads.apache.org/struts/6.1.1/struts-6.1.1-src.zip.sha256">SHA256</a>] </li> </ul> </li> </ul> -<h3 id="struts-23x">Struts 2.3.37</h3> +<h3 id="struts-25x">Struts 2.5.22</h3> <ul> <li> - <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.3.37">Version Notes</a> + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.22">Version Notes</a> </li> <li>Full Distribution: <ul> <li> - <a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-all.zip">struts-2.3.37-all.zip</a> (65MB) - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-all.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-all.zip.sha256">SHA256</a>] + <a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-all.zip">struts-2.5.22-all.zip</a> (65MB) + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-all.zip.asc">PGP</a>] + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-all.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -287,9 +280,9 @@ <li>Example Applications: <ul> <li> - <a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-apps.zip">struts-2.3.37-apps.zip</a> (35MB) - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-apps.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-apps.zip.sha256">SHA256</a>] + <a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-apps.zip">struts-2.5.22-apps.zip</a> (35MB) + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-apps.zip.asc">PGP</a>] + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-apps.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -297,9 +290,9 @@ <li>Essential Dependencies Only: <ul> <li> - <a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-min-lib.zip">struts-2.3.37-min-lib.zip</a> (4MB) - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-min-lib.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-min-lib.zip.sha256">SHA256</a>] + <a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-min-lib.zip">struts-2.5.22-min-lib.zip</a> (4MB) + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-min-lib.zip.asc">PGP</a>] + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-min-lib.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -307,9 +300,9 @@ <li>All Dependencies: <ul> <li> - <a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-lib.zip">struts-2.3.37-lib.zip</a> (19MB) - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-lib.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-lib.zip.sha256">SHA256</a>] + <a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-lib.zip">struts-2.5.22-lib.zip</a> (19MB) + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-lib.zip.asc">PGP</a>] + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-lib.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -317,9 +310,9 @@ <li>Documentation: <ul> <li> - <a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-docs.zip">struts-2.3.37-docs.zip</a> (13MB) - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-docs.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-docs.zip.sha256">SHA256</a>] + <a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-docs.zip">struts-2.5.22-docs.zip</a> (13MB) + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-docs.zip.asc">PGP</a>] + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-docs.zip.sha256">SHA256</a>] </li> </ul> </li> @@ -327,15 +320,20 @@ <li>Source: <ul> <li> - <a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-src.zip">struts-2.3.37-src.zip</a> (7MB) - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-src.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/2.3.37/struts-2.3.37-src.zip.sha256">SHA256</a>] + <a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-src.zip">struts-2.5.22-src.zip</a> (7MB) + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-src.zip.asc">PGP</a>] + [<a href="https://archive.apache.org/dist/struts/2.5.22/struts-2.5.22-src.zip.sha256">SHA256</a>] </li> </ul> </li> </ul> +<h3 id="struts-23x">Struts 2.5.22</h3> + +<p>We stopped serving directly the outdated Struts 2.3.x series, you should immediately upgrade to the latest 2.5.x version + or migrate to the latest 6.x.x version. Please check the <b>Prior releases</b> section below, if you are looking for older versions.</p> + <h3 id="struts-extras">Struts Extras</h3> <ul> @@ -399,7 +397,7 @@ <h2 id="prior-releases">Prior releases</h2> <p> - If you are looking for other versions than above please check <a href="https://archive.apache.org/dist/struts/">the Apache Archive</a> site. + If you are looking for other versions than above please check the <a href="https://archive.apache.org/dist/struts/">Apache Archive</a> site. </p> <h3 id="struts1310">Struts 1.3.10</h3> @@ -415,65 +413,6 @@ <a href="struts1eol-announcement.html">Apache Struts 1 EOL Announcement</a>, including a detailed Q/A section </p> -<ul> - - <li>Full Distribution: - <ul> - <li> - <a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-all.zip">struts-1.3.10-all.zip</a> - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-all.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-all.zip.md5">MD5</a>] - </li> - </ul> - </li> - - <li>Library: - <ul> - <li> - <a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-lib.zip">struts-1.3.10-lib.zip</a> - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-lib.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-lib.zip.md5">MD5</a>] - </li> - </ul> - </li> - - <li>Source: - <ul> - <li> - <a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-src.zip">struts-1.3.10-src.zip</a> - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-src.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-src.zip.md5">MD5</a>] - </li> - </ul> - </li> - - <li>Examples: - <ul> - <li> - <a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-apps.zip">struts-1.3.10-apps.zip</a> - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-apps.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-apps.zip.md5">MD5</a>] - </li> - </ul> - </li> - - <li>Documentation: - <ul> - <li> - <a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-docs.zip">struts-1.3.10-docs.zip</a> - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-docs.zip.asc">PGP</a>] - [<a href="https://archive.apache.org/dist/struts/1.3.10/struts-1.3.10-docs.zip.md5">MD5</a>] - </li> - </ul> - </li> - -</ul> - -<h2 id="strutsarchive">Older Releases</h2> -<p> - Older versions of Struts are available from the <a href="https://archive.apache.org/dist/struts/">Archive Site.</a> -</p> - <h2 id="verify">Verify the integrity of the files</h2> <p> diff --git a/output/index.html b/output/index.html index 0b58050df..d67470e6e 100644 --- a/output/index.html +++ b/output/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#struts603" class="btn btn-primary btn-large"> + <a href="download.cgi#struts611" 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,12 +147,12 @@ <div class="col-md-12"> <div class="row"> <div class="column col-md-4"> - <h2>Apache Struts 6.0.3 GA</h2> + <h2>Apache Struts 6.1.1 GA</h2> <p> - Apache Struts 6.0.3 GA has been released<br/>on 15 September 2022. + Apache Struts 6.1.1 GA has been released<br/>on 28 November 2022. </p> - Read more in <a href="announce-2022#a20220915">Announcement</a> or in - <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.0.3">Version notes</a> + Read more in <a href="announce-2022#a20221128">Announcement</a> or in + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.1.1">Version notes</a> </div> <div class="column col-md-4"> <h2>Security Advice on Log4j 2.12.4/2.17.1</h2> diff --git a/output/releases.html b/output/releases.html index 751627b8d..ed4e26ec9 100644 --- a/output/releases.html +++ b/output/releases.html @@ -138,7 +138,7 @@ <p> Releases of the Apache Struts framework are made available to the general public at no charge, under the <a href="https://www.apache.org/licenses/">Apache License,</a> in both binary and source distributions. - Full releases for current version are listed at <a href="/download.cgi">Download page</a>. + Full releases for current version are listed at <a href="download.cgi">Download page</a>. Individual JARs are also made available through <a href="http://maven.apache.org">Apache Maven</a> repositories, like <a href="http://ibiblio.org">ibiblio.</a> </p> @@ -148,8 +148,8 @@ <strong>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em> <ul> <li> - <a href="/download.cgi#struts-ga"> - Struts 6.0.3 + <a href="download.cgi#struts-ga"> + Struts 6.1.1 </a> ("best available") </li> </ul> @@ -158,18 +158,18 @@ <strong>Extras</strong> - <em>Additional plugins and quick-fix solutions!</em> <ul> <li> - <a href="/download.cgi#struts-extras"> + <a href="download.cgi#struts-extras"> Struts Extras </a> </li> </ul> </li> <li> - <strong>Trunk Snapshots</strong> - <em>Get involved with the latest and greatest fixes and improvements</em> + <strong>Snapshots</strong> - <em>Get involved with the latest and greatest fixes and improvements</em> <ul> <li> <a href="https://nightlies.apache.org/struts/snapshot/"> - Struts 2 Latest Snapshots from Jenkins CI + The latest Apache Struts Snapshots from Jenkins CI </a> </li> <li> @@ -183,11 +183,6 @@ <li> <strong>Older Releases</strong> are available here <ul> - <li> - <a href="/download.cgi#struts1310"> - Struts 1.3.10 - </a> (latest Struts 1 release before <a href="struts1eol-announcement.html">EOL</a>) - </li> <li> <a href="https://archive.apache.org/dist/struts/"> Archive Site @@ -198,7 +193,7 @@ </ul> <p> - Project releases are approved by vote of the Apache Struts <a href="bylaws.html">Project Management Committee.</a> + Project releases have been approved by the vote of the Apache Struts <a href="bylaws.html">Project Management Committee.</a> Support for a release is provided by <a href="volunteers.html">project volunteers</a> on the <a href="mail.html">User mailing list.</a> Additional free support is provided by many other volunteer subscribers to the list. Issues with a release may be discussed on the list and reported through the @@ -231,6 +226,17 @@ </tr> </thead> <tbody> + <tr> + <td class="no-wrap"> + Struts 6.1.1 + </td> + <td class="no-wrap">28 November 2022</td> + <td> + </td> + <td> + <a href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+6.1.1">Version notes</a> + </td> + </tr> <tr> <td class="no-wrap"> Struts 6.0.3