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

Head commit for run:
414fef923b7e924aa57587de667e25d368181f27 / 虎鸣 <[email protected]>
fix: revert Collections.emptySet/emptyMap/emptyList to original API

Motivation:
Review feedback: prefer Collections.emptyMap(), Collections.emptySet(),
Collections.emptyList() over Map.of(), Set.of(), List.of() for empty
collections since they use well-known immutable singleton APIs.

Modification:
Revert empty collection conversions while keeping non-empty
Arrays.asList -> List.of and Collections.singletonList -> List.of
conversions.

Result:
Empty collections use the established Collections.empty* API.

Report URL: https://github.com/apache/pekko-http/actions/runs/28215533176

With regards,
GitHub Actions via GitBox


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

Reply via email to