Blogs
Community Blog Feed: Most Recent Posts
Quarkus Newsletter #18 - March
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!
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
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
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
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
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)
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
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
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!
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!
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)
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
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
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
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)
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
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
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
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 -