Honor @Fallback
semantics for Test Bean Overrides
#33924
Labels
Milestone
@Fallback
semantics for Test Bean Overrides
#33924
Overview
Bean Overrides for tests (
@TestBean
,@MockitoBean
, etc.) honor@Primary
semantics but do not yet honor@Fallback
which was introduced in Spring Framework 6.2.We should therefore support
@Fallback
semantics in our bean override matching algorithm as well.Related Issues
@Primary
semantics #33819The text was updated successfully, but these errors were encountered: