The GitHub Actions job "CI" on pekko-connectors-kafka.git/feature/java17-string-format has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 1c423f0caff24416795b070cfd1cda454b174b7e / 虎鸣 <[email protected]> refactor: migrate String.format to String.formatted (Java 15+) Motivation: Java 15 introduced String.formatted() as an instance method counterpart to String.format(), providing cleaner and more readable string formatting. Modification: Replace String.format("literal", args) with "literal".formatted(args) in Kafka testkit container classes. Result: More concise and idiomatic Java code leveraging Java 15+ API. Report URL: https://github.com/apache/pekko-connectors-kafka/actions/runs/28200398319 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
