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
The javadocs says that PARENTS will "Search all parents and ancestors, but not the current context", however OnBeanCondition only looks in the parent and ignores any older ancestors.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
OnBeanCondition doesn't implements SearchStrategy.PARENTS as documented
OnBeanCondition doesn't implement SearchStrategy.PARENTS as documented
Aug 27, 2016
ivanpokupec
added a commit
to ivanpokupec/spring-boot
that referenced
this issue
Aug 30, 2016
The javadocs says that
PARENTS
will "Search all parents and ancestors, but not the current context", howeverOnBeanCondition
only looks in the parent and ignores any older ancestors.The text was updated successfully, but these errors were encountered: