logging-log4j2
logging-log4j2 copied to clipboard
Fix `ConfigurationFactory::isActive` overrides
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.