The GitHub Actions job "CI" on 
pekko-connectors-kafka.git/feature/java17-collection-factory has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
3f555ceabfebbf74a441b17c9d7891fb4274d935 / 虎鸣 <[email protected]>
refactor: migrate Arrays.asList and Collections.singleton to Java 9+ factory 
methods

Motivation:
Java 9+ provides List.of() and Set.of() factory methods that are
more concise and return truly immutable collections.

Modification:
Replace Arrays.asList() with List.of() across 8 files.
Replace Collections.singleton() with Set.of() in MetadataClientTest.
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-kafka/actions/runs/28198708368

With regards,
GitHub Actions via GitBox


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

Reply via email to