From 89dca35e24d19af3788d4038d6b2b5f8a5dc8fc1 Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Thu, 6 Feb 2025 19:12:35 +0000 Subject: [PATCH] Announce the release of WildFly 35.0.1 --- _data/releases.yaml | 49 +++++++++++++++++ _posts/2025-02-06-WildFly3501-Released.adoc | 58 +++++++++++++++++++++ 2 files changed, 107 insertions(+) create mode 100644 _posts/2025-02-06-WildFly3501-Released.adoc diff --git a/_data/releases.yaml b/_data/releases.yaml index 77e63dec7..67fb158da 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -1,3 +1,52 @@ +- version: 35.0.1.Final + version_shortname: 35.0.1.Final + date: 2025-02-06 + qualifier: Final + link: + - name: WildFly Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final.tar.gz.sha1 + - name: WildFly Preview Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-preview-35.0.1.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-preview-35.0.1.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-preview-35.0.1.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-preview-35.0.1.Final.tar.gz.sha1 + - name: Application Server Source Code + licence: AL + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final-src.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final-src.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final-src.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/35.0.1.Final/wildfly-35.0.1.Final-src.tar.gz.sha1 + - name: Quick Start Source Code + licence: AL + items: + - format: Git Tag + url: https://github.com/wildfly/quickstart/tree/35.0.1.Final + - format: zip + url: https://github.com/wildfly/quickstart/releases/download/35.0.1.Final/wildfly-35.0.1.Final-quickstarts.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/quickstart/releases/download/35.0.1.Final/wildfly-35.0.1.Final-quickstarts.zip.sha1 + - name: Release Notes + items: + - format: Notes + url: https://wildfly.org/news/2025/02/06/WildFly3501-Released/ - version: 35.0.0.Final version_shortname: 35 Final date: 2025-01-09 diff --git a/_posts/2025-02-06-WildFly3501-Released.adoc b/_posts/2025-02-06-WildFly3501-Released.adoc new file mode 100644 index 000000000..6a6c19352 --- /dev/null +++ b/_posts/2025-02-06-WildFly3501-Released.adoc @@ -0,0 +1,58 @@ +--- +layout: post +title: "WildFly 35.0.1 is released!" +date: 2025-02-06 +tags: announcement release +author: darranl +description: WildFly 35.0.1.Final is now available for download. +--- + +WildFly 35.0.1.Final is now available link:https://wildfly.org/downloads[for download]. + +I am pleased to announce that the WildFly 35.0.1.Final release is now available for download. + +The following issues were resolved in 35.0.1: + +== Bugs + +* [https://issues.redhat.com/browse/WFLY-20261[WFLY-20261]] - NPE in race condition between a thread committing a transaction and another thread performing recovery. +* [https://issues.redhat.com/browse/WFLY-20290[WFLY-20290]] - CLI command "server=name:import-journal" for messaging subsystem throws "NoClassDefFoundError:" in Java 17 +* [https://issues.redhat.com/browse/WFLY-20329[WFLY-20329]] - Incorrect module identifier handling in WeldDeploymentProcessor + +== Component Upgrades + +* [https://issues.redhat.com/browse/WFLY-20303[WFLY-20303]] - Upgrade Arquillian from 1.9.2.Final to 1.9.3.Final +* [https://issues.redhat.com/browse/WFLY-20306[WFLY-20306]] - Upgrade Wiremock to 3.10.0 +* [https://issues.redhat.com/browse/WFLY-20307[WFLY-20307]] - (WF 35) Upgrade HAL to 3.7.8.Final +* [https://issues.redhat.com/browse/WFLY-20309[WFLY-20309]] - Upgrade RESTEasy MicroProfile 3.0.0.Final to 3.0.1.Final +* [https://issues.redhat.com/browse/WFLY-20323[WFLY-20323]] - Upgrade openjdk-orb to 10.1.1.Final +* [https://issues.redhat.com/browse/WFLY-20324[WFLY-20324]] - Upgrade Narayana to 7.2.0.Final +* [https://issues.redhat.com/browse/WFLY-20341[WFLY-20341]] - Upgrade Apache Mime4j from 0.8.11 to 0.8.12 +* [https://issues.redhat.com/browse/WFLY-20355[WFLY-20355]] - Upgrade WildFly Core to 27.0.1.Final +* [https://issues.redhat.com/browse/WFLY-20358[WFLY-20358]] - Upgrade Infinispan to 15.0.13.Final +* [https://issues.redhat.com/browse/WFLY-20085[WFLY-20085]] - Upgrade cxf from 4.0.5 to 4.0.6 + +== Tasks + +* [https://issues.redhat.com/browse/WFLY-20272[WFLY-20272]] - Update microprofile-certification.sh to reflect that WildFly is now MP 7 compatible +* [https://issues.redhat.com/browse/WFLY-20273[WFLY-20273]] - Adapt microprofile-certification.sh to play nicely with the MicroProfile Telemetry TCK processing +* [https://issues.redhat.com/browse/WFLY-20275[WFLY-20275]] - Remove XercesUsageTestCase +* [https://issues.redhat.com/browse/WFLY-20339[WFLY-20339]] - Suppress CVE-2024-4109 as triaged as not a security vulnerability + +== Sub Tasks + +* [https://issues.redhat.com/browse/WFLY-20259[WFLY-20259]] - MP REST Client TCK is never run with the security manager + + +The following issues were also resolved in the version of WildFly Core contained within this release: + +== Bugs + +* [https://issues.redhat.com/browse/WFCORE-7153[WFCORE-7153]] - CVE-2025-23367 org.wildfly.core/wildfly-server: Wildfly improper RBAC permission. + +== Component Upgrades + +* [https://issues.redhat.com/browse/WFCORE-7131[WFCORE-7131]] - Upgrade JBoss Marshalling to 2.2.2.Final + +Enjoy! +