apache / camel-k-runtime

Apache Camel K runtime
https://camel.apache.org
Apache License 2.0
64 stars 52 forks source link

Use slf4j 2.0.1 as this is the compatible version for logback 1.4.1 #902

Closed claudio4j closed 2 years ago

claudio4j commented 2 years ago

https://logback.qos.ch/news.html https://www.slf4j.org/codes.html#StaticLoggerBinder

Using logback 1.4.1 with slf4j 1.7.x (default in maven 3.8.3) prints

SLF4J: Failed to load class \"org.slf4j.impl.StaticLoggerBinder
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details

Any integration build in Camel K fails

Release Note

NONE
claudio4j commented 2 years ago

I will close this PR and open another one reverting the logback upgrade. Thanks for the review.