This is an automated email from the ASF dual-hosted git repository. borinquenkid pushed a commit to branch merge-hibernate6 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit f010abfde7c7dbb00d77202bef8f085c61fa0337 Author: Walter Duque de Estrada <wbdu...@mac.com> AuthorDate: Sun Aug 10 00:31:22 2025 -0500 fix compilation error --- .../core/src/main/groovy/grails/orm/hibernate/HibernateEntity.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-data-hibernate6/core/src/main/groovy/grails/orm/hibernate/HibernateEntity.groovy b/grails-data-hibernate6/core/src/main/groovy/grails/orm/hibernate/HibernateEntity.groovy index 19e3822817..10e575f0f9 100644 --- a/grails-data-hibernate6/core/src/main/groovy/grails/orm/hibernate/HibernateEntity.groovy +++ b/grails-data-hibernate6/core/src/main/groovy/grails/orm/hibernate/HibernateEntity.groovy @@ -1,4 +1,4 @@ -package grails.orm.hibernate +package grails.gorm.hibernate import groovy.transform.CompileStatic import groovy.transform.Generated