| Class and Description |
|---|
| org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner
in favor of
FileReadingMessageSource.setUseWatchService(boolean) (when using Java 7 or later) |
| org.springframework.integration.file.WatchServiceDirectoryScanner
since 4.3 in favor of internal
WatchService logic in the FileReadingMessageSource.
Will be removed in Spring Integration 5.0. |
| Field and Description |
|---|
| org.springframework.integration.file.FileHeaders.REMOTE_SESSION
- use
IntegrationMessageHeaderAccessor#CLOSEABLE_RESOURCE. |
| Method and Description |
|---|
| org.springframework.integration.file.FileReadingMessageSource.onSend(Message<File>)
with no replacement. Redundant method.
|
| org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.setExpressionRename(Expression) |