The GitHub Actions job "Binary Compatibility" on 
pekko.git/feature/java17-string-format has succeeded.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
e7cacac1e846e32e229ca61dde696f23aa77dabc / 虎鸣 <[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 test and documentation example files.

Result:
More concise and idiomatic Java code leveraging Java 15+ API.

Report URL: https://github.com/apache/pekko/actions/runs/28200329702

With regards,
GitHub Actions via GitBox


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

Reply via email to