The GitHub Actions job "Basic checks" on pekko-projection.git/feature/java17-collection-factory has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: e563a5abf148d8a8b7ffe8c413a52c1ac680b06c / 虎鸣 <[email protected]> fix: use Set.of(tag) instead of new HashSet<>(List.of(tag)) Motivation: Review feedback suggesting Set.of(tag) is more direct and idiomatic when the field type is Set<String> and no mutation is needed. Modification: Replace new HashSet<>(List.of(tag)) with Set.of(tag) in EventGeneratorApp.java. Result: Cleaner code using the modern Set.of() factory directly. Report URL: https://github.com/apache/pekko-projection/actions/runs/28216812187 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
