WildFly Project News

Developping on OpenShift with WildFly bootable jar

Using odo it becomes very easy to develop on OpenShift with the bootable jar feature.

Planned Security Features for WildFly

An overview of the new security features that we will be working on.

WildFly Bootable JAR 3.0 is released!

Bootable JAR Maven plugin 3 has been released. This release brings a new Maven plugin goal to speed-up development.

Using case principal transformers in Elytron

With WildFly 22, it is now possible to configure a principal transformer in the Elytron subsystem to convert a principal to upper or lower case. This blog post goes through a complete example on how to use this new feature.

How to properly stop batch processing job and step in WildFly

How to properly stop a running batch job with API and WildFly tools, and how to stop an individual step.

Automatic Self-Signed Certificate Generation with Elytron

WildFly 22 adds the ability to automatically generate a self-signed certificate the first time WildFly receives an HTTPS request when WildFly is being secured using Elytron. This is useful for development or testing environments. This blog post gives an introduction to this new feature.

WildFly 22 is released!

I’m pleased to announce that the WildFly 22 Final zip is now available for download. Let’s have a look at what’s new. New Features Logging In response to a great deal of user demand, WildFly has added support for log4j2. Applications deployed in the server can use the log4j2 API which will delegate to the JBoss Log Manager. Provisioning and Managing WildFly It is now possible to use a Galleon feature pack provided by Keycloak...

WildFly 22 Beta and 21.0.2.Final

Year End Treats I’m pleased to announce that two new WildFly releases are available for download at https://wildfly.org/downloads. First you can get WildFly 22.0.0.Beta1 and have a look at what’s coming soon in WildFly 22. This also includes an update of WildFly Preview. Release notes for that release are here, with issues fixed in the underlying WildFly Core betas listed here. For developers using our bootable jar feature, please have a look at the new...

WildFly Bootable JAR 3.0.0.Beta1 is released!

Bootable JAR Maven plugin 3.0.0.Beta1 has been released. This release brings a new Maven plugin goal to speed-up development.

WildFly MicroProfile GraphQL Feature Pack 1.0.0.Final Released!

I am happy to announce that the first Final build of the GraphQL feature pack has been released! It is fully compatible with MicroProfile GraphQL 1.0 and has been tested with WildFly 20 and 21, JDK 8 and 11. It bundles the latest available version of SmallRye GraphQL, and that is 1.0.17. Client libraries The feature pack now contains the typesafe GraphQL client libraries. They are now installed as WildFly static modules, so deployments using...