frankvicky commented on code in PR #17373: URL: https://github.com/apache/kafka/pull/17373#discussion_r1847964777
########## build.gradle: ########## @@ -941,13 +942,15 @@ project(':server') { implementation libs.slf4jApi - compileOnly libs.reload4j + compileOnly libs.log4j2Api + compileOnly libs.log4j2Core + compileOnly libs.log4j1Bridge2Api Review Comment: Some APIs rely on it, such as `PropertyConfigurator`. However, since we are removing it, we might not need the Log4j bridge anymore. I will test this locally. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org