The GitHub Actions job "CI" on grails-core.git/feat/gorm-registry-h7 has failed.
Run started by GitHub user borinquenkid (triggered by borinquenkid).

Head commit for run:
14e6ca27efc20098e694924b9614c8d98327d267 / Walter Duque de Estrada 
<[email protected]>
feat: GORM O(M+N) scaling — Hibernate 7 adapter wiring and child datastore init

Wires Hibernate 7 to the new GormRegistry with correct child datastore
initialization order, fixing the gaps that PR #15771 intentionally deferred:

- HibernateDatastore (H7): registers child datastores with GormRegistry eagerly
  during initialization, preserving schema/database/datasource routing
- HibernateGormInstanceApi: use getHibernateTemplate() lazy getter for
  isAttached(), lock(), and attach() — factory constructor leaves the field null
- HibernateGormStaticApi: executeQuery(query, Map) passes params as both named
  params and query settings so max/offset pagination is applied
- HibernateSession: coerceId() converts String IDs to the entity's declared
  identifier type in retrieveAll(), fixing String→Long lookup mismatch
- HibernateGormEnhancerSpec: updated to use GormRegistry public API
- HibernateDirtyCheckingSpec / HibernateUpdateFromListenerSpec: local Person
  renamed to DirtyCheckPerson to avoid DuplicateMappingException with TCK
- grails-test-examples/hibernate7: demo33 UniqueConstraintOnHasOneSpec
  @NotYetImplemented removed (test now passes); GormAdvancedSpec pagination 
fixed
- grails-data-hibernate7-core GormApiAllocationSpec: verifies O(M+N) API count
  across single-datasource, multi-datasource, and multi-tenant configurations

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

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

With regards,
GitHub Actions via GitBox

Reply via email to