Closed adietish closed 4 years ago
/ok-to-test
@jeffmaury please review and /lgtm
This PR is broken: you use SLF4J only in pom.xml but import for Log4J are still there in code.
ouch, my bad, incomplete commit here. Fixing.
Another question: because you don't have any SLF4J provider, what about the tests ? Do we see the messages ?
The beauty of only having slf4j is that it's up to the consumer to decide what to use. The library does not impose a choice, only provides the facade. Kubernetes-client does the same. For the integration-tests, yes, that's an issue. We should find a way to only provide log4j for those tests.
@jeffmaury removed slf4j which turned out to carry its own set of problems. This is required for https://github.com/jbosstools/jbosstools-openshift/pull/1908.