The GitHub Actions job "CI" on grails-core.git/criteria-typecheck-chained-8 has 
failed.
Run started by GitHub user codeconsole (triggered by codeconsole).

Head commit for run:
b10f36fae917292f2416cd791e5acd16d42f7bd1 / Scott Murphy Heiberg 
<[email protected]>
Execute @GrailsCompileStatic criteria queries in the TCK

Registering CriteriaTypeCheckingExtension changes the default compile
semantics of every @GrailsCompileStatic class, so the TCK now runs
criteria queries that were compiled statically against each GORM
implementation. The queries mix calls that resolve statically against
the Criteria API (eq, like, or, order) with calls that only compile
through the extension's dynamic-dispatch fallback (projections, min,
countDistinct, property, maxResults and the count terminal chained on
createCriteria(), which is not declared on BuildableCriteria), proving
that dispatch behaves identically to dynamic Groovy on the in-memory,
Hibernate 5, Hibernate 7 and MongoDB implementations.

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

With regards,
GitHub Actions via GitBox

Reply via email to