WildFly Project News
A guide to show how to quickly begin using encrypted expressions in WildFly.
An overview of the upcoming hash character set and hash encoding support in Elytron Security Realms.
An overview of the upcoming SSLContext that delegates to alternative instances based on peer's host and port information
An overview of the new configuration option in the EJB subsystem that allows to switch between legacy and elytron principal propagation
An overview of the upcoming SSL/TLS features including the ability to configure multiple certificate revocation lists and SSLv2Hello support.
An overview of the new security features in WildFly 23.
An overview of the upcoming automatic registration of client side JVM wide default SSLContext
WildFly 23 S2I Docker images The WildFly S2I (Source-to-Image) builder and runtime Docker images for WildFly 23 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 by...
Note This post is a continuation of my WildFly Bootable JAR cluster application with JKube openshift-maven-plugin blog post. It assumes you are familiar with the demo application we used for that article. Introduction We recently described in this post details about how to deploy and configure a WildFly Bootable JAR cluster application on OpenShift. By default, a Bootable JAR cluster application uses the KUBE_PING protocol for its clustering discovery mechanism. This protocol is based on...