codeconsole commented on code in PR #16149:
URL: https://github.com/apache/grails-core/pull/16149#discussion_r3950920976
##########
grails-gsp/plugin/src/main/groovy/org/grails/plugins/web/taglib/FormTagLib.groovy:
##########
@@ -1575,6 +1580,7 @@ class FormTagLib implements ApplicationContextAware,
InitializingBean, TagLibrar
}
@Override
+ @GrailsCompileStatic
Review Comment:
It arrived with the trait field cache this branch added and then removed,
same as the explicit `getGrailsLinkGenerator()` call you and sbglasius spotted
earlier. The rest of the file uses plain `@CompileStatic` and 8.0.x annotates
this method not at all, so in 89b3890 the annotation and its import are gone
and the method matches 8.0.x exactly.
--
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]