jamesfredley commented on code in PR #15322: URL: https://github.com/apache/grails-core/pull/15322#discussion_r2705090617
########## grails-doc/src/en/guide/upgrading/upgrading60x.adoc: ########## @@ -62,7 +61,7 @@ In your gradle file, you can force a dependency upgrade via this code: } ---- -5. By default, Groovy 4 switches away from callsite optimizations and uses invokedynamic instead. This can result in performance regressions compared to Grails 6. Groovy 5 will remove the ability to disable invokedynamic, but to disable it for Groovy 4, modify your `build.gradle` to include the following: +* By default, Groovy 4 switches away from callsite optimizations and uses invokedynamic instead. This can result in performance regressions compared to Grails 6. Groovy 5 will remove the ability to disable invokedynamic, but to disable it for Groovy 4, modify your `build.gradle` to include the following: Review Comment: You are correct, it was just the way the line wrapped on the PR. Sorry for the false alarm. Looked at it too quickly. <img width="1352" height="240" alt="Image" src="https://github.com/user-attachments/assets/3ec1bac2-7da1-4e43-ad3e-0c663a923482" /> -- 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]
