Files
spring-integration/spring-integration-core
Artem Bilan 16be9fc47d INT-3502: filters for @IntegrationComponentScan
JIRA: https://jira.spring.io/browse/INT-3502

For some use-cases it is really useful to filter `@MessagingGateway` components as any other `@ComponentScan` capable.

* Add `useDefaultFilters()`, `includeFilters()` and `excludeFilters()` to the `@IntegrationComponentScan`
* Modify `GatewayInterfaceTests` to reflect changes and be sure that logic is applied properly
2016-10-28 15:26:21 -04:00
..