sjhajharia opened a new pull request, #20801: URL: https://github.com/apache/kafka/pull/20801
Currently on running `./gradlew clean jar` on trunk, the following two warnings pop up: ``` > Task :metadata:compileTestJava Note: ~/kafka/metadata/src/test/java/org/apache/kafka/controller/metrics/QuorumControllerMetricsTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. > Task :server:compileTestJava Note: ~/kafka/server/src/test/java/org/apache/kafka/server/AssignmentsManagerTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ``` The PR attempts to fix the same -- 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]
