Skip to content

Commit 57bef13

Browse files
authored
Merge pull request #652 from darranl/wildfly33_0_2
WildFly 33.0.2 Release Announcement
2 parents 2d4afc7 + 2e8c63a commit 57bef13

File tree

2 files changed

+90
-0
lines changed

2 files changed

+90
-0
lines changed

_data/releases.yaml

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
- version: 33.0.2.Final
2+
version_shortname: 33.0.2.Final
3+
date: 2024-09-17
4+
qualifier: Final
5+
link:
6+
- name: WildFly Distribution
7+
items:
8+
- format: zip
9+
url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.zip
10+
checksum: SHA-1
11+
checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.zip.sha1
12+
- format: tgz
13+
url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.tar.gz
14+
checksum: SHA-1
15+
checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final.tar.gz.sha1
16+
- name: WildFly Preview Distribution
17+
items:
18+
- format: zip
19+
url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.zip
20+
checksum: SHA-1
21+
checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.zip.sha1
22+
- format: tgz
23+
url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.tar.gz
24+
checksum: SHA-1
25+
checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-preview-33.0.2.Final.tar.gz.sha1
26+
- name: Application Server Source Code
27+
licence: AL
28+
items:
29+
- format: zip
30+
url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.zip
31+
checksum: SHA-1
32+
checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.zip.sha1
33+
- format: tgz
34+
url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.tar.gz
35+
checksum: SHA-1
36+
checksum_url: https://github.com/wildfly/wildfly/releases/download/33.0.2.Final/wildfly-33.0.2.Final-src.tar.gz.sha1
37+
- name: Quick Start Source Code
38+
licence: AL
39+
items:
40+
- format: Git Tag
41+
url: https://github.com/wildfly/quickstart/tree/33.0.2.Final
42+
- format: zip
43+
url: https://github.com/wildfly/quickstart/releases/download/33.0.2.Final/wildfly-33.0.2.Final-quickstarts.zip
44+
checksum: SHA-1
45+
checksum_url: https://github.com/wildfly/quickstart/releases/download/33.0.2.Final/wildfly-33.0.2.Final-quickstarts.zip.sha1
46+
- name: Release Notes
47+
items:
48+
- format: Notes
49+
url: https://wildfly.org/news/2024/09/17/WildFly3302-Released/
150
- version: 33.0.1.Final
251
version_shortname: 33.0.1 Final
352
date: 2024-08-22
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
layout: post
3+
title: "WildFly 33.0.2 is released!"
4+
date: 2024-09-17
5+
tags: announcement release
6+
author: darranl
7+
description: WildFly 33.0.2.Final is now available for download.
8+
---
9+
10+
WildFly 33.0.2.Final is now available link:https://wildfly.org/downloads[for download].
11+
12+
Typically after a major release of WildFly we follow up with one small bug fix release in the coming weeks before moving
13+
on to the next major release, however due to the nature of the issues fixed in this release we have decided to release
14+
one more release so I am pleased to confirm WildFly 33.0.2.Final is now available.
15+
16+
17+
The following issues were resolved in 33.0.2:
18+
19+
20+
== Component Upgrade
21+
22+
* [https://issues.redhat.com/browse/WFLY-19705[WFLY-19705]] - Upgrade WildFly Core to 25.0.2.Final
23+
* [https://issues.redhat.com/browse/WFLY-19730[WFLY-19730]] - CVE-2024-8391 Upgrade Vert.x to 4.5.10
24+
25+
26+
Issues resolved in the WildFly Core update included with WildFly 33.0.2 were:
27+
28+
== Component Upgrade
29+
30+
* [https://issues.redhat.com/browse/WFCORE-6968[WFCORE-6968]] - Upgrade WildFly Elytron to 2.5.2.Final
31+
* [https://issues.redhat.com/browse/WFCORE-6973[WFCORE-6973]] - CVE-2024-7885 Upgrade Undertow to 2.3.17.Final
32+
33+
34+
Issues resolved in the WildFly Elytron upgrade were:
35+
36+
== Bug
37+
38+
* [https://issues.redhat.com/browse/ELY-2797[ELY-2797]]- NullPointerException in OidcClientConfiguration.resolveUrls if parameter "request_parameter_supported" is not present in openid-configuration.
39+
40+
Enjoy!
41+

0 commit comments

Comments
 (0)