WildFly 35 Beta is released!
I’m pleased to announce that the new WildFly 35.0.0.Beta1 release is available for download at https://wildfly.org/downloads.
New and Notable
This quarter we had a heavy focus on MicroProfile, particularly MicroProfile 7.0.
-
WildFly now supports MicroProfile Fault Tolerance 4.1.
-
WildFly now supports MicroProfile OpenAPI 4.0.
-
Standard WildFly now supports MicroProfile REST Client 4.0. This was previously supported in WildFly Preview.
-
Standard WildFly now supports MicroProfile Telemetry 2.0. This was previously supported in WildFly Preview.
-
Our MicroProfile Reactive Messaging subsystem has added OpenTelemetry tracing integration for Kafka connectors and AMQP connectors.
There’s plenty of new things beyond MicroProfile area as well, though:
-
WildFly now includes supported
systemd
units in thebin/systemd
directory, replacing the old, unsupporteddocs/contrib/scripts/systemd
files. The new units include support for a managed domain. -
The
jaxrs
subsystem now provides JSON merge patch support. This feature allows the client to send a JSON http request with Content-Type "application/merge-patch+json", and the JSON content will be directly merged to the target resource. -
We added support for Jakarta Data 1.0 to standard WildFly. This was previously included in WildFly Preview 34; now it is available in standard WildFly as well. This feature is provided at the
preview
stability level. -
WildFly Preview has a new
vertx
subsystem and Galleon layer, intended to give user’s greater control over the configuration of Vert.x instances running in the server. This feature is provided at thepreview
stability level. -
WildFly Glow has also received a new feature to introduce spaces to structure discovered Galleon feature-packs, this allows feature packs to be grouped into spaces such as an incubating space to reflect the stability of the feature pack and to allow users to select which spaces they want to use.
For further details please see the detailed 35.0.0.Beta1 Release Notes in GitHub.
As we approach the end of 2024 this is the time of the year where we release the Beta release of the major version just before we wrap up for the end of the year and will follow up with the Final release once we return in the new year. Please take this time as an opportunity to try out this release and provide us with any feedback.
Finally I would like to thank everyone who has contributed to making this release happen, both via direct contributions to WildFly as well as the countless contributions to the projects that WildFly depends upon. We also had a couple of first time contributors this release so I would like to thank Peter Major for taking on one of our good-first-issue
Jira issues to remove redundant code from our application client implementation and Pedro Hos for contributing updates to our testsuite to move tests to a more appropriate location.