The GitHub Actions job "CI" on pekko-connectors.git/main has succeeded. Run started by GitHub user He-Pin (triggered by He-Pin).
Head commit for run: 572df71c85c2ddfa615f6fd41adbe2e0aff95b6b / He-Pin(kerr) <[email protected]> refactor: migrate String.format to String.formatted (Java 15+) (#1719) * 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. * style: apply javafmt to fix code style check failures Apply javafmt to Java source files in elasticsearch and mongodb modules. Report URL: https://github.com/apache/pekko-connectors/actions/runs/28286438842 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
