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

Head commit for run:
3f6cad294b77bafcdc943c3d4aed505f76024215 / 虎鸣 <[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 39 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/actions/runs/28240074299

With regards,
GitHub Actions via GitBox


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

Reply via email to