accumulo icon indicating copy to clipboard operation
accumulo copied to clipboard

Upgrade slf4j to version 2.

Open EdColeman opened this issue 2 years ago • 1 comments

From PR #2920 @ctubbsii commented:

we should consider using SLF4J 2, which uses the Java service loader to load the transitive logging dependencies at runtime, rather than the StaticLoggerBinder that SLF4J 1.7 used. It might save some trouble with transitive deps.

Currently our slf4j version is 1.7.36 - the current slf4j 2 version is 2.0.1 (release Sept 14, 2022)

EdColeman avatar Sep 16 '22 13:09 EdColeman

This requires log4j 2.19.0, which is not yet released

ctubbsii avatar Sep 16 '22 15:09 ctubbsii

I created PR #2938 which bumps to log4j2 2.19.0 which was released yesterday and a couple other minor updates.

cshannon avatar Sep 18 '22 12:09 cshannon