Fix component scan test setup
This commit fixes the setup of tests using component scan. Previously, a configuration used an include filter to only include a particular configuration class in a given package. Unfortunately, include filters do not prevent regular filters by default and the definition did not have the intended behaviour. This commit disables default filters so that only the specified include filter is applied.pull/19492/head
parent
3c8b3fba9f
commit
cf740add85
Loading…
Reference in New Issue