This is an automated email from the ASF dual-hosted git repository. jamesfredley pushed a commit to branch fix/where-query-bugs in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit 66a74dc130bd432d4b6ef0394f6457e198f4bcca Author: James Fredley <[email protected]> AuthorDate: Wed Feb 25 23:56:01 2026 -0500 Remove unused imports from WhereQueryOldIssueVerificationSpec Remove unused DetachedCriteria and Transactional imports from the verification test spec. Assisted-by: Claude Code <[email protected]> --- .../groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy b/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy index 4c99fe945c..354542c7be 100644 --- a/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy +++ b/grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryOldIssueVerificationSpec.groovy @@ -18,11 +18,9 @@ */ package grails.gorm.tests -import grails.gorm.DetachedCriteria import grails.gorm.annotation.Entity import grails.gorm.hibernate.HibernateEntity import grails.gorm.transactions.Rollback -import grails.gorm.transactions.Transactional import org.grails.orm.hibernate.HibernateDatastore import org.springframework.transaction.PlatformTransactionManager import spock.lang.AutoCleanup
