kafka/test-common/test-common-util/src
Sanskar Jhajharia 2fe447a8a3
CI / build (push) Waiting to run Details
MINOR: Cleanups in Test Common Module (#19775)
Now that Kafka Brokers support Java 17, this PR makes some changes in
test-common module. 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()

Reviewers: Ken Huang <s7133700@gmail.com>, Chia-Ping Tsai
 <chia7712@gmail.com>
2025-05-26 03:07:30 +08:00
..
main KAFKA-18748 Run new tests separately in PRs (#18770) 2025-02-24 17:08:15 -05:00
test/java/org/apache/kafka/common/test/junit MINOR: Cleanups in Test Common Module (#19775) 2025-05-26 03:07:30 +08:00