* Use `MatcherAssert.assertThat()` instead of deprecated `Assert.assertThat()` * Use `IntegrationFlows.fromSupplier(Supplier)` instead of removed `IntegrationFlows.from(Supplier)` * Use `org.springframework.integration:spring-integration-test` throughout the project for more testing utilities
RSS Feed Sample
This example demonstrates the usage of the Spring Integration RSS Feed Module using a Feed Inbound Channel Adapter. In order to run the sample, execute the test case located in the org.springframework.integration.samples.feed package.