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 our FailureAnalizers only apply if the ApplicationContext actually gets created. This restriction means we can't apply them to environment post processor exceptions (as we want to do #23633). The reason that we need the context is to support some Aware callback interfaces, but it should be possible to filter out those analyzers if the context isn't available.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Apply FailureAnalizers even if the ApplicationContext was not created
Apply FailureAnalyzers even if the ApplicationContext was not created
Oct 16, 2020
Currently our
FailureAnalizers
only apply if theApplicationContext
actually gets created. This restriction means we can't apply them to environment post processor exceptions (as we want to do #23633). The reason that we need the context is to support someAware
callback interfaces, but it should be possible to filter out those analyzers if the context isn't available.The text was updated successfully, but these errors were encountered: