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

Head commit for run:
05368b662d0ca7eb54ae0a349af7e53948fad7e1 / Walter Duque de Estrada 
<[email protected]>
Fix two CI test failures: H5 SaveWithInvalidEntitySpec and 
DirtyCheckingAfterListenerSpec

SaveWithInvalidEntitySpec: Grails 8 changed the default nullable setting for
unconstrained properties to true (ConnectionSourceSettings.nullable = true), so
B.field1 with no explicit constraint was treated as nullable by GORM validation 
—
the INSERT reached the DB and failed at the DDL level instead of being vetoed by
GORM. Add explicit nullable: false constraint to B.field1 so the pre-insert
validation catches the null, sets errors, and vetoes before the SQL is sent.

DirtyCheckingAfterListenerSpec: the entityAccess.setProperty() fix added in an
earlier commit made the test pass in the simple (non-Hibernate) datastore suite
as well. The @PendingFeatureIf condition that excluded that suite now triggers a
PendingFeatureSuccessfulError. Remove the annotation and its import.

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

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

With regards,
GitHub Actions via GitBox

Reply via email to