jdaugherty commented on PR #15948: URL: https://github.com/apache/grails-core/pull/15948#issuecomment-5006538486
I was testing grails-web-console with this code line and seeing what the breakage would be since it doesn't have commands. I can confirm that the plugin should work, but I did find a specific issue on the web console plugin. We removed the get/getAt methods on Metadata as part of the early 8.0 deprecation work. This means the following breaks your app now, unless you fix it: <img width="901" height="57" alt="image" src="https://github.com/user-attachments/assets/176e8eb0-4dcd-467c-9fae-0d3a95b9effc" /> Older grails apps would have generated using this syntax. To @jamesfredley original point, this change is only breaking for the command portion. plugins continue to work with this implementation 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]
