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

Head commit for run:
939e5ea93da3d5b3131369f5802a03283c5350a1 / Walter Duque de Estrada 
<[email protected]>
fix: address Copilot PR review comments

- HibernateDetachedCriteria.isNumericPropertyType: box primitive types
  before the Number.isAssignableFrom check so that domains declaring
  numeric properties as primitives (int/long/double/float/short/byte)
  work correctly in where-DSL arithmetic expressions.
  Method is protected to allow subclass overrides.

- ToManyEntityMultiTenantFilterBinder.bind: add null guard for
  getHibernateAssociatedEntity() return value to prevent
  NullPointerException on partially-resolved associations.

- grails-data-hibernate7/README.md: add grails-data-hibernate7-spring-orm
  to the Module Structure table.

- Tests: new HibernateDetachedCriteriaSpec covering boxed and all 6
  primitive numeric types, non-numeric delegation, and unknown property.
  Added null-associated-entity test to ToManyEntityMultiTenantFilterBinderSpec.

Co-authored-by: Copilot <[email protected]>

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

With regards,
GitHub Actions via GitBox

Reply via email to