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
When FailureAnalyzers, a SpringBootExceptionReporter, is created, the environment prepared by SpringApplication hasn't been set on the application context. This results in any EnvironmentAwareFailureAnalyzer having the context's default environment injected rather than the environment that will be in place when the context is refreshed.