Skip to content

Apply FailureAnalyzers even if the ApplicationContext was not created #23710

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
philwebb opened this issue Oct 15, 2020 · 0 comments
Closed

Apply FailureAnalyzers even if the ApplicationContext was not created #23710

philwebb opened this issue Oct 15, 2020 · 0 comments
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@philwebb
Copy link
Member

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.

@philwebb philwebb self-assigned this Oct 15, 2020
@philwebb philwebb added the type: enhancement A general enhancement label Oct 15, 2020
@philwebb philwebb added this to the 2.4.x milestone Oct 15, 2020
@philwebb philwebb modified the milestones: 2.4.x, 2.4.0-M4 Oct 15, 2020
@wilkinsona 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant