diff --git a/_data/releases.yaml b/_data/releases.yaml index 58d2083d..0198c1fc 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -1,3 +1,52 @@ +- version: 33.0.1.Final + version_shortname: 33.0.1 Final + date: 2024-08-22 + qualifier: Final + link: + - name: WildFly Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final.tar.gz.sha1 + - name: WildFly Preview Distribution + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-preview-33.0.1.Final.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-preview-33.0.1.Final.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-preview-33.0.1.Final.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-preview-33.0.1.Final.tar.gz.sha1 + - name: Application Server Source Code + licence: AL + items: + - format: zip + url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final-src.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final-src.zip.sha1 + - format: tgz + url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.0.1.Final-src.tar.gz + checksum: SHA-1 + checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.1.Final/wildfly-33.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/33.0.1.Final + - format: zip + url: https://github.com/wildfly/quickstart/releases/download/33.0.1.Final/wildfly-33.0.1.Final-quickstarts.zip + checksum: SHA-1 + checksum_url: https://github.com/wildfly/quickstart/releases/download/33.0.1.Final/wildfly-33.0.1.Final-quickstarts.zip.sha1 + - name: Release Notes + items: + - format: Notes + url: https://wildfly.org/news/2024/08/22/WildFly3301-Released/ - version: 33.0.0.Final version_shortname: 33 Final date: 2024-07-23 diff --git a/_posts/2024-08-22-WildFly3301-Released.adoc b/_posts/2024-08-22-WildFly3301-Released.adoc new file mode 100644 index 00000000..1067b663 --- /dev/null +++ b/_posts/2024-08-22-WildFly3301-Released.adoc @@ -0,0 +1,48 @@ +--- +layout: post +title: "WildFly 33.0.1 is released!" +date: 2024-08-22 +tags: announcement release +author: jperkins +description: WildFly 33.0.1.Final is now available for download. +--- + +WildFly 33.0.1.Final is now available link:https://wildfly.org/downloads[for download]. + +It's been about four weeks since the WildFly 33 release, so we've done a small bug fix update, WildFly 33.0.1. This includes an update to WildFly Preview. + +The following issues were resolved in 33.0.1: + +== Bugs + +* [https://issues.redhat.com/browse/WFLY-19549[WFLY-19549]] - OIDCSecurityContext deserialization issue +* [https://issues.redhat.com/browse/WFLY-19577[WFLY-19577]] - Undertow ServerAdd could not detect referenced capabilities +* [https://issues.redhat.com/browse/WFLY-19583[WFLY-19583]] - Deployment-related undertow metrics are not exported +* [https://issues.redhat.com/browse/WFLY-19610[WFLY-19610]] - @PostConstruct on Servlet may be called twice +* [https://issues.redhat.com/browse/WFLY-19613[WFLY-19613]] - Performance regression with HttpSession.getAttribute + +== Component Upgrades + +* [https://issues.redhat.com/browse/WFLY-19572[WFLY-19572]] - Upgrade Arquillian 1.9.1.Final, Arquillian Jakarta to 10.0.0.Final and WildFly Arquillian to 5.1.0.Beta4 +* [https://issues.redhat.com/browse/WFLY-19576[WFLY-19576]] - Upgrade CXF to 4.0.5 +* [https://issues.redhat.com/browse/WFLY-19600[WFLY-19600]] - Upgrade RESTEasy to 6.2.10.Final +* [https://issues.redhat.com/browse/WFLY-19611[WFLY-19611]] - Upgrade OpenSAML to 4.3.0 +* [https://issues.redhat.com/browse/WFLY-19637[WFLY-19637]] - Upgrade WildFly Core to 25.0.1.Final +* [https://issues.redhat.com/browse/WFLY-19652[WFLY-19652]] - Upgrade jboss-ejb-client to 5.0.7.Final +* [https://issues.redhat.com/browse/WFLY-19654[WFLY-19654]] - Upgrade RESTEasy to 7.0.0.Alpha3 in WildFly Preview + + +Issues resolved in the WildFly Core update included with WildFly 33.0.1 were: + +== Bugs + +* [https://issues.redhat.com/browse/WFCORE-6953[WFCORE-6953]] - java.lang.ClassNotFoundException: java.util.logging.Logger from Module "org.bouncycastle.bcpg" + +== Component Upgrades + + +* [https://issues.redhat.com/browse/WFCORE-6952[WFCORE-6952]] - Upgrade WildFly Elytron to 2.5.1.Final + + +Enjoy! +