The GitHub Actions job "Code Style" on grails-core.git/8.0.x-hibernate7 has succeeded. Run started by GitHub user jamesfredley (triggered by jamesfredley).
Head commit for run: 4fa4f296ba6633cb8458ad92835aa8bb59ff264c / James Fredley <[email protected]> Align grails-hibernate5/7-micronaut-bom Groovy override to 5.0.6 The 8.0.x base merge brought Micronaut 5.0.0, which manages Groovy 5.0.6, but the grails-hibernate5-micronaut-bom and grails-hibernate7-micronaut-bom override blocks in dependencies.gradle were still pinned with a strict Groovy 5.0.5. That conflicted with grails-micronaut's transitive 5.0.6 and broke JDK 25 dependency resolution on :grails-test-examples-micronaut-hibernate5:bootJar (and the Hibernate 7 analog), failing every JDK 25 CI job at configuration time. Bump both overrides to 5.0.6 so all Micronaut-island BOMs agree on Micronaut 5 GA's managed groovy.version, matching the already-aligned grails-micronaut-bom block. Verified on JDK 25: the runtimeClasspath of both the micronaut-hibernate5 and micronaut-hibernate7 example apps now resolves successfully. Assisted-by: claude-code:claude-4.8-opus Report URL: https://github.com/apache/grails-core/actions/runs/27721569418 With regards, GitHub Actions via GitBox
