The GitHub Actions job "Validate and test" on pekko-grpc.git/feature/java17-stream-collect has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 1c50202aad499c509bd8aaff3f7eeac01a698109 / 虎鸣 <[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-grpc/actions/runs/28199737531 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
