Wildfly

notes:

no notes

Release list
39.0.1
39.0.0
38.0.1
38.0.0
37.0.1
6m+
37.0.0
6m+
36.0.1
6m+
36.0.0
6m+
35.0.1
1y+
35.0.0
1y+
34.0.1
1y+
34.0.0
1y+
33.0.2
1y+
33.0.1
1y+
33.0.0
1y+
32.0.1
1y+
32.0.0
1y+
WildFly 31.0.1
1y+
31.0.1
1y+
31.0.0
1y+
Release notes:

Release Notes - WildFly - Version 39.0.1.Final

For the most up-to-date list of all issues resolved, including those resolved as fixed in WildFly 39 after the release date, see the release notes in Jira.

For all changes since WildFly 39.0.0.Final, see the full changelog.

Changes in the underlying WildFly Core 31 releases are listed in the WildFly Core Jira.

<h2> Feature Request </h2> <ul> <li>[<a href='https://issues.redhat.com/browse/WFLY-20765'>WFLY-20765</a>] - CVE-2025-23368 WildFly Elytron Brute Force Authentication Attack </li> </ul> <h2> Bug </h2> <ul> <li>[<a href='https://issues.redhat.com/browse/WFLY-20554'>WFLY-20554</a>] - Some clustering tests fail intermittently </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21293'>WFLY-21293</a>] - Session.requestDone(...) invoked outside of ControlPoint boundary </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21383'>WFLY-21383</a>] - Upload with WildFly 39.0.0.Final fails due to RequestTooBigException </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21390'>WFLY-21390</a>] - Memory Leak: ComponentConfiguration retained by ViewBindingConfigurator lambda in BinderService </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21427'>WFLY-21427</a>] - [CLUSTERING] Json$MalformedJsonException when using HOTROD </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21441'>WFLY-21441</a>] - IdentityPropagationTestCase fails once brute force protection is enabled. </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21458'>WFLY-21458</a>] - Quickstarts Kubernetes CI failing to enable registry addon </li> </ul> <h2> Component Upgrade </h2> <ul> <li>[<a href='https://issues.redhat.com/browse/WFLY-21361'>WFLY-21361</a>] - [39.0.1.Final] Upgrade HAL to 3.7.17.Final </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21385'>WFLY-21385</a>] - Upgrade ironjacamar to 3.0.18.Final </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21392'>WFLY-21392</a>] - Bump org.assertj:assertj-bom from 3.27.6 to 3.27.7 </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21400'>WFLY-21400</a>] - Upgrade wildfly-clustering to 9.0.2.Final </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21415'>WFLY-21415</a>] - Upgrade vertx to 4.5.24 for [CVE-2026-1002] </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21455'>WFLY-21455</a>] - Upgrade WildFly Core to 31.0.2.Final </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21457'>WFLY-21457</a>] - Upgrade WildFly Core to 31.0.3.Final </li> </ul> <h2> Task </h2> <ul> <li>[<a href='https://issues.redhat.com/browse/WFLY-21409'>WFLY-21409</a>] - Update org.jboss.as.jpa.container.NonTxEmCloser.popCall to check for null container managed stateless session/entity manager </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21417'>WFLY-21417</a>] - Remove JBoss Metadata from boms/preview-ee dependency management </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21434'>WFLY-21434</a>] - Remove vertx-kafka-client </li> <li>[<a href='https://issues.redhat.com/browse/WFLY-21456'>WFLY-21456</a>] - org.wildfly.test.integration.elytron.realm.CachingFilesystemRealmTestCase. in WildFly failing </li> </ul>

What's Changed

  • [39.x] Next is 39.0.1.Final by @rhusar in https://github.com/wildfly/wildfly/pull/19562
  • [39.x] WFLY-21392 Bump org.assertj:assertj-bom from 3.27.6 to 3.27.7 by @rhusar in https://github.com/wildfly/wildfly/pull/19561
  • WFLY-21400 Upgrade wildfly-clustering to 9.0.2.Final by @pferraro in https://github.com/wildfly/wildfly/pull/19572
  • [39.x] WFLY-21385 Bump version.org.jboss.ironjacamar from 3.0.16.Final to 3.… by @rhusar in https://github.com/wildfly/wildfly/pull/19568
  • [WFLY-21361] (39.0.1.Final) Upgrade HAL to 3.7.17.Final by @hpehl in https://github.com/wildfly/wildfly/pull/19545
  • [39.x] [WFLY-21415] Upgrade vertx to 4.5.24 for [CVE-2026-1002] by @darranl in https://github.com/wildfly/wildfly/pull/19587
  • [WFLY-21409] Update org.jboss.as.jpa.container.NonTxEmCloser.popCall to check for null container managed stateless session/entity manager by @scottmarlow in https://github.com/wildfly/wildfly/pull/19584
  • [39.x] WFLY-21390 Fix memory leak of ComponentConfiguration after deployment being retained due to lambdas + Cleanup StatefulSessionBeanCacheProvider SPI following WFLY-21390 by @rhusar in https://github.com/wildfly/wildfly/pull/19574
  • [WFLY-21417] Remove JBoss Metadata from boms/preview-ee by @bstansberry in https://github.com/wildfly/wildfly/pull/19590
  • WFLY-21293 Session.requestDone(...) invoked outside of ControlPoint boundary by @pferraro in https://github.com/wildfly/wildfly/pull/19537
  • [WFLY-21434] Remove vertx-kafka-client by @kabir in https://github.com/wildfly/wildfly/pull/19604
  • [39.x] WFLY-21427 Json$MalformedJsonException when using HOTROD by @rhusar in https://github.com/wildfly/wildfly/pull/19608
  • [39.x] [WFLY-21441] Increase the maximum failed authentication attempts allowed. by @darranl in https://github.com/wildfly/wildfly/pull/19610
  • [WFLY-21455] Upgrade WildFly Core to 31.0.2.Final by @yersan in https://github.com/wildfly/wildfly/pull/19628
  • [39.x] WFLY-21444 Adding test for caching security realm + Stabilize by @rhusar in https://github.com/wildfly/wildfly/pull/19634
  • [WFLY-21457] Upgrade WildFly Core to 31.0.3.Final by @yersan in https://github.com/wildfly/wildfly/pull/19635
  • [39.x] [WFLY-20765] [CVE-2025-23368] Documentation for the new WildFly Elytron Brute Force Protection implementation. by @darranl in https://github.com/wildfly/wildfly/pull/19583

Full Changelog: https://github.com/wildfly/wildfly/compare/39.0.0.Final...39.0.1.Final

Copyright © 2023 - All right reserved by Yadoc SAS