codeconsole commented on PR #15729:
URL: https://github.com/apache/grails-core/pull/15729#issuecomment-4685069799

   Added a small robustness guard (both injectors, since the merged #15717 
service-injector code shares the shape): the superclass is only parameterized 
when the base declares exactly one type parameter. A base with zero or multiple 
type parameters — e.g. `@Scaffold(MultiParamBase<Widget, String>)` — previously 
would have received a malformed single-argument generic signature; it now keeps 
the prior raw form. Covered by a new spec case in each injector spec (both fail 
without the guard).


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