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

Fix `ConfigurationFactory::isActive` overrides

Open vy opened this issue 4 months ago • 0 comments

ConfigurationFactory implementations should override isActive() and throw IllegalStateException when they are used (e.g., via getSupportedTypes()) in inactive state. This change sufficiently be tested too.

See this comment on #3839 for details.

No 3.x port is needed – isActive() does not exist there.

vy avatar Aug 25 '25 09:08 vy