All other

Efesto refactoring – Introduction

    Blog post image      

This post is meant as an introduction of the overall motivations, goals and choices around the Efesto initiative. Premise Originally, "Drools" (and its repository) was meant only as a "rule engine", and all the code was built around this paradigm. Over the years, new engines have been created that used, more or less, the "ruleRead more →

Kogito 1.24.0 released!

    Blog post image      

We are glad to announce that the Kogito 1.24.0 release is now available! This goes hand in hand with Kogito Tooling 0.20.0, Kogito Images, Operator, and CLI 1.24.0 release. From a feature point of view, we have included a series of new features and bug fixes, including: Persistence support for Process versions Allow users toRead more →

Refactoring the Drools Compiler

    Blog post image      

In the past few weeks we have been working hard on redesigning the architecture of Drools the rules engine and the rest of our ecosystem of runtime engines. In this blog post I want to focus a bit on the refactoring of the KnowledgeBuilder, a core component of the build infrastructure of the v6-v7 APIs.Read more →

Kogito 1.23.0 released!

    Blog post image      

We are glad to announce that the Kogito 1.23.0 release is now available! This goes hand in hand with Kogito Tooling 0.20.0, Kogito Images, Operator, and CLI 1.23.0 release. From a feature point of view, we have included a series of new features and bug fixes, including: Added endpoint to get source file content fromRead more →

Kogito 1.22.1 released!

    Blog post image      

We are glad to announce that the Kogito 1.22.1 release is now available! This goes hand in hand with Kogito Tooling 0.19.0, Kogito Images, Operator, and CLI 1.22.1 release. From a feature point of view, we included a series of new features and bug fixes, including: Added support for models including collections at Data IndexRead more →

Getting Started with Service Calls and Serverless Workflow

    Blog post image      

Workflows are great for orchestrating services, functions or events. They provide out-of-the-box features to make your applications resilient, reliable, and simple. But currently, each cloud vendor has its workflow solution. AWS has Step Functions, Google has Google Workflows, Microsoft has Azure Durable functions, and so on. The lack of a common way to define workflowsRead more →

Kogito 1.21.0 released!

    Blog post image      

We are glad to announce that the Kogito 1.21.0 release is now available! This goes hand in hand with Kogito Tooling 0.19.0, Kogito Images, Operator, and CLI 1.21.0 release. From a feature point of view, we included a series of new features and bug fixes, including: New source files add-on that allows you to downloadRead more →

How to add users using file-based strategy in PAM/DM 7.12

    Blog post image      

Issue Identified: Custom Users/Roles not created in RHPAM 7.12.1/EAP 7.4.1. Sample of invalid user.xml: <?xml version="1.0" ?> <identity xmlns="urn:elytron:1.0"> <attributes> <name="roles" value="kie-server"></attribute> <attribute name="roles" value="rest-all"></attribute> <attribute name="roles" value="admin"></attribute> <attribute name="roles" value="kiemgmt"></attribute> <attribute name="roles" value="Administrators"></attribute> <attribute name="roles" value="user"></attribute> </attributes></identity>$ Error in logs: 23:35:20,692 ERROR [org.jboss.as.controller.management-operation] (CLI command executor) WFLYCTL0013: Operation (“set-password”) failed – address: ( (“subsystem”Read more →