-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" when running an integration #4882
Closed
claudio4j opened this issue
Oct 30, 2023
· 1 comment
· Fixed by apache/camel-k-runtime#1100 or #4883
Closed
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" when running an integration #4882
claudio4j opened this issue
Oct 30, 2023
· 1 comment
· Fixed by apache/camel-k-runtime#1100 or #4883
Labels
kind/bug
Something isn't working
Comments
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Oct 30, 2023
camel-k-maven-logging from camel-k-runtime will bring slf4j-api 2.0 slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
I think this issue should not be closed as it was not fixed on camel-k. |
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 2, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 3, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 3, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 3, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 3, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 3, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 3, 2023
moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882
claudio4j
added a commit
to claudio4j/camel-k
that referenced
this issue
Nov 6, 2023
…pache#4883) moved camel-k-maven-logging from camel-k-runtime to camel-k project to make the maven logging independent of the camel-k-runtime slf4j-api 1.7 originally from maven zip should be removed Fix apache#4882 (cherry picked from commit 0c1c01d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
When run any integration in Camel K 2.1.0 or 2.2.0-SNAPSHOT there is a warning in camel-k-operator log
This message doesn't happen in camel-k-operator 2.0.1.
You can
Steps to reproduce
You can run just the
mvn
command in the camel-k-operator podThe notable logback and slf4j libraries in maven are
logback 1.4.x is incompatible to slf4j 1.7, it should use slf4j 2.0 instead.
Also, logstash-logback-encoder depends on logback 1.3.7, and maven overlays logback 1.4.8, but it seems to not be a problem.
Camel K version
2.2.0-SNAPSHOT
The text was updated successfully, but these errors were encountered: