* Upgrade to the latest dependencies * Migrate samples to `jakarta` namespace * Rework `cafe-scripted` to RSocket instead of already removed RMI * Migrate JMS samples to Apache Artemis for Jakarta EE 9 * Disables mails tests since there is a requirement to migrate to Greenmail for Jakarta EE 9 support * Rework `generatePom` task to a new `maven-publish` plugin style
File Sample
This example demonstrates the following aspects of the File operations support available with Spring Integration:
- File Inbound Channel Adapter
- File Outbound Channel Adapter
- File-to-Bytes Transformer
Furthermore, a Poller is used as well.
The use case is a simple file copy, but implemented in 3 basic flavors:
- Binary file copy
- Text file copy
- Simple file copy
To run the samples simply execute the 3 test cases located in the org.springframework.integration.samples.filecopy package.