WildFly Project News
Check out this 1 minute video to learn why anyone can contribute to the WildFly Elytron project, regardless of prior experience.
Learn how to secure applications deployed to WildFly on OpenShift with SAML.
Check out this 2 minute video to learn why joining the WildFly Elytron project at Open Source Day could be the perfect opportunity for you.
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...
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...
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...