matrei commented on code in PR #15568: URL: https://github.com/apache/grails-core/pull/15568#discussion_r3470192187
########## grails-data-hibernate7/grails-plugin/src/main/groovy/grails/test/hibernate/HibernateSpec.groovy: ########## @@ -58,14 +58,15 @@ import org.hibernate.boot.registry.BootstrapServiceRegistry import org.hibernate.boot.registry.StandardServiceRegistryBuilder import org.hibernate.dialect.H2Dialect import org.grails.orm.hibernate.proxy.GrailsBytecodeProvider -import org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper import org.hibernate.internal.SessionFactoryImpl import org.hibernate.service.spi.ServiceRegistryImplementor import org.springframework.context.ApplicationContext /** * Specification for Hibernate tests * + * TODO: rename to AHibernateSpec to follow the abstract class naming convention + * Review Comment: I cannot see that the TODO was removed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
