WildFly Project News

Configuring The WildFly To Use The JBeret JDBC Job Repository (Part 2)

In the previous blog post on this topic, I have introduced how to manually edit the configuration file of WildFly to configure the batch-jberet module to use the JDBC repository. In this article, I'd like to introduce how to use the CLI Command Tool and the Admin Console to do the task.

WildFly 33.0.1 is released!

WildFly 33.0.1.Final is now available for download. It’s been about four weeks since the WildFly 33 release, so we’ve done a small bug fix update, WildFly 33.0.1. This includes an update to WildFly Preview. The following issues were resolved in 33.0.1: Bugs [WFLY-19549] - OIDCSecurityContext deserialization issue [WFLY-19577] - Undertow ServerAdd could not detect referenced capabilities [WFLY-19583] - Deployment-related undertow metrics are not exported [WFLY-19610] - @PostConstruct on Servlet may be called twice [WFLY-19613]...

WildFly 33 is released!

I’m pleased to announce that the new WildFly and WildFly Preview 33.0.0.Final releases are available for download at https://wildfly.org/downloads. New and Notable Individual Features There a number of new features in WildFly 33, but before getting into the specific items I want to mention again the capabilities introduced in WildFly 31 to introduce features at different stability levels. Features can be introduced at one of four stability levels — experimental, preview, community or default — with the ideal...

Vlog: Secure communication for WildFly microservices by using TLS on OpenShift

This video demonstrates how to use TLS for WildFly microservices on OpenShift.

WildFly 32.0.1 is released!

WildFly 32.0.1.Final is now available for download. It’s been about five weeks since the WildFly 32 release, so we’ve done a small bug fix update, WildFly 32.0.1. This includes an update to WildFly Preview. The following issues were resolved in 32.0.1: Bugs [WFLY-19305] - ClassCastException when running live-only HA policy in messaging-activemq subsystem [WFLY-19326] - LinkageError: loader constraint violation for class io.netty.* [WFLY-19355] - Deploying multiple OpenAPI endpoints can result in a NoSuchElementException [WFLY-19366]...

How to Connect with the WildFly Community

WildFly is an open-source, production-ready, flexible and lightweight application server, offering all the necessary features to run and deploy Java applications. Connecting with the WildFly community can provide valuable support, enhance your understanding of the server, and offer opportunities to contribute to the project. Here’s how you can get involved: Get an Idea about WildFly Explore the WildFly Website Visit WildFly’s official website to access comprehensive documentations, guides, downloads, and the latest news. The...

Dynamic client SSL context that automatically delegates to different SSLContexts based on the host and port of the peer

Learn about the new Dynamic Client SSL Context feature.

Caching realm now automatically tries to authenticate users with the underlying realm if authentication with cached credentials fails

Learn how the Caching Realm can now update outdated credentials.

Vlog: WildFly Glow, WildFly 32 deployment to OpenShift with database access

In this video we are using WildFly Glow 1.0 to deploy the todo-backend quickstart application to OpenShift with automatic connection to a PostgreSQL database. No configuration needed!