WildFly Project News
I’m pleased to announce that the new WildFly and WildFly Preview 31.0.0.Final releases are available for download at https://wildfly.org/downloads. New and Notable This quarter there’s a lot to talk about beyond new things in the core server itself, but I’ll start with what’s new in the server. Application Server Features MicroProfile updates — We’ve updated our MicroProfile subsystems to the versions in MicroProfile 6.1. (We don’t support MicroProfile Metrics, so we are not a compatible MicroProfile 6.1...
In this brief demonstration, we’ll set up and run three instances of WildFly on the same machine (localhost). Together they will form a cluster. It’s a rather classic setup, where the appservers needs to synchronize the content of their application’s session to ensure fail over if one of the instances fails. This configuration guarantees that, if one instance fails while processing a request, another one can pick up the work without any data loss. Note...
A introduction to configure the WildFly to use the JBeret JDBC job repository
We are almost at the end of 2023 and we wanted to take this opportunity to thank all our community members for their help on WildFly this year. 2023 was a busy year for WildFly, with: 3 Major versions — 28, 29, 30. And 31 Beta just came out yesterday. New extensions for MicroProfile Telemetry and MicroProfile LRA. Implementations of most of MicroProfile 6.0, with updates to 6.1 coming in WildFly 31. Java 21 support. More than...
Learn how to secure applications deployed to WildFly on OpenShift with the Auth0 OpenID provider.
Learn how to secure applications deployed to WildFly on OpenShift with the Auth0 OpenID provider.
Greetings, WildFly Community Members! We trust this message finds you in the best of health and spirits as we embark on an exciting journey to enhance your experience within our vibrant WildFly community. Your engagement and feedback are invaluable to us, and to better understand your preferences, we’ve created a comprehensive poll covering both social media platforms and content types. Your choices will guide us in creating a more tailored and engaging experience for all...
WildFly 30.0.1.Final is now available for download. It’s been about five weeks since the WildFly 30 release, so we’ve done a small bug fix update, WildFly 30.0.1. This includes an update to WildFly Preview. The following issues were resolved in 30.0.1: Bugs [WFLY-18295] - WildFly vs WildFly Preview document needs update [WFLY-18384] - [CLUSTERING] File containing session data is never shrunk or deleted [WFLY-18533] - Simplest JAXRS app is failing when deployed in server provisioned...
There are various Java based Kubernetes/OpenShift related tools that have different functions, and some of their functions are overlapping. Here is the (partial) list of these tools: Dekorate eclipse/jkube: Build and Deploy java applications on Kubernetes fabric8io/kubernetes-client: Java client for Kubernetes & OpenShift fabric8io/docker-maven-plugin GoogleContainerTools/jib wildfly-maven-plugin: WildFly Application Server Maven Plugin All the above tools can be used as Maven plugin, and they can be used together if necessary(Which is determined by the requirements). In...
An example of distributed realm ignore-unavailable-realms attribute usage in WildFly.