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
Currently the GenericApplicationContext configures the AppliationStartup on the BeanFactory only right before refreshing the BeanFactory. Delaying this has no purpose and we should instead configure it as soon as possible by overriding the setter method.