The GitHub Actions job "Code Style" on 
grails-core.git/feat/gorm-datastore-infra has failed.
Run started by GitHub user borinquenkid (triggered by borinquenkid).

Head commit for run:
d76668b10f24f524cdcd67acb43d78cc88ce8707 / Walter Duque de Estrada 
<[email protected]>
fix: restore concrete Service trait methods to fix @CompileStatic compilation

Making getDatastore()/setDatastore() abstract in the Service trait breaks
@CompileStatic classes that implement the trait (e.g. DefaultTenantService),
because Groovy's static compiler does not properly satisfy trait abstract
method contracts when the implementing class declares the same method in its
own body. Restore the original backing-field implementation.

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>

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

With regards,
GitHub Actions via GitBox

Reply via email to