Enterprise Java
-
Kogito, ergo Rules — Part 2: An All-Encompassing Execution Model for Rules
This is the second post of a series of updates on the Kogito initiative and our efforts to bring Drools…
Read More » -
Kogito, ergo Rules — Part 1: Bringing Drools Further
The Kogito initiative is our pledge to bring our business automation suite to the cloud and the larger Kubernetes ecosystem.…
Read More » -
Enhanced CDI contexts & bulkheads with MicroProfile Context Propagation
When using CDI with asynchronous execution methods, such as a ManagedExecutorService, it’s traditionally not possible to access all of CDI’s…
Read More » -
Proposal on Jakarta EE’s innovation & relationship with MicroProfile
At the JCrete unconference, a few of us were brainstorming about the vision of Jakarta EE and especially the relationship…
Read More » -
Chicken and egg – resolving Spring properties ahead of a test
Consider a service class responsible for making a remote call and retrieving a detail: 01 02 03 04 05 06…
Read More » -
Using metric tags with MicroProfile Metrics 2.0
Business-related metrics that are emitted from our application might contain parameters (i.e. tags or labels) for which a specific metric…
Read More » -
Testing Spring Boot conditionals the sane way
If you are more or less experienced Spring Boot user, it is very luckily that at some point you may…
Read More » -
Java Single Dependency Dockerized HTTP Endpoint
In this article, we will create a Java-based HTTP endpoint, make an executable jar out of it, pack it up…
Read More » -
(De)serialization and Validation of Custom Primitives and DTOs
Lately, we presented you with our new HTTP framework – HttpMate. In the introduction article, we referred to the mapping…
Read More »