-
Notifications
You must be signed in to change notification settings - Fork 43
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
java.lang.StackOverflowError due graph generation #255
Comments
davissuber
added a commit
to davissuber/motif
that referenced
this issue
Oct 27, 2023
This avoids the infinite poetry in uber#255
davissuber
added a commit
to davissuber/motif
that referenced
this issue
Oct 27, 2023
This avoids the infinite poetry in uber#255
muandrew
pushed a commit
that referenced
this issue
Nov 3, 2023
This avoids the infinite poetry in #255
Possibly related to #261 ? |
crystalninja5
added a commit
to crystalninja5/effective-octo-journey
that referenced
this issue
Aug 11, 2024
This avoids the infinite poetry in uber/motif#255
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The DI graph generation throws
StackOverflowError
when using specific generics combination.Library version:
0.4.0-alpha05
Repro steps or stacktrace:
To repro we need to use
@motif.Object
inheritance functionality. The generic type should have bounds where specified generic type is the class itself.The type which we want to provide
Any class which implements Foo:
The interface which will be implemented by
@motif.Object
(motif inheritance functionality)@motif.Object
declarationStacktrace:
The text was updated successfully, but these errors were encountered: