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
Document @lazy and ObjectProvider remedies for circular dependencies
Expand the "Circular dependencies" callout to recommend refactoring away
the cycle and to describe keeping constructor injection via @lazy on a
constructor parameter or an ObjectProvider/Provider for on-demand lookup,
in addition to the existing setter-injection fallback.
See gh-26703
Signed-off-by: Jitmanew Tyagi <jitmanew@gmail.com>
0 commit comments