The GitHub Actions job "CI" on 
grails-core.git/8.0.x-hibernate7.gorm-scaling-clean has failed.
Run started by GitHub user borinquenkid (triggered by borinquenkid).

Head commit for run:
b4dd42f312a3c633125572da617b3e69f67fa3cc / Walter Duque de Estrada 
<[email protected]>
Restore as Class[] casts in GrailsDataHibernate5TckManager dropped by merge

The cosmetics cleanup commit (efc250a173) removed the 'as Class[]' coercions
from domainClasses when passing it to DefaultGrailsApplication and
HibernateDatastore constructors. Those constructors expect Class<?>[] but
getDomainClasses() returns Collections.unmodifiableList() (an
UnmodifiableRandomAccessList), so Groovy's MOP cannot find a matching
constructor at runtime, failing every TCK spec with:
  GroovyRuntimeException: Could not find matching constructor for:
  DefaultGrailsApplication(UnmodifiableRandomAccessList, GroovyClassLoader)

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

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

With regards,
GitHub Actions via GitBox

Reply via email to