Files
spring-integration/spring-integration-core
Artem Bilan 08424fb4a5 GH-2007: Subclass for IntComponentScanRegistrar
Fixes GH-2007 (https://github.com/spring-projects/spring-integration/issues/2007)

To allow more straightforward extension and avoid some extra mocking provide some `protected` methods for the `IntegrationComponentScanRegistrar` which can be implement in some specific cases, like Spring Boot auto-configuration

The `EnableComponentScanTests` demonstrates how it can be done now in case of `basePackage` overriding
2016-12-23 14:01:39 -05:00
..