The GitHub Actions job "CI" on grails-core.git/grails8-groovy6-canary has 
failed.
Run started by GitHub user jamesfredley (triggered by jamesfredley).

Head commit for run:
52aad53ed91e234b8cb33dbb960eafb95a1801ec / James Fredley 
<[email protected]>
fix: GormEntity.get(String) delegates to staticPropertyMissing for GORM 
properties

When Groovy 6's genericGetMethod calls get(String) for property
resolution, GORM-managed properties like datasource qualifiers
(e.g., Book.moreBooks) were being treated as entity-by-ID lookups
instead of routing through staticPropertyMissing.

Fix: try staticPropertyMissing first (handles GORM property
resolution including datasource qualifiers and dynamic properties),
then fall back to get(Serializable) for entity-by-ID lookups.
This preserves both property resolution and data binding paths.

Assisted-by: Claude Code <[email protected]>

Report URL: https://github.com/apache/grails-core/actions/runs/24054985549

With regards,
GitHub Actions via GitBox

Reply via email to