sjhajharia opened a new pull request, #19069:
URL: https://github.com/apache/kafka/pull/19069

   Given that now we support Java 17 on our brokers, this PR replace the use of 
the following in metadata module:
   
   Collections.singletonList() and Collections.emptyList() with List.of()
   Collections.singletonMap() and Collections.emptyMap() with Map.of()
   Collections.singleton() and Collections.emptySet() with Set.of()


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

Reply via email to