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
This was discussed as part of #16184. Although we have a way to explicitly mark beans as not lazy using @Lazy(false), there are times when we'd need to do that for beans that are not explicitly marked that way. For example, a user cannot mark Spring Integration's internal components as @Lazy(false). @wilkinsona's comment here has some ideas for doing this.