
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.