sbglasius commented on code in PR #15234:
URL: https://github.com/apache/grails-core/pull/15234#discussion_r2538236006
##########
grails-rest-transforms/src/main/groovy/grails/rest/render/Renderer.groovy:
##########
@@ -39,5 +39,5 @@ interface Renderer<T> extends MimeTypeProvider {
* @param object The object to render
* @param context The {@link RenderContext}
*/
- void render(T object, RenderContext context)
+ void render(Object object, RenderContext context)
Review Comment:
I disagree, that it's a breaking change, since that's how it was in Grails
6. It was changed in Grails 7.
--
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]