jdaugherty commented on code in PR #15322: URL: https://github.com/apache/grails-core/pull/15322#discussion_r2705075274
########## 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: Before the numbering was resetting: <img width="1577" height="786" alt="Image" src="https://github.com/user-attachments/assets/8db1fb65-4411-443e-8915-9ab4147dbbe2" /> But now it looks like this: <img width="720" height="664" alt="Image" src="https://github.com/user-attachments/assets/f9eae93c-3acc-4ef3-bf35-5b94b5e3fad2" /> I don't see a 6th option that is a number. I'm going to proceed with merging and address this if you see otherwise ... -- 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]
