The GitHub Actions job "Nightly Integration Tests for JDBC (Pekko 1.x)" on pekko-projection.git/main has succeeded. Run started by GitHub user pjfanning (triggered by pjfanning).
Head commit for run: 9580099e745f56a2915711c4594aa9b20e9a2412 / He-Pin(kerr) <[email protected]> refactor: migrate String.format to String.formatted (Java 15+) (#545) * 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 example files. Result: More concise and idiomatic Java code leveraging Java 15+ API. * style: fix javafmt formatting for String.formatted migration Motivation: The javafmt check failed in CI because the .formatted() call on a long string was not wrapped to the next line. Modification: Apply javafmt formatting to ItemPopularityProjectionRepository.java. Result: Code style check passes in CI. Report URL: https://github.com/apache/pekko-projection/actions/runs/28414521652 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
