The GitHub Actions job "CI" on 
pekko-connectors-kafka.git/feature/java17-stream-collect has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
9d6a74fbbbf070e0b27d7e890707caffb4261844 / 虎鸣 <[email protected]>
refactor: replace .collect(Collectors.toList()) with .toList()

Motivation:
Java 16+ Stream.toList() provides a concise way to collect stream
elements into an unmodifiable list.

Modification:
Replace .collect(Collectors.toList()) with .toList() across 4 files.
Remove unused Collectors imports.

Result:
Cleaner stream collection code using Java 17 API.

Tests:
Not run - compile-only test file changes

References:
None - Java 17 API modernization

Report URL: 
https://github.com/apache/pekko-connectors-kafka/actions/runs/28199741563

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to