jdaugherty commented on code in PR #15720:
URL: https://github.com/apache/grails-core/pull/15720#discussion_r3391931330
##########
grails-core/src/main/groovy/grails/compiler/GrailsCompileStatic.groovy:
##########
@@ -33,5 +33,6 @@ import groovy.transform.CompileStatic
'org.grails.compiler.WhereQueryTypeCheckingExtension',
'org.grails.compiler.DynamicFinderTypeCheckingExtension',
'org.grails.compiler.DomainMappingTypeCheckingExtension',
+ 'org.grails.compiler.CriteriaTypeCheckingExtension',
Review Comment:
To change the default, we need to expand the test coverage so that there are
tests in the TCK - this way we know we haven't broken it in hibernate 7.
--
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]