This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch docs/announce-6.10.0 in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 458dabea56511724d0274f3ef17ba5505b30b3c9 Author: Lukasz Lenart <[email protected]> AuthorDate: Fri May 29 14:20:27 2026 +0200 docs: announce Apache Struts 6.10.0 GA release Add 6.10.0 General Availability announcement to announce-2026, bump the 6.x release variables in _config.yml (which also updates the homepage GA box), and move the superseded 6.9.0 into the Prior Releases table. Co-Authored-By: Claude Opus 4.8 <[email protected]> --- _config.yml | 8 ++++---- source/announce-2026.md | 22 ++++++++++++++++++++++ source/releases.md | 1 + 3 files changed, 27 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 8f868c5d4..6858b0642 100644 --- a/_config.yml +++ b/_config.yml @@ -13,13 +13,13 @@ kramdown: # Simplifies introducing changes related to the latest release current_version: 7.1.1 current_version_short: 711 -prev_version: 6.9.0 -prev_version_short: 690 +prev_version: 6.10.0 +prev_version_short: 6100 release_date: 18 October 2025 -prev_release_date: 17 April 2026 +prev_release_date: 25 May 2026 prev_25_release_date: 7 December 2023 release_date_short: 20251018 -prev_release_date_short: 20260427 +prev_release_date_short: 20260525 archetype_version: 6.0.0 diff --git a/source/announce-2026.md b/source/announce-2026.md index 89763c6f7..f61b16a69 100644 --- a/source/announce-2026.md +++ b/source/announce-2026.md @@ -13,6 +13,28 @@ title: Announcements 2026 Skip to: <a href="announce-2025">Announcements - 2025</a> </p> +#### 25 May 2026 - Apache Struts version 6.10.0 General Availability {#a20260525} + +The Apache Struts group is pleased to announce that Apache Struts version 6.10.0 is available as a "General Availability" +release. The GA designation is our highest quality grade. + +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. + +> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+6.10.0) to find more details about performed +> bug fixes and improvements. + +**All developers are strongly advised to perform this upgrade.** + +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. + +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. + #### 27 April 2026 - Apache Struts version 6.9.0 General Availability {#a20260427} The Apache Struts group is pleased to announce that Apache Struts version 6.9.0 is available as a "General Availability" diff --git a/source/releases.md b/source/releases.md index 8a9af8fa2..1610c4315 100644 --- a/source/releases.md +++ b/source/releases.md @@ -44,6 +44,7 @@ page for available options. | Release | Release Date | Vulnerability [...] |-----------------|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- [...] +| Struts 6.9.0 | 27 April 2026 | [...] | Struts 6.8.0 | 5 October 2025 | [...] | Struts 7.0.3 | 3 March 2025 | [S2-068]({{ site.wiki_url }}/S2-068) [...] | Struts 7.0.0 | 19 December 2024 | [S2-068]({{ site.wiki_url }}/S2-068) [...]
