diff --git a/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml b/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml index 15e390ab1..f80176002 100644 --- a/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml +++ b/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundChannelAdapterSample-context.xml @@ -23,6 +23,10 @@ + session-factory="ftpClientFactory"> + + + + diff --git a/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundGatewaySample-context.xml b/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundGatewaySample-context.xml index 2c40a6e5e..5e9fd5d72 100644 --- a/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundGatewaySample-context.xml +++ b/basic/ftp/src/test/resources/META-INF/spring/integration/FtpOutboundGatewaySample-context.xml @@ -28,7 +28,11 @@ command="ls" command-options="" expression="payload" - reply-channel="toSplitter"/> + reply-channel="toSplitter"> + + + + @@ -47,7 +51,11 @@ reply-channel="toRemoveChannel" command="get" command-options="-P" - expression="payload.remoteDirectory + '/' + payload.filename"/> + expression="payload.remoteDirectory + '/' + payload.filename"> + + + + @@ -62,7 +70,11 @@ expression="headers['file_remoteDirectory'] + '/' + headers['file_remoteFile']" request-channel="toRemoveChannel" command="rm" - reply-channel="aggregateResultsChannel"/> + reply-channel="aggregateResultsChannel"> + + + + diff --git a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundGatewaySample-context.xml b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundGatewaySample-context.xml index d22cf30b6..5371eecdc 100644 --- a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundGatewaySample-context.xml +++ b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundGatewaySample-context.xml @@ -31,7 +31,11 @@ command="ls" command-options="" expression="payload" - reply-channel="toSplitter"/> + reply-channel="toSplitter"> + + + + @@ -42,13 +46,21 @@ reply-channel="toRm" command="get" command-options="-P" - expression="payload.remoteDirectory + payload.filename"/> + expression="payload.remoteDirectory + payload.filename"> + + + + + command="rm"> + + + + diff --git a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml index ea53f6967..c8b320425 100644 --- a/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml +++ b/basic/sftp/src/test/resources/META-INF/spring/integration/SftpOutboundTransferSample-context.xml @@ -28,6 +28,10 @@ session-factory="sftpSessionFactory" channel="inputChannel" remote-filename-generator-expression="payload.getName() + '_foo'" - remote-directory="si.sftp.sample"/> + remote-directory="si.sftp.sample"> + + + + diff --git a/build.gradle b/build.gradle index 729d2b738..b1717c3ce 100644 --- a/build.gradle +++ b/build.gradle @@ -193,7 +193,7 @@ subprojects { subproject -> postgresVersion = '9.1-901-1.jdbc4' subethasmtpVersion = '1.2' slf4jVersion = '1.7.11' - springIntegrationVersion = '4.1.5.RELEASE' + springIntegrationVersion = '4.1.6.RELEASE' springIntegrationDslVersion = '1.0.2.RELEASE' springVersion = '4.1.7.RELEASE' springSecurityVersion = '3.2.4.RELEASE'