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

Head commit for run:
8acc8a9b351c1a67f9b5fdf967e25c0a9076e3fd / 虎鸣 <[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() in
HttpClientDecodingExampleTest. Remove unused Collectors import.

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-http/actions/runs/28199731871

With regards,
GitHub Actions via GitBox


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

Reply via email to