This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch release/7.1.1 in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit d1bf7a4d7b7c62fef4084e7d2dda9c2201c1dde4 Author: Lukasz Lenart <[email protected]> AuthorDate: Sat Oct 18 13:07:23 2025 +0200 Adds an announcement about Struts 7.1.1 --- _config.yml | 8 ++++---- source/announce-2025.md | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index a85eb049e..d7d5894bf 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.0.3 -current_version_short: 703 +current_version: 7.1.1 +current_version_short: 711 prev_version: 6.8.0 prev_version_short: 680 -release_date: 03 March 2025 +release_date: 18 October 2025 prev_release_date: 5 October 2025 prev_25_release_date: 7 December 2023 -release_date_short: 20250303 +release_date_short: 20251018 prev_release_date_short: 20251005 archetype_version: 6.0.0 diff --git a/source/announce-2025.md b/source/announce-2025.md index 620809869..d066ef8ce 100644 --- a/source/announce-2025.md +++ b/source/announce-2025.md @@ -13,6 +13,31 @@ title: Announcements 2025 Skip to: <a href="announce-2024">Announcements - 2024</a> </p> +#### 18 October 2025 - Apache Struts version 7.1.1 General Availability {#a20251018} + +The Apache Struts group is pleased to announce that Apache Struts version 7.1.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.1.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. + #### 5 October 2025 - Apache Struts version 6.8.0 General Availability {#a20251005} The Apache Struts group is pleased to announce that Apache Struts version 6.8.0 is available as a "General Availability"
