kafka/server-common/src
Yunchi Pang 975fe75d25
MINOR: Make feature lists immutable (#20052)
Replaces `.collect(Collectors.toList())` with `.toList()` for feature
collections, ensuring they are immutable and preventing accidental
modification.

Reviewers: TaiJuWu <tjwu1217@gmail.com>, Yung
<yungyung7654321@gmail.com>, Ken Huang <s7133700@gmail.com>, TengYao Chi
<frankvicky@apache.org>
2025-06-30 12:35:46 +08:00
..
main/java/org/apache/kafka MINOR: Make feature lists immutable (#20052) 2025-06-30 12:35:46 +08:00
test KAFKA-19239 Rewrite IntegrationTestUtils by java (#19776) 2025-06-20 01:46:29 +08:00