Blog Page 12/44
Add Microprofile healthchecks programmatically from an extension with CDI 2! by Romain Manni-Bucau, 2019-11-29
Microprofile health integrates smoothly with kubernetes but how to ensure any extension can register as many as check as needed programmatically without requiring to materialize them all one by one? Let see how to do it very easily.
How to customize a docker image with Testcontainers by Romain Manni-Bucau, 2019-11-08
Testcontainers is a great testing library to ochestrate docker containers with JUnit5. But it also hides some nice utilities wrapping docker client which can help to prepare volatile containers and stick to official images instead of building custom ones.