Setup Meecrowave BASIC security by configuration by Romain Manni-Bucau, 2021-04-01

Meecrowave is a very flexible and configurable light server. Let see how to setup BASIC security by configuration in a few lines.

Migrating from a database to static blog by Romain Manni-Bucau, 2021-03-23

Previous version of my blog was backed by a database, this new version uses a static generator. Let see how the migration went.

Apache Meecrowave: enable access log by Romain Manni-Bucau, 2021-02-23

If you are using or tested Apache Meecrowave you can wonder why you don’t see access log by default, this is because, to let you use the logging you want it is not on out of the box. Let see how to enable it.

GraalVM and logs with Yupiik LogManager: JUL and bindings (SLF4J, …​) by Romain Manni-Bucau, 2021-02-09

GraalVM native-image enables to convert a Java application to a native binary making it generally faster to start and using less memory. However, it still hits a common issue: logging framework handling. Let see how to solve it.

Maven Shade Plugin and CDI beans.xml by Romain Manni-Bucau, 2021-02-04

Maven Shade Plugin is a great plugin to have an "all in one" executable jar easily shareable, however when moving from a "multiple jars" to "single jar" model, some libraries need some tuning. Let’s dig into CDI beans.xml case.