Enterprise Java
-
Jakarta EE 8 Status
Those of you following Jakarta EE probably know that the upcoming Jakarta EE 8 release will be functionally equivalent to…
Read More » -
Maven Project Setup for Mixing Spock 1.x and JUnit 5 Tests
I create a sample Groovy project for Maven, that mixes Spock tests and JUnit 5 tests in one project. In…
Read More » -
Temporary directories in JUnit 5 Tests
JUnit 4 TemporaryFolder @Rule allowed developers to create tests utilising temporary directories. With JUnit 5, the @Rules are not supported…
Read More » -
Secure Service-to-Service Spring Microservices with HTTPS and OAuth 2.0
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Monitoring Open Liberty with Prometheus & Grafana
I’ve recorded a video how to add monitoring to Open Liberty instances using Prometheus and Grafana, by simply configuring server…
Read More » -
Serverless API with Azure Functions
In this post I am going to work on a pretty simple use case. While executing a deployment pipeline FlexDeploy…
Read More » -
Applying Bulkheads And Backpressure using MicroProfile
I’ve recorded a video how to implement the bulkheads and backpressure using MicroProfile Fault Tolerance. The idea behind bulkheads is…
Read More » -
Guidance for Building a Control Plane for Envoy Part 3 – Domain Specific Configuration API
This is part 3 of a series that explores building a control plane for Envoy Proxy. In this blog series,…
Read More » -
Guidance for Building a Control Plane for Envoy Part 2 – Identify Components
This is part 2 of a series that explores building a control plane for Envoy Proxy. In this blog series,…
Read More »