Hi Ralph, On Sun, 25 Jun 2023 at 00:23, Ralph Goers <ralph.go...@dslextreme.com> wrote: > > The only thing I am aware of is a “relocation” - > https://maven.apache.org/guides/mini/guide-relocation.html. This would mean > continuing to publish log4j-core and have to reference the new artifact. > However, I recall doing that was attempted to redirect log4j 1.x to reload4j > and I don’t recall that being very successful.
I think the PMC didn't agree to relocate `log4j:log4j` to an external artifact. Other artifacts like `slf4j-log4j12` have been relocated: https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12 Piotr