This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch test/h7-functional-coverage in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit d4963e7d52e8c5f74e6f2dc6ec5c9fe2734f43fb Author: James Fredley <[email protected]> AuthorDate: Thu Jun 11 14:05:23 2026 -0400 Fix Hibernate 7 has-many support import Assisted-by: Hephaestus:openai/gpt-5.5 --- .../core/src/test/groovy/grails/gorm/tests/hasmany/Something.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grails-data-hibernate7/core/src/test/groovy/grails/gorm/tests/hasmany/Something.groovy b/grails-data-hibernate7/core/src/test/groovy/grails/gorm/tests/hasmany/Something.groovy index 3512510941..cc06d86bfc 100644 --- a/grails-data-hibernate7/core/src/test/groovy/grails/gorm/tests/hasmany/Something.groovy +++ b/grails-data-hibernate7/core/src/test/groovy/grails/gorm/tests/hasmany/Something.groovy @@ -19,6 +19,8 @@ package grails.gorm.specs.hasmany +import grails.gorm.tests.hasmany.Book + class Something { public static void main(String[] args) {
