WildFly Project News
WildFly 29.0.1.Final is now available for download. It’s been about five weeks since the WildFly 29 release, so we’ve done a small bug fix update, WildFly 29.0.1. This includes an update to WildFly Preview. The following issues were resolved in 29.0.1: Bugs [WFLY-18296] - Wildfly 29: does not start on JRE, works on JDK. Worked in WFLY28 [WFLY-18330] - [29.x] Upgrade com.squareup.okio to 3.4.0 (resolves CVE-2023-3635) [WFLY-18350] - The testsuite/galleon tests are too unconstrained as...
An overview of how to secure the WildFly management console with the Keycloak OpenID provider.
How to use standalone remote EJB client to connect to WildFly and manage batch jobs
I’m pleased to announce that the new WildFly and WildFly Preview 29.0.0.Final releases are available for download at https://wildfly.org/downloads. New and Notable During the WildFly 29 development cycle the WildFly contributors were heavily focused on bug fixing, plus a lot internal housekeeping that needed doing after all the recent work toward Jakarta EE 10. But we do have some new goodies: It is now possible to secure the management console with WildFly’s native support for...
How to secure a web application deployed to WildFly with mutual TLS and the CLIENT_CERT HTTP authentication mechanism.
How to deploy WildFly applications on Kubernetes with Helm.
We are pleased to announce the first release of support for gRPC services in WildFly[1]. gRPC, a Google project, is, as its name suggests, a Remote Procedure Call framework. In some ways, it is a competitor to Jakarta RESTFul Web Services, but it has different semantics and a different performance profile. gRPC rests on another Google project, protobuf, which is, according to the website, "a language-neutral, platform-neutral extensible mechanism for serializing structured data." It consists...
MicroProfile Long Running Actions (LRA) is a specification that defines the protocol and an API for the distributed transactions based on the saga pattern and user-defined compensations. In WildFly 28.0.0.Final, we introduced the integration of Narayana LRA which implements this specification. In this guide, we look into how you can enable LRA in your WildFly distribution and how you can use LRA in your applications. Overview of the LRA protocol We provide only a high-level...
WildFly 28.0.1.Final is now available for download. It’s been about five weeks since the WildFly 28 release, so we’ve done a small bug fix update, WildFly 28.0.1. This includes an update to WildFly Preview. The following issues were resolved in 28.0.1: Bugs [WFLY-17016] - todo-backend QS has outdated Readme instructions [WFLY-17921] - Add missing org.jboss.vfs to RESTEasy Spring deployments [WFLY-17947] - todo-backend Readme OpenShift instructions results in a non-functional QS app [WFLY-17960] - LRA causes...
An overview of how to configure the SHA-256 and SHA-512-256 algorithms for the HTTP Digest authentication mechanism.