m1a2st commented on code in PR #19039: URL: https://github.com/apache/kafka/pull/19039#discussion_r1972812136
########## clients/src/test/java/org/apache/kafka/common/config/AbstractConfigTest.java: ########## @@ -450,6 +451,32 @@ public void testConfigProvidersPropsAsParam() { MockFileConfigProvider.assertClosed(id); } + @Test + public void testAutomaticConfigProvidersWithFullClassName() { + Properties props = new Properties(); Review Comment: we can also use `Map.of()` instead `Collections.emptyMap()` -- 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