matrei commented on code in PR #15070:
URL: https://github.com/apache/grails-core/pull/15070#discussion_r2359310712


##########
grails-scaffolding/src/main/groovy/grails/plugin/scaffolding/RestfulServiceController.groovy:
##########
@@ -49,8 +50,9 @@ class RestfulServiceController<T extends GormEntity<T>> 
extends RestfulControlle
     }
 
     @Override
+    @CompileDynamic

Review Comment:
   Scratch that, Controllers of course already implement WebAttributes via 
transform, and should compile statically anyway.



-- 
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: notifications-unsubscr...@grails.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to