| Class and Description |
|---|
| org.springframework.integration.file.RecursiveLeafOnlyDirectoryScanner
in favor of
WatchServiceDirectoryScanner (when using Java 7 or later) |
| Field and Description |
|---|
| org.springframework.integration.file.FileHeaders.REMOTE_SESSION
- use
IntegrationMessageHeaderAccessor#CLOSEABLE_RESOURCE. |
| Method and Description |
|---|
| org.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGateway.setRenameExpression(String)
in favor of
AbstractRemoteFileOutboundGateway.setExpressionRename(org.springframework.expression.Expression). Will be changed in a future release
to use an Expression parameter. |