kafka/connect
yunchi bff5ba4ad9
CI / build (push) Waiting to run Details
MINOR: replace .stream().forEach() with .forEach() (#19626)
replace all applicable `.stream().forEach()` in codebase with just
`.forEach()`.

Reviewers: TengYao Chi <kitingiao@gmail.com>, Ken Huang
<s7133700@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
2025-05-04 20:39:55 +08:00
..
api KAFKA-15995: Adding KIP-877 support to Connect (#17804) 2025-02-11 18:27:15 +01:00
basic-auth-extension KAFKA-16437 Upgrade to Jakarta and Jetty 12 (KIP-1032) (#16754) 2024-12-11 23:24:14 +08:00
file/src KAFKA-19137 Use `StandardCharsets.UTF_8` instead of `StandardCharsets.UTF_8.name()` (#19464) 2025-04-15 23:44:00 +08:00
json Use `instanceof` pattern to avoid explicit cast (#18373) 2025-01-02 09:32:51 -08:00
mirror/src MINOR: replace .stream().forEach() with .forEach() (#19626) 2025-05-04 20:39:55 +08:00
mirror-client/src KAFKA-18864:remove the Evolving tag from stable public interfaces (#19036) 2025-02-28 13:24:24 -08:00
runtime/src KAFKA-19139 Plugin#wrapInstance should use LinkedHashMap instead of Map (#19519) 2025-04-30 10:43:01 +08:00
test-plugins/src/main MINOR: Add javadoc for Connect public packages/classes (#16404) 2024-06-21 10:23:35 +02:00
transforms/src MINOR: Fix typos in multiple files (#19102) 2025-03-05 14:27:32 +00:00