logging-log4j2
logging-log4j2 copied to clipboard
Removes bridges from Log4j 3
The log4j-slf4j-impl, log4j-slf4j2-impl, log4j-to-jul and log4j-to-slf4j bridges are practically identical to their 2.x counterparts.
Unlike log4j-jpl (which requires Java 11) and log4j-jul (which requires breaking changes to remove optional log4j-core dependency), these bridges do not profit from a new release.
As agreed on dev@logging, this PR removes them and cleans up the dependencies they used.