Apache Karaf custom distribution : patch your configuration from your pom by Romain Manni-Bucau, 2020-10-13

Apache Karaf Maven plugin enables to build custom distribution but the configuration management is not always easy to make maintenable. Let see how to put your configuration in your pom.xml!

JIB: how to filter files added to docker layers by Romain Manni-Bucau, 2020-10-06

It is common to need to filter files from the implicit maven/gradle to docker mapping JIB does. Let see how it is enabled today.

Configure Java Util Logging (JUL) to use a more production/docker ready pattern using SimpleFormatter by Romain Manni-Bucau, 2020-09-29

At docker erea, it is important to ensure its logging is grokable easily. Let see how to tune JUL without any code to reach that point.

Skip some CDI extensions with Apache OpenWebBeans by Romain Manni-Bucau, 2020-07-10

CDI extensions are implicit but sometimes can slow down your startup for nothing. Let see how Apache OpenWebBeans enables you to get back the control on what you deploy.

Replace Maven Surefire plugin by JUnit Platform Maven Plugin by Romain Manni-Bucau, 2020-07-09

How to rely on the native Junit5 test launcher with Apache Maven? You can now replace Maven Surefire with a Junit 5 native test plugin!