The GitHub Actions job "Code Style" on grails-core.git/ci/hibernate-matrix-testing has succeeded. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 5fa3c96710ec35836f38b2127ff7726ae5133c1d / James Fredley <[email protected]> fix(ci): align hibernate to 7.2.7 and fix grails-bom publication path Two fixes to unblock CI after the recent BOM restructure on 8.0.x-hibernate7: 1) grails-forge-core/build.gradle was referencing the old grails-bom/build/publications/... path. The BOM was moved to grails-bom/default/ in the split, so grailsVersionInfo now fails with 'input file expected to be present but it does not exist'. Point the task at the new location. 2) grails-hibernate7-bom pinned hibernate.version = 7.2.5.Final via a strictly constraint, while spring-boot-dependencies:4.0.5 (transitively imported through grails-base-bom) pulls hibernate-core 7.2.7.Final. The conflicting constraints cause 'Cannot find a version of org.hibernate.orm:hibernate-core that satisfies the version constraints' whenever a general test project consumes the Hibernate 7 stack. Bump hibernate.version to 7.2.7.Final to match Spring Boot's managed version. Assisted-by: claude-code:claude-opus-4 Report URL: https://github.com/apache/grails-core/actions/runs/24529845428 With regards, GitHub Actions via GitBox
