The GitHub Actions job "CI" on grails-core.git/ci/hibernate-matrix-testing has failed. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: d7d9e7d32de8197285e16530e6b395c7f90104d9 / James Fredley <[email protected]> ci: unify functional test CI to run all tests against both Hibernate 5 and 7 Replace the separate functional and hibernate5Functional CI jobs with a single functional job that uses a hibernate-version matrix (['5', '7']). This ensures all 20+ general functional tests run against both Hibernate versions without duplicating test projects. Changes: - functional-test-config.gradle: Add -PhibernateVersion property that uses Gradle dependency substitution to redirect grails-data-hibernate5 to grails-data-hibernate7 for general (non-labeled) test projects. Excludes h5-only runtime deps (hibernate-ehcache, jboss-transaction-api) when testing with Hibernate 7. Add skipHibernate5Tests and skipHibernate7Tests properties to the onlyIf block. - gradle.yml: Merge functional and hibernate5Functional into one job with hibernate-version matrix. Each matrix slot skips the opposite version's labeled projects. Update publish job dependencies. Assisted-by: Claude Code <[email protected]> Report URL: https://github.com/apache/grails-core/actions/runs/24088476158 With regards, GitHub Actions via GitBox
