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
Published when the ApplicationContext is closed by using the close() method on the ConfigurableApplicationContext interface. Here, “closed” means that all singleton beans are destroyed. ...
It seems that such a definition may be misleading as soon as it sounds like event is triggered after beans destruction.
Actually AbstractApplicationContext#doClose defines the real execution order.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Affects: <All Spring Framework versions>
The Spring Framework reference documentation for
ContextClosedEvent
states the following:It seems that such a definition may be misleading as soon as it sounds like event is triggered after beans destruction.
Actually
AbstractApplicationContext#doClose
defines the real execution order.The text was updated successfully, but these errors were encountered: