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

Head commit for run:
c029de477557d1cdeded73f82c1a7f30b549a8e8 / Walter Duque de Estrada 
<[email protected]>
fix: remove redundant this.datastore assignment in HibernateGormStaticApi

Without setDatastore(Datastore) in AbstractDatastoreApi, getDatastore()
makes 'datastore' a read-only property for classes without a local
datastore field. HibernateGormStaticApi had no local datastore field, so
this.datastore = datastore failed @CompileStatic compilation. The
assignment was already redundant — the deprecated super constructor wires
a DatastoreResolver that returns the correct HibernateDatastore.

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

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

With regards,
GitHub Actions via GitBox

Reply via email to