Commit Graph

221 Commits

Author SHA1 Message Date
Mark Fisher
9c0e122958 INT-1614 renamed EntryAcknowledgmentStrategy to AcknowledgmentStrategy for now, but will most likely remove the strategy altogether since there's a conflict if one is set and the delete flag is true at the same time 2010-11-21 13:32:25 -05:00
Mark Fisher
7687dc67ee INT-1614 removing dependencies on commons-lang 2010-11-21 12:57:36 -05:00
Oleg Zhurakousky
d4289cbfa3 INT-1638 fixed import for Jsch bundle in SFTP manifest from [0.1.41, 0.1.5) to [0.1.41, 0.1.50) 2010-11-21 12:16:40 -05:00
Oleg Zhurakousky
5a757523d1 INT-1638 removed unused dependencies form manifests, made minor refactoring to sftp and ftp modules to removed dependencies on commons-io and commons-lang 2010-11-21 12:04:16 -05:00
Oleg Zhurakousky
ffbf155b1e INT-1614 removed unused Temp.java form test package of SFTP module 2010-11-21 09:40:00 -05:00
Oleg Zhurakousky
e4d3bc0a09 INT-1614 fixed tests in FTP 2010-11-19 22:35:42 -05:00
Mark Fisher
294ffb2bfe INT-1614 using File instead of Resource for localDirectory 2010-11-19 21:40:22 -05:00
Mark Fisher
f14df7e59d INT-1614 removed connect() call from constructor 2010-11-19 21:24:11 -05:00
Mark Fisher
44ca3a10c9 INT-1614 added channel connect call to session connect() 2010-11-19 21:19:58 -05:00
Mark Fisher
16bc4f635d INT-1614 added connect call into constructor 2010-11-19 20:55:41 -05:00
Mark Fisher
ff607a46a0 INT-1614 opening channel after connecting session 2010-11-19 20:38:42 -05:00
Mark Fisher
e193bbab68 INT-1614 channel disconnect is already handled by session 2010-11-19 20:25:30 -05:00
Mark Fisher
e18c5231c9 INT-1614 ignoring Exceptions upon closing the Session 2010-11-19 20:17:17 -05:00
Mark Fisher
0a6842dd7d INT-1614 fixed issue with FTP retrieve stream 2010-11-19 20:02:55 -05:00
Mark Fisher
fc9fff58d4 INT-1614 moved the 'synchronizer' package into the 'remote' 2010-11-19 18:59:29 -05:00
Mark Fisher
b91a17ed01 INT-1614 renamed DefaultSftpSession to SftpSession and renamed SimpleSftpSessionFactory to DefaultSftpSessionFactory 2010-11-19 18:52:15 -05:00
Mark Fisher
398fdee558 INT-1614 removed connect() from Session, renamed disconnect() to close() 2010-11-19 18:19:07 -05:00
Mark Fisher
9596777724 INT-1614 refactoring FTP for Session and SessionFactory 2010-11-19 17:42:34 -05:00
Mark Fisher
c7c0972ce2 INT-1614 moved Session and SessionFactory from SFTP into more general 'remote' package in the file module 2010-11-19 15:47:54 -05:00
Oleg Zhurakousky
0c950f2378 INT-1614 removed warning from SFTP 2010-11-19 13:08:55 -05:00
Oleg Zhurakousky
564d72ee64 INT-1614 adding @Ignored sanity tests 2010-11-19 13:05:23 -05:00
Mark Fisher
df3422bb44 INT-1637 updated JSCH range to include 0.1.41 since that is available in EBR 2010-11-19 12:51:06 -05:00
Mark Fisher
7edbc931b1 INT-1614 replaced 'directoryExists' with 'exists' 2010-11-19 12:44:10 -05:00
Mark Fisher
794cbc9f93 INT-1614 naming consistency 2010-11-19 12:34:26 -05:00
Mark Fisher
ee6e079175 INT-1614 removed the 'autoCreateDirectory' property for inbound SFTP 2010-11-19 12:23:11 -05:00
Mark Fisher
d9ebf2657e INT-1614 naming changes for synchronizers and the interface's strategy method itself 2010-11-19 12:01:49 -05:00
Mark Fisher
17d280615d INT-1614 renamed 'synchronization' package to 'synchronizer' 2010-11-19 11:36:06 -05:00
Mark Fisher
4344c432c5 INT-1614 added SFTP operations to the SftpSession interface so that the calling code is no longer tied to JSCH Channel instances 2010-11-19 11:30:25 -05:00
Mark Fisher
f08299c8b9 INT-1614 renamed QueuedSftpSessionPool to CachingSftpSessionFactory and it no longer implements Lifecycle 2010-11-19 10:43:55 -05:00
Mark Fisher
66fea3257e INT-1614 removed SftpSessionPool and the pool impl now implements SessionFactory 2010-11-19 10:22:14 -05:00
Mark Fisher
8076b68bf2 INT-1614 created SftpSession interface 2010-11-19 10:12:55 -05:00
Mark Fisher
9f410d5068 INT-1614 SftpSessionFactory is now an interface 2010-11-19 09:57:22 -05:00
Mark Fisher
2c2d2fd38a INT-1614 synchronize method now accepts the loacl directory as an argument rather than having its own direct reference 2010-11-19 09:10:31 -05:00
Mark Fisher
e177797aef INT-1614 encapsulation 2010-11-19 08:54:59 -05:00
Mark Fisher
4d05b9c559 INT-1614 polishing 2010-11-19 08:24:00 -05:00
Mark Fisher
1d3445c538 INT-1614 removing scheduled task capabilities from synchronizers 2010-11-19 08:11:35 -05:00
Oleg Zhurakousky
d03a6533cf INT-1614 polished SFTP ignored test 2010-11-19 08:07:32 -05:00
Mark Fisher
45798c5345 INT-1614 refactoring FTP and SFTP so that base class receive() calls synchronizer on demand for both (was for SFTP but not FTP). 2010-11-19 07:47:54 -05:00
Oleg Zhurakousky
bae090bca2 INT-1637 removed unnecceunnecessary Import from template.mf - org.jivesoftware.*;version=[3.1.0, 4.0.0), since SFTP is not using it 2010-11-19 05:53:22 -05:00
Oleg Zhurakousky
d2cced1d20 INT-1637 fixed JCH versioning in template.mf and build.gradle 2010-11-19 05:47:34 -05:00
Mark Fisher
1f5dfff2e5 polishing 2010-11-18 22:46:01 -05:00
Mark Fisher
c06e2218b6 polishing 2010-11-18 22:36:31 -05:00
Mark Fisher
3fa7fdadec committing updated pom for sftp with spring-integration-test dependency 2010-11-18 18:31:30 -05:00
Oleg Zhurakousky
454eed23d1 INT-1631 changed remote-filename-expression to remote-filename-generation-expression, adjusted tests and docs 2010-11-18 08:43:19 -05:00
Oleg Zhurakousky
24781476f3 INT-1631 changed remote-file-expression to remote-filename-expression, adjusted tests and docs 2010-11-18 07:41:02 -05:00
Oleg Zhurakousky
37b967cc14 INT-1631 added remote-file-generator attribute to te outbound adapter, final polishing 76.4% coverage 2010-11-18 01:26:01 -05:00
Oleg Zhurakousky
9f1d9e87ce INT-1631 polishing, moved checkIfRemoteDirExist to synchronier other minor cleanup 2010-11-17 23:54:05 -05:00
Oleg Zhurakousky
b1c6c9834f INT-1631 added tests for failure to auto-create local directories when auto-create set to false 2010-11-17 21:20:22 -05:00
Oleg Zhurakousky
78e4b2ef5d INT-1631 added tests for auto-creation of the local directories if doen's exist 2010-11-17 21:09:13 -05:00
Oleg Zhurakousky
c9b663acac INT-1631 added failure test cases for mutually exclusive attributes for inbound and outbound, added test case for injecting Pattern as a bean 2010-11-17 21:01:45 -05:00