jamesfredley commented on issue #582: URL: https://github.com/apache/grails-views/issues/582#issuecomment-3547639596
The interface XXX cannot be implemented more than once with different arguments. implements ContainerRenderer<C, T> was causing Render to be implement more than once. It is currently removed from class AbstractJsonViewContainerRenderer<C,T> addressed by: https://github.com/apache/grails-core/pull/15234 -- 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]
