Blogs
Community Blog Feed: Most Recent Posts
Eclipse Vert.x 4.4.1 released!
Eclipse Vert.x version 4.4.1 has just been released. It fixes quite a few bugs that have been reported by the community
Update on deprecation of Keycloak adapters
In 2022 we announced the deprecation of , with a plan to stop delivering most adapters in . As we have not been able to make sufficient progress on finding alternatives and work on supporting material to help migrating away from Keycloak adapters we…
How to configure CORS on WildFly
If you are running your web applications on WildFly, you can configure CORS to allow cross-domain requests. In this article, we will go through the steps to configure CORS on WildFly. What is a Cross Resource Sharing (CORS)? Cross-Origin Resource Sh…
How to tune the performance of Java 11 HttpClients
The Java 11 HttpClient API provides a lot of configuration options that you can use to tune its performance. In this tutorial, we will explore some of the most important ones. Connection Pooling Connection pooling is a technique that allows you to r…
Writing high performance Apache HTTP Clients
When it comes to consuming HTTP resources in Java applications, Apache HTTP Client is a popular choice for developers due to its ease of use, flexibility, and robustness. In this article, we will explore how to write a high-performance Java HTTP cli…
Keycloak OpenID Authentication with WildFly
Keycloak is an open-source identity and access management solution that supports OpenID Connect and OAuth 2.0 protocols. In this tutorial we will learn how to configure a Keycloak Realm and use as OpenID Client an application running on WildFly. Bef…
Managing Keycloak user metadata and custom attributes
Each user that is stored in Keycloak can store basic Metadata information such as name and email. Besides that, you can store arbitrary user attributes, also called Custom Attributes. In this tutorial, we will show an example application which retri…
How to set and load Properties in WildFly ?
In this tutorial we will cover how to load System Properties or Application Properties running on WildFly Application Server. We will also discuss how to set System Properties when running WildFly in a Kubernetes environment. In a Bare Metal install…
How to filter through a JSON Document using Java 8 Stream API
Filtering through a JSON document using Java 8 Stream API involves converting the JSON document into a stream of objects and then using the filter method to select the objects that match a given condition. Here are the steps to filter through a JSON…
How to debug remotely WildFly
Do you want to learn how to remotely debug WildFly using IntelliJ, Visual Studio or Eclipse? in this tutorial we will show all the steps to get started in minutes! Setting up WildFly Debugging a remotely running Java application is an important skil…
Debugging RestAssured Tests
When you run REST Assured tests, you may encounter errors such as failing assertions, incorrect responses, or unexpected behaviors. This article explains some techniques that can help you identify the root cause of these errors and fix them quickly.…
Simplify Kubernetes debugging with declarative logic
We put Drools inside Kubernetes’ control plane …you wouldn’t believe what happened next! 😉 This is a longer post on the current status of explorations with RuleOps; you may want to skim or skip to different sections, depending on your interests. Ru…
Quarkus 3.0.0.Beta1 released
It is our pleasure to announce the availability of Quarkus 3.0.0.Beta1. We plan to release Quarkus 3.0.0.CR1 next week so now is a good time for testing the migration of your applications to Quarkus 3 (see below for more information about upgrading)…
This Week in JBoss - March, 23 2023
THIS WEEK IN JBOSS - MARCH, 23 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: * -…
Quarkus 2.16.5.Final released - Maintenance release
We released Quarkus 2.16.5.Final, the fifth maintenance release of our 2.16 release train. As usual, it contains bugfixes and documentation improvements. It should be a safe upgrade for anyone already using 2.16. If you are not already using 2.16, p…
Kogito 1.35.0 released!
We are glad to announce that the Kogito 1.35.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: * Flyway integration for JDBC based per…
How to live reload applications on WildFly
In this article we will discuss how to use WildFly Maven plugin to automate the redeployment of applications on WildFly when you apply some changes to the application class files. What is WildFly Maven plugin WildFly Maven Plugin is a plugin for Apa…
Quarkus 3.0.0.Alpha6 released
A week after Alpha5, we are releasing Quarkus 3.0.0.Alpha6. While Alpha5 came with major changes such as the upgrade to Hibernate ORM 6, Alpha6 is a smaller release packed with bugfixes, enhancements, and improvements to our upgrade process. What’s …
Dashbuilder Quarkus Extension 0.27.0
We are glad to announce that Dashbuilder Quarkus Extension 0.27.0 is out with multiple improvements. In this article we are going to share the new features and you can see a little about it on our Quarkus insights session: NEW SAMPLES SCREEN Dashbui…
Quarkus Newsletter #30 - March
It’s time for the March newletter so you can read the latest articles, blogs and insights on Quarkus. Get a deeper understanding of what developers can expect in the final version 3.0 with this InfoQ article "Road to Quarkus 3: Bets on the Flow API …
- End of Results -