accumulo
accumulo copied to clipboard
Upgrade slf4j to version 2.
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)
This requires log4j 2.19.0, which is not yet released
I created PR #2938 which bumps to log4j2 2.19.0 which was released yesterday and a couple other minor updates.