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

Head commit for run:
ce78e4a65813b825cc72303f718f3de6b7fd0369 / 虎鸣 <[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)
across 14 files including elasticsearch, geode, google-cloud-bigquery,
hbase, kudu, mongodb, pravega, solr, spring-web, sqs, and sse modules.

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

Report URL: https://github.com/apache/pekko-connectors/actions/runs/28200798171

With regards,
GitHub Actions via GitBox


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

Reply via email to