There was an error while loading. Please reload this page.
Hi!
Is it correct behavior?
We have two code snippets in the AbstractApplicationContext.class:
doClose() code - lifecycleProcessor.onClose(); before destroyBeans()
refresh() code destroyBeans() before any logic - so that some lifecycle beans will be remove and can't be stop
So we have some beans were starts, but not stopped if some fail during context initialization (refresh()...).
Thanks.
Hi!
Is it correct behavior?
We have two code snippets in the AbstractApplicationContext.class:
doClose() code - lifecycleProcessor.onClose(); before destroyBeans()
refresh() code destroyBeans() before any logic - so that some lifecycle beans will be remove and can't be stop
So we have some beans were starts, but not stopped if some fail during context initialization (refresh()...).
Thanks.