Skip to content

Commit

Permalink
Merge pull request #644 from jamezp/rel3301f
Browse files Browse the repository at this point in the history
Add release information and release notes for 33.0.1.Final release.
  • Loading branch information
jamezp committed Aug 23, 2024
2 parents 681409d + f155c41 commit d135c7f
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 0 deletions.
49 changes: 49 additions & 0 deletions _data/releases.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
48 changes: 48 additions & 0 deletions _posts/2024-08-22-WildFly3301-Released.adoc
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit d135c7f

Please sign in to comment.