You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providers can fail with StackOverflowErrors if the circular dependencies are purely with providers. The current "re-entrant provider" failure only works if one of the dependencies didn't come from a Provider.
Providers should have full circular dependency detection, similar to how constructor bindings do it.
From sberlin on April 30, 2011 11:33:34
Providers can fail with StackOverflowErrors if the circular dependencies are purely with providers. The current "re-entrant provider" failure only works if one of the dependencies didn't come from a Provider.
Providers should have full circular dependency detection, similar to how constructor bindings do it.
Original issue: http://code.google.com/p/google-guice/issues/detail?id=626
The text was updated successfully, but these errors were encountered: