The GitHub Actions job "CI" on pekko-connectors.git/feature/java17-collection-factory has failed. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 1ef1f357a6fea05cb311af24b3d70ee169246cd5 / 虎鸣 <[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 Arrays.asList() with List.of() across 48 files (212 occurrences). Replace Collections.emptyList/Map/Set() and singletonList() with List/Map/Set.of() across 12 files. Update imports accordingly. Result: Cleaner code using Java 17 immutable collection factories. Tests: Not run - compile-only test file changes References: None - Java 17 API modernization Report URL: https://github.com/apache/pekko-connectors/actions/runs/28198651366 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
