6 Commits

Author SHA1 Message Date
abilan
48b17463f5 Upgrade to Spring Integration 6.1.0 2023-05-16 17:50:10 -04:00
Artem Bilan
833f55d662 Upgrade to the latest dependencies
* Fix deprecation warnings
2022-07-22 16:17:47 -04:00
Artem Bilan
1aa24b6577 Upgrade dependencies and various fixes
* Remove usage of removed `org.springframework.util.SocketUtils`
in favor of OS-selected port
* Migrate mail tests to Greenmail instead of already obsolete (and soon to be removed)
`org.springframework.integration.test.mail.TestMailServer`
2022-03-24 12:02:16 -04:00
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
Gary Russell
239da188d3 Fix copyright on test
- unsaved local change
2020-06-02 16:27:41 -04:00
Gary Russell
8a83eb23dd Add TCP Bi-Directional Async Sample
* Add a second client and address PR comments.
2020-06-02 16:13:25 -04:00