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

Head commit for run:
09f395c48d01fcab46fea099cdac7e5f3d6e6202 / James Fredley 
<[email protected]>
Fix hibernate5Version property references in grails-test-examples/graphql

The hibernate7 stage branch removed the hibernate5Version project property
from gradle.properties (commit ac0f947d8) in favor of letting BOM platforms
resolve hibernate versions. After the merge from 8.0.x brought the renamed
grails-test-examples/graphql/* apps into this branch, their build files
still referenced "$hibernate5Version" directly and broke configuration
across every CI job (validate-deps, code style, code analysis, rat-audit,
codeql, all build + functional + mongo + hibernate5/7 test matrices,
groovy-joint build).

Drop the explicit version from the hibernate-core-jakarta and
hibernate-ehcache coordinates and let `implementation
platform(project(':grails-bom'))` (already declared in every affected
file) supply the version, matching the pattern used in
grails-data-hibernate5/core/build.gradle and the other test-example
modules under grails-test-examples/.

Assisted-by: claude-code:claude-4.7-opus

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

With regards,
GitHub Actions via GitBox

Reply via email to