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
The @Conditional on MessageSourceAutoConfiguration checks for an existing bean of type MessageSource so a parent context can switch it off, even if the parent is empty (the default). We should switch to only check the current context.