From f719c00bdf26f9a3d0bca0cc7ad1952eed5128dc Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Tue, 5 Dec 2023 15:40:15 +0000 Subject: [PATCH 1/2] Release WildFly 30.0.1.Final --- _data/releases.yaml | 45 ++++++++++++++++++ _posts/2023-12-05-WildFly3001-Released.adoc | 52 +++++++++++++++++++++ 2 files changed, 97 insertions(+) create mode 100644 _posts/2023-12-05-WildFly3001-Released.adoc diff --git a/_data/releases.yaml b/_data/releases.yaml index d2cbb4be..10785ffb 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -1,3 +1,48 @@ +- version: 30.0.1.Final + version_shortname: 30.0.1 Final + date: 2023-12-05 + qualifier: Final + link: + - name: WildFly Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final.tar.gz.sha1 + - name: WildFly Preview Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-preview-30.0.1.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-preview-30.0.1.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-preview-30.0.1.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-preview-30.0.1.Final.tar.gz.sha1 + - name: Application Server Source Code + licence: AL + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final-src.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final-src.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final-src.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/30.0.1.Final/wildfly-30.0.1.Final-src.tar.gz.sha1 + - name: Quick Start Source Code + licence: AL + items: + - format: Source + url: https://github.com/wildfly/quickstart/tree/30.0.1.Final + - name: Release Notes + items: + - format: Notes + url: https://wildfly.org/news/2023/12/05/WildFly3001-Released/ - version: 30.0.0.Final version_shortname: 30 Final date: 2023-10-18 diff --git a/_posts/2023-12-05-WildFly3001-Released.adoc b/_posts/2023-12-05-WildFly3001-Released.adoc new file mode 100644 index 00000000..5fc80e3c --- /dev/null +++ b/_posts/2023-12-05-WildFly3001-Released.adoc @@ -0,0 +1,52 @@ +--- +layout: post +title: "WildFly 30.0.1 is released!" +date: 2023-12-05 +tags: announcement release +author: kkhan +description: WildFly 30.0.1.Final is now available for download. +--- + += WildFly 30.0.1 is released! + +WildFly 30.0.1.Final is now available link:https://wildfly.org/downloads[for download]. + +It's been about five weeks since the WildFly 30 release, so we've done a small bug fix update, WildFly 30.0.1. This includes an update to WildFly Preview. + +The following issues were resolved in 30.0.1: + +===== Bugs + +* [https://issues.redhat.com/browse/WFLY-18295[WFLY-18295]] - WildFly vs WildFly Preview document needs update +* [https://issues.redhat.com/browse/WFLY-18384[WFLY-18384]] - [CLUSTERING] File containing session data is never shrunk or deleted +* [https://issues.redhat.com/browse/WFLY-18533[WFLY-18533]] - Simplest JAXRS app is failing when deployed in server provisioned with jaxrs +* [https://issues.redhat.com/browse/WFLY-18702[WFLY-18702]] - In WildFly Preview jaxrs-server layer does not provision MP Rest Client +* [https://issues.redhat.com/browse/WFLY-18727[WFLY-18727]] - ATTRIBUTE granularity distributed sessions should always replicate on setAttribute(...) +* [https://issues.redhat.com/browse/WFLY-18740[WFLY-18740]] - On cache writes, Infinispan store=hotrod throws ISE: Only byte[] instances are supported currently + + +===== Tasks + +* [https://issues.redhat.com/browse/WFLY-18642[WFLY-18642]] - Reevalute test exclusions in the integration/microprofile module + +===== Component Upgrades + +* [https://issues.redhat.com/browse/WFLY-18630[WFLY-18630]] - Upgrade Infinispan to 14.0.20.Final +* [https://issues.redhat.com/browse/WFLY-18679[WFLY-18679]] - Upgrade jaxbintros from 2.0.0 to 2.0.1 +* [https://issues.redhat.com/browse/WFLY-18680[WFLY-18680]] - [WildFly 30.x] Upgrade HAL to 3.6.16.Final +* [https://issues.redhat.com/browse/WFLY-18685[WFLY-18685]] - Upgrade santuario to 3.0.3 (addresses CVE-2023-44483) +* [https://issues.redhat.com/browse/WFLY-18704[WFLY-18704]] - Upgrade Artemis to 2.31.2 (resolves CVE-2023-46604) +* [https://issues.redhat.com/browse/WFLY-18713[WFLY-18713]] - Upgrade RESTEasy to 6.2.6.Final +* [https://issues.redhat.com/browse/WFLY-18725[WFLY-18725]] - Upgrade WildFly Http Client to 2.0.6.Final + + +Issues resolved in the WildFly Core update included with WildFly 30.0.1 were: + +===== Component Upgrades + +* [https://issues.redhat.com/browse/WFCORE-6578[WFCORE-6578]] - [CVE-2023-3171] WildFly heap exhaustion via deserialization +* [https://issues.redhat.com/browse/WFCORE-6592[WFCORE-6592]] - NPE in ThreadFactoryService + + +Enjoy! + From d555688dfff77061f5defb8234ae0dde01a824e6 Mon Sep 17 00:00:00 2001 From: Brian Stansberry Date: Tue, 5 Dec 2023 11:19:15 -0600 Subject: [PATCH 2/2] Disable an avatar where there's no jpg --- _data/authors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/authors.yaml b/_data/authors.yaml index 1cb9a6fb..9322e980 100644 --- a/_data/authors.yaml +++ b/_data/authors.yaml @@ -100,7 +100,7 @@ kkhan: location: "United Kingdom" occupation: "Software Engineer" bio: "Kabir started using JBoss back in 2000, and joined the team in 2004. Since then he has worked on JBoss AS/WildFly as a core developer." - avatar: kkhan.jpg + #avatar: kkhan.jpg yborgess: name: "Yeray Borges" location: "Spain"