I always liked JBoss Logging due to its performance driven design. Although it works well out of the box when doing the usual Quarkus stuff, making it work outside of its native ecosystem has often been hard...
Here is a minimal reproducer: https://github.com/ppalaga/reproduce-quarkus-53870 Note that quarkus-bootstrap-runner is a direct runtime dependency. It could also be a transitive dependency or a tes...