y-scope / clp-ffi-java

Apache License 2.0
10 stars 3 forks source link

SLF4J API version used for logging is incompatible with projects that use 1.7.x provider versions #30

Closed kirkrodrigues closed 1 year ago

kirkrodrigues commented 1 year ago

Bug

When attempting to use this library in a project that uses 1.7.25 SLF4j API/providers, SLF4J fails to find a binding:

SLF4J: No SLF4J providers were found.
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See https://www.slf4j.org/codes.html#noProviders for further details.
SLF4J: Class path contains SLF4J bindings targeting slf4j-api versions 1.7.x or earlier.
SLF4J: Ignoring binding found at [jar:file:/slf4j-test/target/slf4j-test-1.0-SNAPSHOT-jar-with-dependencies.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an explanation.

clp-ffi version

0.3.3

Environment

Reproduction steps