-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Description
We believe that circular references between beans should be avoided if at all possible. To help users avoid accidentally creating such dependency cycles, we should configure the BeanFactory
to prohibit circular references by default. We'll allow them to be enabled via API and configuration property for those that really need them, as we did with bean definition overriding in 2.1. We should also update ApplicationContextRunner
at the same time.
philwebb, dreis2211, vpavic, clemstoquart, felipemsantos and 5 more
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement