Hi Ralph, On Tue, 2 Jan 2024 at 11:59, Apache <ralph.go...@dslextreme.com> wrote: > > If this is a runtime dependency then I am against using it in Log4J api and > core.
It is an annotation-only library, with a retention of `RUNTIME`. However annotations should not cause `NoClassDefFoundError`s. Piotr