logging-log4j2 icon indicating copy to clipboard operation
logging-log4j2 copied to clipboard

[LOG4J2-3040][3.x] Avoid ClassCastException in JeroMqManager with custom LoggerContextFactory

Open grgrzybek opened this issue 3 years ago • 1 comments

Signed-off-by: Grzegorz Grzybek [email protected]

I tried using org.apache.logging.log4j.test.junit.LoggerContextFactoryExtension, but somehow I couldn't make it work (maybe incompatible with org.apache.logging.log4j.core.test.junit.LoggerContextRule?

grgrzybek avatar Mar 11 '22 08:03 grgrzybek

The extensions are for JUnit 5 as their extensions framework is fairly different from the old rules API. They don't interact.

jvz avatar Mar 11 '22 20:03 jvz

This was closed automatically by Github because we renamed the branch called master (which some people find offensive) to main. Feel free to resubmit to the main branch.

ppkarwasz avatar Mar 01 '23 06:03 ppkarwasz

New PR: #1313.

grgrzybek avatar Mar 01 '23 07:03 grgrzybek