Lifecycle beans won't stop dependent beans which are not Lifecycle type when context closing #34382
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: feedback-provided
Feedback has been provided
status: waiting-for-triage
An issue we've not yet triaged or decided on
When closing the applicationContext, those
Lifecycle
beans are stopped earlier than normal beans.And the default lifecycle processor only close those beans which are
Lifecycle
If normal beans which depend on
Lifecycle
beans may not work properly during the closing period, because their dependingLifecycle
beans are stopped earlier.The text was updated successfully, but these errors were encountered: