Remove SLF4J-Simple binding
Closed this issue · 3 comments
Zabuzard commented
Lines 110 to 113 in 9f2ea20
Please remove any concrete SLF4J bindings, such as slf4j-simple from your dependencies. This makes it hard for users of your project to define their own binding, such as log4j2 or similar:
This is mainly a problem because your artifacts are fat/uber-jars. So dependency-exclusions dont work. Ideally, a library would never include any concrete bindings but only the facade itself.
Cheers and thanks for this awesome project!
trekawek commented
Zabuzard commented
Good stuff, thanks 👍
trekawek commented
Version with removed binding has been released as 1.0.2.