Blogs
Community Blog Feed: Most Recent Posts
Migration to Quarkus 3.0 is a breeze
Quarkus 3 is out and we encourage our users to upgrade their applications to experience the best Quarkus ever! The team worked hard to deliver a lot of new features and performance improvements. But of course, there are also some breaking changes. T…
Quarkus 3.0.4.Final released - Maintenance release
We released Quarkus 3.0.4.Final, the third maintenance release of our 3.0 release train (as our first public release for 3.0 was 3.0.1.Final). As usual, it contains bugfixes and documentation improvements. It should be a safe upgrade for anyone alre…
MicroProfile LRA: A Comprehensive Guide
In today’s distributed and microservices-based architectures, ensuring data consistency and coordination across multiple services can be challenging. This is where MicroProfile LRA (Long Running Actions) comes into play. In this tutorial, we will ex…
Using MicroProfile LRA in WildFly
is a specification that defines the protocol and an API for the distributed transactions based on the saga pattern and user-defined compensations. In WildFly 28.0.0.Final, we introduced the integration of which implements this specification. In this…
WildFly 28.0.1 is released!
WildFly 28.0.1.Final is now available . It’s been about five weeks since the WildFly 28 release, so we’ve done a small bug fix update, WildFly 28.0.1. This includes an update to WildFly Preview. The following issues were resolved in 28.0.1: BUGS * […
Using Visual Studio to develop and manage WildFly
Visual Studio Community Edition is completely free IDE for individual developers. Despite being free, it provides a rich set of features and capabilities comparable to the paid editions of Visual Studio. In this article we will learn how to use it t…
Kogito 1.38.0 released!
We are glad to announce that the Kogito 1.38.0 release is now available! This goes hand in hand with , release. From a feature point of view, we have included a series of new features and bug fixes, including: * Data Index addons that allow running …
This Week in JBoss - May, 15 2023
THIS WEEK IN JBOSS - MAY, 15 2023 Happy Friday, everyone! Here is another edition of the JBoss Editorial with exciting news and updates from your JBoss communities. RELEASE ROUNDUP Here are the most recent releases for this edition: * - T…
Toward a reliable and fully recoverable Drools stateful session
One of the most important features of Drools is the possibility of evaluating rules in an interactive and conversational way, allowing to use inference to make iterative changes to facts over time and preserving the state of a session among differen…
Kogito 1.37.0 released!
We are glad to announce that the Kogito 1.37.0 release is now available! This goes hand in hand with , release. From a feature point of view, we have included a series of new features and bug fixes, including: * ForEach state actions now can access …
JQ EXPRESSION AUTO COMPLETIONS
In Serverless Workflow each instance is associated with a data model. These models consist of JSON objects. The data inside these models needs to be accessed and updated throughout the flow execution. jq is a powerful filtering tool that makes worki…
Quarkus Newsletter #32 - May
The May newsletter has beens sent. Get a deep dive into the Quarkus 3 release. Learn how to implement built-in and custom Role-Based Access Control (RBAC) in Quarkus to ensure secure REST API access with the "Implementing RBAC in Quarkus" article by…
Using Pact and Quarkus to Tame Microservices Testing
In a microservices architecture, making sure each microservices works is (relatively) easy. The microservices are usually small, and easy to test. But how do you make sure the microservices work together? How do you know if the system as a whole wor…
New DMN boxed expression editor
We’re excited to announce the completion of the new generation of the Boxed Expression editor! We the beginning of this process some time ago, if you are a regular blog visitor you should remember that. During that time, we made the new component av…
Podman Desktop: A Beginner’s Guide to Containerization
Podman is a popular containerization tool that allows users to manage containers, images, and other related resources. The Podman Desktop Tool is an easy-to-use graphical interface for managing Podman containers on your desktop. In this tutorial, we…
Eclipse Vert.x 3.9.16 released!
Eclipse Vert.x version 3.9.16 has just been released which fixes CVE-2023-32081
Eclipse Vert.x 4.4.2 released!
Eclipse Vert.x version 4.4.2 has just been released. It fixes CVE-2023-32081 and quite a few bugs that have been reported by the community
Simplifying Drools Tests with AssertJ
INTRODUCTION Creating clean, concise, and maintainable tests is crucial for any software project. In this post, we will discuss the ongoing refactoring process for Drools tests and illustrate how these techniques can benefit other projects. By lever…
- End of Results -