neilmusgrove commented on issue #15293:
URL: https://github.com/apache/grails-core/issues/15293#issuecomment-3676632134

   Thanks for raising this issue, we also hit the problem of a massive 
performance hit using Grails 7/Groovy 4 on our large codebase, and were 
partially rectifying that by converting more of our code to either 
@CompileStatic or just to Java. Every Groovy upgrade has given us challenges 
with compile performance, runtime performance, language behaviour changes etc 
so our long term goal is to switch to pure Java which I believe will be more 
stable and perform better. The tip of disabling indy has been very helpful 
because it's allowed us to get over the issue for now and in fact due to the 
rework we've done, our app is faster than before! 


-- 
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]

Reply via email to