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
#31793 introduced a custom ApplicationContextFailureProcessor; however, that is half of the support needed for processing ApplicationContext load failures.
The other half is the new requirement that a SmartContextLoader catch any exception thrown in loadContext() and throw it wrapped in a ContextLoadException.