ijuma commented on code in PR #14427:
URL: https://github.com/apache/kafka/pull/14427#discussion_r1334438340


##########
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##########
@@ -227,8 +226,9 @@ private <T> T createDelegate(ClassLoader classLoader, 
String className) {
         }
     }
 
+    @SuppressWarnings("removal")

Review Comment:
   These are existing deprecation warnings - they're not failing the build 
because it's a Java class in the `core` module and our compilation configs for 
Java in this mixed Scala/Java module don't seem to be consistent with the rest.



-- 
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]

Reply via email to