-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #644 from jamezp/rel3301f
Add release information and release notes for 33.0.1.Final release.
- Loading branch information
Showing
2 changed files
with
97 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! | ||
|