[
https://issues.apache.org/jira/browse/IGNITE-19616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vadim Pakhnushev updated IGNITE-19616:
--------------------------------------
Description:
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.
was:
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 Micronaur.
We need to update the explicit dependency.
> 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
> Time Spent: 10m
> 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)