JBoss.ORG

Blogs

Community Blog Feed: Most Recent Posts

Using SAML with Keycloak

By F.Marchioni

In this tutorial, we’ll explore how to integrate SAML (Security Assertion Markup Language) with Keycloak. SAML 2.0 is a widely-used authentication protocol that exchanges XML documents between authentication servers and applications. In this article…


How to use a Datasource in Quarkus

By F.Marchioni

This article will teach you how to use a plain Datasource resource in a Quarkus application. We will create a simple REST Endpoint and inject a Datasource in it to extract the java.sql.Connection object. We will also learn how to configure the Datas…


Quarkus 3.2.11.Final released - Maintenance LTS release

By Alexey Loubyansky

Quarkus 3.2.11.Final, the eleventh maintenance release of the 3.2 LTS release train has been released. This release includes the following security-related fixes: * Denial of service caused by an infinite loop for a corrupted DUMP file * PostgreSQL …


Eclipse Vert.x 4.5.5 released!

By Julien Viet

Eclipse Vert.x version 4.5.5 has just been released. It fixes quite a few bugs that have been reported by the community


Infinispan 15.0.0.Final

By Tristan Tarrant

Don’t you know I’m still standin' better than I ever did? Lookin' like a true survivor, feelin' like a little kid Those lyrics certainly apply to our newest, and best, release: Infinispan 15, which continues to improve on its mature foundation, and …


Quarkus Newsletter #42 - March

By James Cobb

Read this great article "How to integrate Quarkus applications with OpenShift AI" by Clement Escoffier to discover how to integrate cutting-edge OpenShift AI capabilities into your Java applications using the OpenShift AI integration with Quarkus. L…


Trying Out An Upcoming Security Feature for WildFly on OpenShift

By Prarthona Paul

A future release of WildFly will include the ability to add additional scope values when securing applications using OpenID Connect (OIDC). This blog post demonstrates how to secure a WildFly application using OpenID Connect and configure scope valu…


Hosting a React Application on WildFly

By Darran Lofthouse

As part of an upcoming development item I am going to be working with a React application deployed to the WildFly application server and invoking Jakarta RESTful Web Service endpoints to interact with the server side of the application. I thought ot…


Quarkus 3.8.2 released - Maintenance release

By Guillaume Smet

Today, we released Quarkus 3.8.2, our first (we skipped 3.8.0) maintenance release for the 3.8 release train. This release contains bugfixes and documentation improvements. It should be a safe upgrade for anyone already using 3.8. UPDATE To update t…


WildFly - The GitOps Way

By Jeff Mesnil

Keycloak 24.0.1 released

By Keycloak Blog

To download the release go to . HIGHLIGHTS OPERATOR DEPLOYS NIGHTLY BUILD INSTEAD OF 24.0.0 Due to an issue in the release process when deploying Keycloak using the Operator it installed the nightly container instead of 24.0.0. As a quick fix to the…


How to find WildFly REST Endpoints

By F.Marchioni

Discovering the list of available endpoints is crucial to map and troubleshoot REST Applications. This article will teach you three simple strategies to discover WildFly REST Endpoints which are available. Option 1: Use the Management Console The fi…


Keycloak 24.0.0 released

By Keycloak Blog

To download the release go to . HIGHLIGHTS OPERATOR DEPLOYS NIGHTLY BUILD INSTEAD OF 24.0.0 Due to an issue in the release process when deploying Keycloak using the Operator it installed the nightly container instead of 24.0.0. As a quick fix to the…


Getting Started with Cucumber Testing in Java

By F.Marchioni

Cucumber is a popular open-source tool that supports Behavior-Driven Development (BDD) for testing software applications in Java. BDD emphasizes collaboration between developers, testers, and stakeholders by writing test scenarios in a readable, pla…


Getting started with GitHub Actions

By F.Marchioni

GitHub Actions is a flexible and powerful automation service that allows you to automate, customize, and execute workflows directly in your GitHub repository. These workflows can automate various tasks such as building, testing, deploying, and publi…


How to contribute to WildFly

By Ranabir Chakraborty

Welcome to the world of WildFly contributions, a place where your skills can make a real impact! If you’re eager to dive in but not sure where to start, this guide is here to simplify the process for you. Whether you’re new to open source or just ge…


Vlog: Securing WildFly Apps with Okta on OpenShift

By Prarthona Paul

Quarkus 3.8 - Our new LTS version

By Guillaume Smet

It is with great pleasure that we are announcing the release of Quarkus 3.8, our new LTS release (see for more information about our LTS releases). LTS releases are maintained for a period of 12 months. The previous LTS release was 3.2 and a lot of …


WildFly 31.0.1 is released!

By Brian Stansberry

WildFly 31.0.1.Final is now available . It’s been about five weeks since the WildFly 31 release, so we’ve done a small bug fix update, WildFly 31.0.1. This includes an update to WildFly Preview. The following issues were resolved in 31.0.1: BUGS * […


The road to generated SDKs with Kiota using Quarkus

By Andrea Peruffo

THE CHALLENGE Quarkus applications typically expose functionalities through API endpoints; here, we discuss how to easily consume those APIs and provide a smooth experience for our beloved users. While HTTP calls are easy to perform in any programmi…


- End of Results -