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:
c665627978f268d9b3de5eaf6c9acf6410a143ea / He-Pin(kerr) <[email protected]>
refactor: use Files.writeString (Java 11+) (#1722)

Motivation:
Files.writeString was introduced in Java 11 and provides a cleaner API
for writing a String to a file, replacing the
Files.write(path, str.getBytes(charset)) pattern.

Modification:
Replace Files.write(path, str.getBytes(charset)) with
Files.writeString(path, str, charset) in file module tests.

Result:
More idiomatic Java 11+ code with identical behavior.

Tests:
Not run - behavior-preserving refactoring

References:
None - Java 11+ API migration

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

With regards,
GitHub Actions via GitBox


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

Reply via email to