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

   Now that Kafka support Java 17, this PR makes some changes in connect
   module. The changes in this PR are limited to only some files. A future
   PR(s) shall follow.
   
   The changes mostly include:
   - Collections.emptyList(), Collections.singletonList() and Arrays.asList() 
are replaced with List.of()
   - Collections.emptyMap() and Collections.singletonMap() are replaced with 
Map.of()
   - Collections.singleton() is replaced with Set.of()
   
   Modules target: runtime.test


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