This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0c406707c docs: announce Apache Struts 7.2.1 GA release (#306)
0c406707c is described below
commit 0c406707cc1f6b3d4f151ecf1c70fa3d2663e0d3
Author: Lukasz Lenart <[email protected]>
AuthorDate: Tue Jun 30 07:56:07 2026 +0200
docs: announce Apache Struts 7.2.1 GA release (#306)
Add the 7.2.1 General Availability announcement, bump the 7.x release
variables in _config.yml, point the homepage GA box to announce-2026,
and move the superseded 7.1.1 release into Prior Releases.
Co-authored-by: Claude Opus 4.8 <[email protected]>
---
_config.yml | 8 ++++----
source/announce-2026.md | 25 +++++++++++++++++++++++++
source/index.html | 2 +-
source/releases.md | 1 +
4 files changed, 31 insertions(+), 5 deletions(-)
diff --git a/_config.yml b/_config.yml
index 6858b0642..690f327aa 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,14 +11,14 @@ kramdown:
toc_levels: 1..3
# Simplifies introducing changes related to the latest release
-current_version: 7.1.1
-current_version_short: 711
+current_version: 7.2.1
+current_version_short: 721
prev_version: 6.10.0
prev_version_short: 6100
-release_date: 18 October 2025
+release_date: 15 June 2026
prev_release_date: 25 May 2026
prev_25_release_date: 7 December 2023
-release_date_short: 20251018
+release_date_short: 20260615
prev_release_date_short: 20260525
archetype_version: 6.0.0
diff --git a/source/announce-2026.md b/source/announce-2026.md
index f61b16a69..5a1ece9bc 100644
--- a/source/announce-2026.md
+++ b/source/announce-2026.md
@@ -13,6 +13,31 @@ title: Announcements 2026
Skip to: <a href="announce-2025">Announcements - 2025</a>
</p>
+#### 15 June 2026 - Apache Struts version 7.2.1 General Availability
{#a20260615}
+
+The Apache Struts group is pleased to announce that Apache Struts version
7.2.1 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 [Migration Guide]({{ site.wiki_url
}}/Struts+6.x.x+to+7.x.x+migration) to find more details about
+how to adopt a new version.
+
+> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+7.2.1) to
find more details about performed
+> bug fixes and improvements.
+
+**All developers are strongly advised to perform this upgrade.**
+
+The 7.x series of the Apache Struts framework has a minimum requirement of the
following specification versions:
+Java 17 and JakartaEE.
+
+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.
+
#### 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"
diff --git a/source/index.html b/source/index.html
index fd4e35225..2993958e7 100644
--- a/source/index.html
+++ b/source/index.html
@@ -27,7 +27,7 @@ title: Welcome to the Apache Struts project
<p>
Apache Struts {{ site.current_version }} GA has been released<br/>on
{{ site.release_date }}.
</p>
- Read more in <a href="announce-2025#a{{ site.release_date_short
}}">Announcement</a> or in
+ Read more in <a href="announce-2026#a{{ site.release_date_short
}}">Announcement</a> or in
<a href="{{ site.wiki_url }}/Version+Notes+{{ site.current_version
}}">Version notes</a>
</div>
<div class="column col-md-4">
diff --git a/source/releases.md b/source/releases.md
index 1610c4315..4037b9fed 100644
--- a/source/releases.md
+++ b/source/releases.md
@@ -44,6 +44,7 @@ page for available options.
| Release | Release Date | Vulnerability
[...]
|-----------------|-------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[...]
+| Struts 7.1.1 | 18 October 2025 |
[...]
| 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)
[...]