-
Notifications
You must be signed in to change notification settings - Fork 38.5k
StackOverflowError when using BindingReflectionHintsRegistrar #28683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
The same happens with the There's no |
It seems the cycle detection is broken:
throws an Exception too. |
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Jun 23, 2022
This commit fixes the cycle detection in BindingReflectionHintsRegistrar. See spring-projectsgh-28683
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Jun 24, 2022
This commit refines BindingReflectionHintsRegistrar to handle correctly a use case with multiple levels of nested generics. Closes spring-projectsgh-28683
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Jun 27, 2022
This commit prevents a StackOverflowError in BindingReflectionHintsRegistrar when processing enum types and refine related generated hints. See spring-projectsgh-28683
sdeleuze
added a commit
to sdeleuze/spring-framework
that referenced
this issue
Jun 27, 2022
This commit splits registerReflectionHints in multiple methods. See spring-projectsgh-28683
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal reproducer:
It looks like the
ResolvableType
in theCollectionModel1
is the problem, as this crashes too:The text was updated successfully, but these errors were encountered: