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

Head commit for run:
d6be7d185ff7d2323f73468bf3ed4497f1e548a3 / 虎鸣 <[email protected]>
fix(geode): use record accessor method references for Person/Animal

Motivation:
Person and Animal classes were migrated to Java records, which use
id() instead of getId() as the accessor method name. This caused a
compile error in GeodeBaseTestCase where Person::getId and Animal::getId
were used as method references for RegionSettings.create.

Modification:
Update method references from Person::getId and Animal::getId to
Person::id and Animal::id in GeodeBaseTestCase.

Result:
Geode module compiles successfully after the record migration.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to