Fix FailureAnalyzers tangle
Create a new `SpringBootExceptionReporter` interface so that a direct link between `SpringApplication` and `FailureAnalyzers` is no longer needed. This prevents package tangle warnings and allows for cleaner separation of concerns. Fixes gh-8612
Showing
Please register or sign in to comment