jamesfredley commented on code in PR #15322:
URL: https://github.com/apache/grails-core/pull/15322#discussion_r2701850542


##########
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:
   The other numbers were converted to *, except for 6.



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