WildFly Project News

WildFly 10 CR4 is released!

The fourth release candidate for WildFly 10 (10.0.0.CR4) is now available for download! For details, see the official 10.0.0.CR4 Release Notes wiki page. Give it a try and let us know what you think. If all goes well, this will be the last CR before the final release. Enjoy!

WildFly 10 CR2 is released!

The second release candidate for WildFly 10 (10.0.0.CR2) is now available for download! For details, see the official 10.0.0.CR2 Release Notes wiki page. Give it a try and let us know what you think.

WildFly 10 CR1 is released!

The first candidate for release of WildFly 10 (10.0.0.CR1) is now available for download! For details, see the official 10.0.0.CR1 Release Notes wiki page. Give it a try and let us know what you think.

WildFly 10 Beta2 is released!

The WildFly 10.0.0.Beta2 release is now available for download! For details, see the official 10.0.0.Beta2 Release Notes wiki page.

WildFly Swarm 1.0.0.Alpha4 Released!

Once again, we’re delighted and enthralled to announce a release of WildFly Swarm. This time, it’s 1.0.0.Alpha4! That’s like one more than last time! This release has taken a few months, but it is chock-a-block full of awesome changes. But first, you might be wondering What is WildFly Swarm? Well, it’s WildFly, but dis-assembled and repackaged so that you can consume just the bits’n’bobs you need in order to build slimmer application services and run...

Using Server-Side JavaScript with WildFly

The WildFly 10.0.0.Beta1 release includes support for an experimental new feature, that allows you to use JavaScript on the server side, using the Nashorn JavaScript engine that is built into the JDK. Combined with another new feature that allows you to serve web resources from outside the deployment it is possible to write server-side code with no redeploy of copy step involved. This feature also allows Java EE resources such as CDI beans to be...

WildFly 10 Beta is released!

The WildFly 10.0.0.Beta1 release is now available for download! Notable highlights include: Continued Java EE7 Support Java 8+ Required ActiveMQ Artemis JavaScript Support with Hot Reloading Offline CLI Support For Domain Mode HA Singleton Deployments Migration Operations for Legacy Subsystems Capabilities and Requirements Hibernate 5 Infinispan 8 These are covered in more detail on the official 10.0.0.Beta1 Release Notes wiki page

Centralized Logging for WildFly with the ELK Stack

The ELK stack; elasticsearch, logstash and kibana can be used for centralize logging. It’s not the intention of this post to be a tutorial on how to configure logstash. We will go through a basic logstash configuration then configure WildFly to send log messages to logstash. Download and Configure logstash First we need to download logstash. Once the download is complete simply extract logstash from the archive. Next we will need to create a configuraton...

WildFly 9.0.1.Final and 8.2.1.Final are released.

WildFly 9.0.1.Final and 8.2.1.Final are now available for download. These releases include security updates and bug fixes. For more details see the release notes for 8.2.1 here and 9.0.1 here.

WildFly 9 Final is released!

The WildFly 9 Final release is now available for download! Java EE7 As with WildFly 8, WildFly 9 is a certified implemenation of both the Java EE7 full and web profile specifications. HTTP/2 Support Undertow, the web server in WildFly, has added support for the new HTTP/2 standard. HTTP/2 reduces latency by compressing headers and multiplexing many streams over the same TCP connection. It also supports the ability for a server to push resources to...