leangen / geantyref

Advanced generic type reflection library with support for working with AnnotatedTypes (for Java 8+)
Apache License 2.0
99 stars 15 forks source link

StackOverflowError in VarMap.map when calling getParameterTypes() #30

Closed AndreasTu closed 2 weeks ago

AndreasTu commented 1 month ago

The VarMap now tracks the currently resolving TypeVars to detect, if we already resolve the same TypeVar.

Fixes #27

leonard84 commented 3 weeks ago

@kaqqao, sorry to ping you. We'd need this fix to resolve https://github.com/spockframework/spock/issues/1909, do you think you could merge this and release a new version soon?

kaqqao commented 3 weeks ago

Oh hey! Sorry for the radio silence. I wasn't very active in the past months. Sure, I'll try to have this merged/released today.

AndreasTu commented 3 weeks ago

That would be great. Thank you very much!