[ https://issues.apache.org/jira/browse/IGNITE-19616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Aleksandr resolved IGNITE-19616. -------------------------------- Fix Version/s: 3.0.0-beta2 Resolution: Fixed Thanks, merged into main: faac3854f687daab2de4580fd9666fb227bf4c3a > Update slf4j version > -------------------- > > Key: IGNITE-19616 > URL: https://issues.apache.org/jira/browse/IGNITE-19616 > Project: Ignite > Issue Type: Task > Components: build > Reporter: Vadim Pakhnushev > Assignee: Vadim Pakhnushev > Priority: Major > Labels: ignite-3 > Fix For: 3.0.0-beta2 > > Time Spent: 20m > Remaining Estimate: 0h > > After IGNITE-19386, the transitive dependency on slf4j-api got bumped to the > version 2+, which is incompatible with explicit dependency on slf4j-jdk14. > This manifests in missing logs from Micronaut and this message in the > beginning: > {noformat} > 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:/root/.m2/repository/org/slf4j/slf4j-jdk14/1.7.32/slf4j-jdk14-1.7.32.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Ignoring binding found at > [jar:file:/opt/buildagent/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-nop/1.7.36/a3c1eb685d59414527faa93623acae311c184032/slf4j-nop-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See https://www.slf4j.org/codes.html#ignoredBindings for an > explanation. > {noformat} > We need to update the explicit dependency. -- This message was sent by Atlassian Jira (v8.20.10#820010)