Investigate possible addition of more logging facades
Basics
Logistics
Basics
Logistics
Description
Environment
None
is related to
Activity
Show:
Scott Cantor January 21, 2021 at 2:14 PM
Added the JUL and log4j bridges as runtime scope to include them in the distributed package so that third party software using them are properly supported. JCL support comes from Spring.
Any modules that need them for tests should include them directly as test scope.
We don't ship any of the slf4j logging front-ends, except indirectly through spring-jcl, which does do this internally.
I think we probably may want to ship the others to support dependencies using log4j, juli, and anything else I'm overloooking, but this needs to be examined.
There's also a question about why those facades are included in some POMs as test dependencies.