Files
spring-integration-samples/intermediate
Daniel Hammer cf92516330 Add useJUnitPlatform for all modules
* Enable Gradle test-support for all samples.
* "Fix" for coverage failure org.springframework.integration.samples.barrier.ApplicationTests#contextLoads(); AmqpConnectException: java.net.ConnectException: Connection refused
~ inspired by ".. we generally use a JUnit @Rule to skip the test if the broker's not available." - Gary Russell
@see https://stackoverflow.com/a/38747559

* Temporarily disabled Gradle test-support for file-split-ftp & tcp-client-server-multiplex, in-order to allow for successful Gradle check task execution.

* Temporarily disabled remaining failing coverage, in-order to support continous integration going forward
@see https://github.com/spring-projects/spring-integration-samples/pull/335#discussion_r1072371788

Co-authored-by: Daniel Hammer <daniel.hammer+oss@gmail.com>
2023-01-23 13:04:29 -05:00
..
2019-03-22 15:59:21 -04:00

Intermediate Samples

This category targets developers who are already familiar with the Spring Integration framework (past getting started), but need some more guidance while resolving more advanced technical problems that they have to deal with once having switched to a Messaging architecture.

For example; If you are looking for an answer on how to handle errors in various scenarios or how to properly configure the Aggregator for the situations where some messages might not ever arrive for aggregation etc., and any other issue that goes beyond a basic understanding and configuration of a particular component and addresses "what else you can do with it" type of problem, this would be the right place to find these type of samples.