mirror of https://github.com/apache/kafka.git
CI / build (push) Waiting to run
Details
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> |
||
---|---|---|
.. | ||
test-common-internal-api/src | ||
test-common-runtime/src | ||
test-common-util/src |