This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/master by this push: new 8a4711c Adds announcement about Struts 2.5.28.3 8a4711c is described below commit 8a4711c4d42dded1e21a467d5028777acb9ccf81 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Jan 2 12:20:24 2022 +0100 Adds announcement about Struts 2.5.28.3 --- _config.yml | 8 ++++---- source/announce-2022.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++ source/index.html | 2 +- 3 files changed, 56 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index c2a35d9..1d3025e 100644 --- a/_config.yml +++ b/_config.yml @@ -9,15 +9,15 @@ kramdown: syntax_highlighter: rouge # Simplifies introducing changes related to the latest release -current_version: 2.5.28.2 -current_version_short: 25282 +current_version: 2.5.28.3 +current_version_short: 25283 prev_version: 2.3.37 prev_version_short: 2337 archetype_version: 2.5.22 current_beta_version: 2.5-BETA3 current_beta_version_short: 25B3 -release_date: 23 December 2021 -release_date_short: 20211223 +release_date: 02 January 2022 +release_date_short: 20220102 prev_release_date: 30 December 2018 prev_release_date_short: 20181230 beta_release_date_short: 20160126 diff --git a/source/announce-2022.md b/source/announce-2022.md new file mode 100644 index 0000000..13d6aef --- /dev/null +++ b/source/announce-2022.md @@ -0,0 +1,51 @@ +--- +layout: default +title: Announcements 2022 +--- + +# Announcements 2022 +{:.no_toc} + +* Will be replaced with the ToC, excluding a header +{:toc} + +<p class="pull-right"> + Skip to: <a href="announce-2021">Announcements - 2021</a> +</p> + +#### 02 January 2022 - Struts 2.5.28.3 General Availability {#a20220102} + +The Apache Struts group is pleased to announce that Struts 2.5.28.3 is available as a "General Availability" +release. The GA designation is our highest quality grade. + +This release addresses Log4j vulnerability [CVE-2021-44832](https://logging.apache.org/log4j/2.x/security.html#CVE-2021-44832) +by using the latest Log4j ver. 2.12.4 (Java 1.7 compatible). + +**Please note, that the Apache Struts itself depends on the `log4j-api` package only, it's users' responsibility +to use a proper version of the log4j-core package!** + +> Please read the [Version Notes]({{ site.wiki_url }}/Version+Notes+2.5.28.2) to find more details about performed +> bug fixes and improvements. + +Apache Struts 2 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. + +**All developers are strongly advised to perform this upgrade.** + +The 2.5.x series of the Apache Struts framework has a minimum requirement of the following specification versions: +Servlet API 2.4, JSP API 2.0, and Java 7. + +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. + +<p class="pull-right"> + Skip to: <a href="announce-2021.html">Announcements - 2021</a> +</p> + +<p class="pull-left"> + <strong>Next:</strong> + <a href="kickstart.html">Kickstart FAQ</a> +</p> diff --git a/source/index.html b/source/index.html index 4b236a8..b297d11 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-2021#a{{ site.release_date_short }}">Announcement</a> or in + Read more in <a href="announce-2022#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">