[
https://issues.apache.org/jira/browse/CAMEL-22591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18033149#comment-18033149
]
Pasquale Congiusti commented on CAMEL-22591:
--------------------------------------------
This is limited to 3 components:
{code}
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s
-- in org.apache.camel.test.infra.keycloak.KeycloakInfraServiceTest
...
[INFO] --- jar:3.4.2:test-jar (default) @ camel-test-infra-openai-mock ---
...
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s
-- in org.apache.camel.test.infra.docling.DoclingInfraServiceTest
{code}
After the work done in CAMEL-22607
> [build] SLF4J(W): No SLF4J providers were found.
> ------------------------------------------------
>
> Key: CAMEL-22591
> URL: https://issues.apache.org/jira/browse/CAMEL-22591
> Project: Camel
> Issue Type: Task
> Reporter: Pasquale Congiusti
> Priority: Minor
>
> While working on a PR to remove testing traces from build log [1] I
> discovered we have many test that are not honoring the logger implementation.
> Traces such as:
> {code}
> SLF4J(W): No SLF4J providers were found.
> SLF4J(W): Defaulting to no-operation (NOP) logger implementation
> SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further
> details.
> SLF4J(W): Class path contains SLF4J bindings targeting slf4j-api versions
> 1.7.x or earlier.
> SLF4J(W): Ignoring binding found at
> [jar:file:/home/squake/.m2/repository/org/slf4j/slf4j-reload4j/1.7.36/slf4j-reload4j-1.7.36.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J(W): See https://www.slf4j.org/codes.html#ignoredBindings for an
> explanation.
> {code}
> are common among tests. We may verify if we can include test scoped
> dependency in the parent in order to have a default configuration and avoid
> these traces. Alternatively we need to fix each module to include the proper
> dependencies.
> [1] https://github.com/apache/camel/pull/19675
--
This message was sent by Atlassian Jira
(v8.20.10#820010)