Commit Graph

6 Commits

Author SHA1 Message Date
Artem Bilan
21e44479ee Fix deprecation warnings
* 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
2020-06-29 13:26:03 -04:00
Artem Bilan
c72d642f35 Fix Spring Boot Gradle plugin usage
* Upgrade dependencies
* Regenerate poms
2020-06-23 10:09:17 -04:00
Artem Bilan
18f3fcf912 Upgrade dependencies 2020-05-14 15:15:47 -04:00
Artem Bilan
2fcf28a9d4 Upgrade dependencies 2020-04-17 15:25:51 -04:00
Artem Bilan
c68d40458e Upgrade to SI-5.3.0.M4 2020-04-01 16:00:21 -04:00
Daniel Frey
427f28642b Add testcontainers-rabbitmq sample
* update the project with requested changes
* cleaned up commented code
* `travisci` distribution update
* remove transitive dependency
* generate pom
* Fix code format for tab indents
* Add `Jackson2JsonMessageConverter` to avoid Java serialization over the network
2020-03-18 10:17:29 -04:00