The GitHub Actions job "Unit Tests" on pekko-management.git/feature/java17-collection-factory has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 0ff5ad9b80521085c87268647097c7ffa6033881 / 虎鸣 <[email protected]> refactor: migrate Collections/Arrays.asList to Java 9+ factory methods Motivation: Java 9+ provides List.of(), Map.of(), Set.of() factory methods that are more concise and return truly immutable collections. Modification: Replace Collections.singletonList() with List.of(), Collections.emptyList() with List.of(), and Arrays.asList() with List.of() in test code. Result: Cleaner, more idiomatic Java 17 code with immutable collection factories. Tests: Not run - compile-only test file changes References: None - Java 17 API modernization Report URL: https://github.com/apache/pekko-management/actions/runs/28198710493 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
