WildFly Project News
WildFly 21 S2I Docker images The WildFly S2I (Source-to-Image) builder and runtime Docker images for WildFly 21 have been released on quay.io/wildfly. For a complete documentation on how to use these images using S2I, OpenShift and Docker, refer to the WildFly S2I README. Adding the imagestreams and template to OpenShift At some point the new images will be made available from the OpenShift catalog and image repository. But you can already use these images...
This blog post highlights the new security features that are in WildFly 21.
WildFly Operator now allows seamless upgrades of application deployed on OpenShift.
Bootable JAR Maven plugin 2.0.0.Final has been released. Using WildFly 21 you can now build self-contained JAR file to run microservices.
I’m excited to announce that the WildFly 21 Final zip is now available for download. Bootable JAR / Galleon Layers The biggest thing in WildFly 21 is Jean-Francois Denise and the team have added GA-level support for the Bootable JAR feature that we’ve been working on over the last two releases. The bootable jar feature allows you to add a maven plugin to your application’s pom and have your build package your application deployment...
In Java 15 *biased locking* has been deprecated as per JEP 374. This means the default setting has been switched from enabled to disabled and the plan is to remove support for it from the Java Virtual Machine in a pending release. We need your help seeing if this affects WildFly performance in your application.
I am pleased to announce the 1.0.0.Beta1 release of the MicroProfile GraphQL feature pack for WildFly. It offers experimental support for the MicroProfile GraphQL 1.0 specification, implemented by SmallRye GraphQL. MicroProfile GraphQL - link to the specification. SmallRye GraphQL - link to the underlying implementation. The source code for the feature pack can be found on GitHub. Installing the feature pack For now, the GraphQL support is distributed as a feature pack rather than...
WildFly 20.0.1.Final is now available for download. It’s been about a month since the WildFly 20 release, so it’s time for a small bug fix update, WildFly 20.0.1. The full list of issues resolved in WildFly 20.0.1 is available here. Issues resolved in the WildFly Core 12.0.2 and 12.0.3 releases included with WildFly 20.0.1 are available here and here. Onward to WildFly 21! Enjoy.
Congratulations to the Jakarta EE community for the recent great progress on Jakarta EE 9! The Jakarta EE community has been making great strides in its work on Jakarta EE 9, and given today’s Jakarta EE 9 milestone release I wanted to give the WildFly community an update on what’s been going on regarding EE 9 in WildFly and a heads up on what I expect will be happening over the summer and the...
I am pleased to announce the 1.0.0.Beta1 release of the MicroProfile Reactive specifications feature pack for WildFly. It offers experimental support for the following MicroProfile specifications, which all focus on the reactive area: MicroProfile Reactive Messaging 1.0 - this is a framework for building event-driven, data streaming and event sourcing applications using CDI. The streams, or channels, can be backed by a variety of messaging technologies. We currently ship connectors for: Apache Kafka, AMQP...