Conflicting Conditional bean behavior #24156
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: duplicate
A duplicate of another issue
Expectation
With above code I expect one bean of type
com.example.springbootdemo.Foo
contributed with bean-namefoo
.Actual behavior
No bean of type
com.example.springbootdemo.Foo
is registered.With a slight change in above code.
From
to
bean of type
com.example.springbootdemo.Foo
is registered.The text was updated successfully, but these errors were encountered: