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
While looking into #19385, we've found that we're registering the application context shutdown hook even for Servlet deployments. This is unnecessary and we should disable this. We should let the Servlet container manage the application lifecycle.