The GitHub Actions job "CI" on 
pekko-connectors.git/refactor/java17-modernization-test-examples has failed.
Run started by GitHub user He-Pin (triggered by He-Pin).

Head commit for run:
7418051ad66ff92f9c3ee520665adaf414336803 / 虎鸣 <[email protected]>
refactor: modernize Java test code with Java 17 records

Motivation:
Java 17 introduced records that make Java code more concise by
eliminating boilerplate for data carrier classes.

Modification:
- Convert User class to a record in slick module tests
- Convert Person class to a record in cassandra module tests
- Update all field accesses to use record accessor methods

Result:
Test Java code is more concise and idiomatic for Java 17+, removing
redundant equals/hashCode boilerplate.

Tests:
sbt javafmtAll (passes)
sbt "slick / Test / compile"
sbt "cassandra / Test / compile"

References:
None - code modernization

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

With regards,
GitHub Actions via GitBox


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

Reply via email to