mimaison commented on code in PR #16324:
URL: https://github.com/apache/kafka/pull/16324#discussion_r1644295632
##########
build.gradle:
##########
@@ -928,14 +928,15 @@ project(':server') {
implementation libs.jacksonDatabind
implementation libs.slf4jApi
+ implementation libs.slf4jReload4j
Review Comment:
Based on
https://issues.apache.org/jira/browse/KAFKA-16936?focusedCommentId=17855156&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17855156
it also seems this could break users that provide their own slf4j backend, for
example someone using `slf4j-simple-1.5.5.jar`. After tis change they need to
switch to `slf4j-simple-2.0.13.jar`.
For that reason, we need to undo that change and we can do a small KIP to
bump slf4j in 4.0.
--
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]