The GitHub Actions job "CI - Groovy Joint Validation Build" on 
grails-core.git/fix/where-queries-embedded has succeeded.
Run started by GitHub user jdaugherty (triggered by jdaugherty).

Head commit for run:
eaf194dfaee0df79787c385ebe3cee024b1d68a5 / James Daugherty 
<[email protected]>
Address review feedback on embedded where-query fix

- Rename the duplicate WhereQueryEmbeddedSpec feature method so both
  junction tests report under distinct display names
- Note in CriteriaMethodInvoker that an explicit join-type argument on
  an embedded block is intentionally ignored (a component cannot be
  joined; its columns live in the owning entity's table)
- MongoQuery: throw UnsupportedOperationException when an embedded
  sub-query contains a non-rewritable $-operator (e.g. $where from a
  property-to-property comparison, or $text) instead of mis-prefixing
  it into a key that silently matches nothing; use List<Object> in the
  rewrite to avoid unchecked warnings
- Cover the new fail-loud behavior in EmbeddedAssociationSpec via the
  public criteria API

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

With regards,
GitHub Actions via GitBox

Reply via email to