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

Removes bridges from Log4j 3

Open ppkarwasz opened this issue 1 year ago • 13 comments

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.

ppkarwasz avatar Sep 06 '24 10:09 ppkarwasz