WildFly Project News

Use the wildfly-maven-plugin to create a Docker image of your application

In this article, we will explain how a developer using the Docker image for WildFly can take advantage of the new capabilities of the wildfly-maven-plugin and the new WildFly runtime image to build their container image. We will describe the changes required to move to this new architecture. Once the changes are done, we will provide some examples of the benefits that can be gained from this new architecture. WildFly, Docker, S2I and what...

Vlog: Encrypting a Filesystem Realm

This video demonstrates how to enable encryption for new filesystem realms, and how to encrypt pre-existing filesystem realms.

Securing Jakarta Enterprise Beans with mutual TLS authentication

A demonstration on how to configure Elytron for secure connections to EJBs, using mutual TLS, SASL authentication mechanisms, and credential stores.

Vlog: WildFly gRPC

This video introduces support for gRPC in WildFly.

Vlog: Interview with Farah Juma

Another interview for our WildFly open source rockstars series.

Vlog: Configure TLS in WildFly using Let’s Encrypt certificate authority

This video demonstrates how you can configure TLS using the Let’s Encrypt certificate authority with the WildFly CLI.

WildFly 26.1.1 is released!

WildFly 26.1.1.Final is now available for download. It’s been about five weeks since the WildFly 26.1 release, so we’ve done a small bug fix update, WildFly 26.1.1. This includes an update to WildFly Preview. The full list of issues resolved in WildFly 26.1.1 is available here. Issues resolved in the WildFly Core update included with WildFly 26.1.1 are available here. Note that the release artifacts are available in public maven in the jboss.org maven...

WildFly Preview 27 Alpha1 is released!

Today we have released a 27.0.0.Alpha1 version of WildFly Preview. This release serves as a milestone on our way toward support for Jakarta EE 10 in WildFly Preview, and eventually in standard WildFly. As discussed in my January WildFly Release Plans for 2022 post, the main focus of the WildFly developers as we work on WildFly 27 is implementing Jakarta EE 10 support. That work has now reached a point in WildFly Preview where...

Vlog: WildFly Datasource configuration on OpenShift

This video demonstrates how you can configure and deploy a Jakarta EE application that connects to a PostgreSQL database on OpenShift.

WildFly Cloud Testsuite

In addition to the WildFly zip download familiar to a lot of our users, a big part of the WildFly story is that it is very usable on the cloud. And of course for that we have a lot of tests, many of which are currently private. We now have a proof of concept public cloud testsuite which can be found at https://github.com/wildfly-extras/wildfly-cloud-tests. It does not aim to run the full testsuite from https://github.com/wildfly/wildfly/tree/main/testsuite....