jdaugherty commented on code in PR #15557:
URL: https://github.com/apache/grails-core/pull/15557#discussion_r3178404913
##########
grails-gsp/core/src/test/groovy/org/grails/gsp/GspCompileStaticSpec.groovy:
##########
@@ -86,6 +93,10 @@ class GspCompileStaticSpec extends Specification {
compileStatic << [true, false]
}
+ // Note: In Groovy 5, the g.message() syntax with g. prefix fails static
type checking
+ // because the type checking extension doesn't properly resolve the 'g'
taglib property.
Review Comment:
I'll forge go mentioning this on every one of these below.
--
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]