WildFly Project News

Introducing Vertx Subsystem in WildFly Preview

I’m excited to announce the integration of the WildFly Vertx Feature Pack into WildFly Preview from WildFly 35 Beta release. This feature pack introduces Vertx configuration capabilities through the WildFly management model, making it easier to manage and integrate Vertx with existing WildFly subsystems. Note In the 35 release, the vertx subsystem is only available in WildFly Preview, and not in standard WildFly. It is provided at the preview stability level, which is enabled out-of-the-box...

A kubectl plugin to run WildFly management operations on Kubernetes

In this article, Jeff Mesnil presents a kubectl plugin to run WildFly management operations on Kubernetes.

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...

WildFly 34.0.1 is released!

WildFly 34.0.1.Final is now available for download. It’s been about a month since the WildFly 34 release, so we have done a small bug fix update, WildFly 34.0.1. This includes an update to WildFly Preview. The following issues were resolved in 34.0.1: Bugs [WFLY-19891] - ISPN000299: Unable to acquire lock…​ when cancelling a persistent timer in @PostConstruct on a suspended node [WFLY-19909] - Wrong routing of EJB calls in cluster Component Upgrades [WFLY-19927] - Upgrade...

Using the maven-wildfly-plugin to provision the WildFly to use the PostgreSQL datasource.

Recently I needed to configure a WildFly server to use a PostgreSQL datasource for some testings, and I’d like to use the`wildfly-maven-plugin` to automate the server provision process, so I invested some time into the topic and finally made it work. To sum up what I have learned, I have put the usage example in this PR: jberet-examples / add postgresql based repository example #8 From the above pull request, we can see that the...

Next WildFly Mini Conference

The WildFly team organizes the next WildFly mini conference. It will take place on Wednesday, November 20, 2024. It starts at 14:00 UTC and includes four sessions with topics related to WildFly. All sessions will be streamed live on YouTube. For more information, please take a look at the conference page at https://www.wildfly.org/conference/ We’re looking forward to seeing you there!

Playing with Generative AI with WildFly

This blog post provides information on how to use the AI Galleon Feature pack to write generative AI applications. Please note that this feature pack is currently a proof of concept and is not ready for production. You can access the release org.wildfly:wildfly-ai-galleon-pack:0.1.0 to follow the examples provided here. What’s in this feature pack ? This feature pack is work in progress so we will only cover what is already available as of today. It...

WildFly 35 moves to SE 17, drops SE 11

As I noted in the WildFly 34 release announcement, our plan is that WildFly 34.x will be the final release series that would run on Java SE 11. Beginning with the WildFly 35 release, the minimum Java SE version for a WildFly server will be SE 17. We have now executed on this plan by updating the WildFly 'main' branch to build SE 17 binaries. If you are consuming WildFly nightly builds or building WildFly...

Save the Date: WildFly Mini Conference on Nov 20th

Hello, WildFly Community! We are happy to announce that the next WildFly Mini Conference is scheduled for November 20th, 2024! Building on the success of our previous mini conference event, we are eager to bring together our community for another day of insightful discussions and online networking. As you know, a few weeks ago we sent a request for feedback. Based on the feedback we received, the most voted topics were: Jakarta EE11: Dive deep...

WildFly 34 is released!

I’m pleased to announce that the new WildFly and WildFly Preview 34.0.0.Final releases are available for download at https://wildfly.org/downloads. New and Notable This quarter we had a heavy focus on WildFly Preview. WildFly Preview now includes support for Jakarta Data 1.0. This feature is provided at the preview stability level. WildFly Preview now supports MicroProfile REST Client 4.0. WildFly Preview now supports MicroProfile Telemetry 2.0. As part of a general reorganization of our end user...