ppkarwasz opened a new pull request, #18496: URL: https://github.com/apache/kafka/pull/18496
If Log4j Core is absent, most calls to `Log4jController` and `Loggers` will end up with a `NoClassDefFoundError`. This changeset: - Profits from the major version bump to rename `k.util.Log4jController` to `LoggingController`. - Removes `o.a.l.l.Level` from the signature of public methods of `o.a.k.connect.runtime.Loggers` and replaces it with `String`. - Provides an additional no-op implementation of `k.util.LoggingController` and `o.a.k.connect.runtime.Loggers`: if Log4j Core is not present on the runtime classpath the no-op implementation will be used. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
