JBoss.ORG

Blogs

Community Blog Feed: Most Recent Posts

Eclipse Vert.x 3.9.13 released!

By Julien Viet

Eclipse Vert.x version 3.9.13 has just been released.


Quarkus Newsletter #18 - March

By James Cobb

The March newsletter has been sent. Learn about what’s new with Java 17 and containers, read about LogicDrop and Vaadin’s path to using Quarkus, and get a look at Continuous testing with Quarkus. Additionally, you’ll get more insights into how Keycl…


Eclipse Vert.x 4.2.6 released!

By Julien Viet

Eclipse Vert.x version 4.2.6 has just been released. It fixes quite a few bugs that have been reported by the community and provides a couple of features


Quarkus 2.7.5.Final released - Maintenance release

By Guillaume Smet

Today, we released 2.7.5.Final which, as usual, only contains bugfixes and documentation improvements. It is a safe upgrade for anyone already using 2.7. If you are not using 2.7 already, please refer to the 2.7 migration guide. Full changelog You c…


Quarkus Reactive messaging with Kafka

By F.Marchioni

In this article, we will learn how to create a Quarkus Reactive application which uses the SmallRye Reactive Messaging and Mutiny project to stream data from and to a Kafka cluster. Reactive messaging in a nutshell The architecture style of enterpri…


This Week in JBoss - 11 March 2022

By Alex Porcelli

THIS WEEK IN JBOSS - 11 MARCH 2022 Happy Friday, everyone! Welcome to another edition of the JBoss Editorial that brings you news and updates from your favorite communities. RELEASE ROUNDUP Here are the most recent releases for this edition…


Testing Jakarta EE applications with CDI-test

By Gunnar Hilling

This article introduces the Testing framework CDI-Test which you can use to test JakartaEE and Microprofile applications at scale. CDI Test: why you need it First of all: We all love developing in the Java EE ecosystem. Or at least we do since versi…


Devoxx UK 2022 - Designing Your Best Architecture Diagrams (accepted)

By Eric D. Schabell

As mentioned previously, I’ve pushed a few talks to the  conference being held from 11-13 of May in London. The Devoxx series is well know and I’ve attended and spoken at multiple sessions for the Belgian version in the past. It’s very developer cen…


Content Based Routing with Quarkus and Kogito

By Matteo Mortari

This is a second iteration of a , where we implemented EIP patterns using just Drools and Apache Camel. In this post instead, I want to share with you how to implement a complete, end-to-end Content Based Routing solution using as a developer platfo…


Quarkus 2.7.4.Final released - Maintenance release

By Guillaume Smet

We just released Quarkus 2.7.4.Final with a new round of bugfixes and documentation improvements. It is a safe upgrade for anyone already using 2.7. If you are not using 2.7 already, please refer to the 2.7 migration guide. Full changelog You can ge…


Kogito 1.18.0 released!

By Cristiano Nicolai

We are glad to announce that the Kogito 1.18.0 release is now available! This goes hand in hand with , release. From a feature point of view, we included a series of new features and bug fixes, including: * Spring Boot upgraded to version to 2.4.9 *…


Quarkus Tools for IntelliJ 1.10.0 released!

By Jeff Maury

We are very pleased to announce the 1.10.0 release of Quarkus Tools for IntelliJ. This release adds support for Quarkus run/debug configurations and provides several fixes (including security fixes). Quarkus configurations It is possible to run or d…


DevOpsDays Raleigh 2022 - Talking Architecture Shop (accepted)

By Eric D. Schabell

 I’ve that I was trying to join the DevOpsDays Raleigh 2022 conference this year, to be hosted on April 13-14 in Raleigh, NC.  I submitted a few talks, a workshop, and crossed my fingers to await the selection committee results. The verdict is in, I…


Narayana Community Priorities

By Michael Musgrove

NARAYANA COMMUNITY PRIORITIES The following is an outline of our near term priorities for the Narayana open source transaction manager. They have been set based on input from the community, including the narayana-users . It is not necessarily a comp…


WildFly on the Cloud with Helm

By F.Marchioni

Helm is a package Manager that simplify the management of manifest resources you need for Kubernetes projects. In this article we will walk through an example WildFly application which we will deploy on OpenShift using Helm Charts Helm overview and …


Editing Serverless Workflow definitions with our new VSCode extension

By Paulo Martins

We are happy to announce the first release of our , which allows users to have a side-by-side real-time preview of their workflows while editing JSON and YAML files inside VSCode (*.sw.json, *.sw.yaml, *.sw.yml). This extension complies with the CNC…


Prototypes and Live Queries: A Sneak Peek Into The Future of Drools (featuring Debezium and Apache Calcite)

By Mario Fusco

Drools is a hybrid rule engine, allowing both data-driven forward chaining (rules match facts in the working memory producing other facts that in turn activate other rules) and goal-driven backward chaining (queries match facts in the working memory…


Quarkus 2.7.3.Final released - Maintenance release

By Guillaume Smet

Today, we released a new maintenance release for our 2.7 release train: 2.7.3.Final. Thanks to all the people reporting issues, providing reproducers, fixes… , it’s really appreciated. It is a safe upgrade for anyone already using 2.7. If you are no…


6 things you can do with JBang but you can’t with Shell

By F.Marchioni

Using Java as scripting language has become a popular option in the last few years thanks to the JShell tool. In this article we will learn how the JBang scripting tool can take your Java scripting power at another level. Automatic fetching of depen…


How to configure Logging with Quarkus

By F.Marchioni

Quarkus uses the JBoss Log Manager project as facade for application logging. Therefore, the main configuration options should be familiar to JBoss/WildFly users. Let’s see how to configure most common options. Quarkus logging in a nutshell To use L…


- End of Results -