Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
2e3fc66bba INT-1614 factored all FTP and SFTP MessageHandler code into a single FileTransferringMessageHandler in the spring-integration-file module 2010-11-21 18:54:12 -05:00
Mark Fisher
fd083e9772 INT-1614 FtpSendingMessageHandler now takes the SessionFactory in its sole constructor 2010-11-21 18:14:19 -05:00
Mark Fisher
f448ec93b2 INT-1614 'auto-delete-remote-files-on-sync' is now 'delete-remote-files' 2010-11-21 18:05:18 -05:00
Mark Fisher
21b2a232ea INT-1614 changed 'local-working-directory' attribute to 'local-directory' on FTP side (now consistent with SFTP and matches the name of the actual property) 2010-11-21 17:45:23 -05:00
Mark Fisher
22c36710f7 INT-1614 ignoring test 2010-11-21 17:30:31 -05:00
Mark Fisher
dbdbb88247 INT-1614 moved file copy code up to base class, subclasses now only implement isFile and getFilename methods 2010-11-21 17:29:51 -05:00
Mark Fisher
a62dece984 INT-1614 proper handling of parameterized method call 2010-11-21 16:32:36 -05:00
Mark Fisher
54ce478f4b added log4j category for integration 2010-11-21 16:00:03 -05:00
Mark Fisher
d97785a8e6 fixed package name for FTP log4j category 2010-11-21 15:58:53 -05:00
Mark Fisher
4e31918771 INT-1614 changed 'remotePath' property to 'remoteDirectory' - now matches the 'remote-directory' attribute within the schema 2010-11-21 15:56:20 -05:00
Mark Fisher
698a1f922e INT-1614 moved 'synchronizeToLocalDirectory' to the base class and changed Session.ls() to return an array rather than Collection 2010-11-21 15:42:40 -05:00
Mark Fisher
54ea3867b6 INT-1614 refactoring as much as possible into base class 2010-11-21 15:16:37 -05:00
Mark Fisher
25e20b73c1 INT-1614 refactoring as much as possible into base class 2010-11-21 14:54:04 -05:00
Mark Fisher
72fcb154b8 updated POMs now that there are no dependencies on commons-io or commons-lang 2010-11-21 14:44:44 -05:00
Chris Beams
fc45fc4c9d Update to latest buildSrc
Contains fixes for generatePom incremental build
2010-11-21 12:24:07 -07:00
Mark Fisher
3acef7cafc INT-1614 refactoring as much as possible into base class 2010-11-21 14:20:15 -05:00
Mark Fisher
427116ef1e INT-1614 removed unnecessary abstract parser base classes 2010-11-21 14:10:14 -05:00
Mark Fisher
cf7141bc9c INT-1614 FTP inbound synchronizer now requires 'sessionFactory' as a constructor argument like the other adapters 2010-11-21 14:02:38 -05:00
Mark Fisher
9e3a039d2b INT-1614 replaced AcknowledgmentStrategy with simple delete flag option only 2010-11-21 13:53:56 -05:00
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
bad0612dc7 INT-1614 removed all dependency info for commons-lang and commons-io (no longer used in any of our modules) from build.gradle 2010-11-21 13:17:46 -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
5bffcdc0df INT-1614 un-ignoring SessionFactoryTests 2010-11-21 09:49:10 -05:00
Mark Fisher
eed3c792b4 INT-1614 refactored clientMode code per Oleg's updates 2010-11-21 09:42: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
b5aef80cdd INT-1614 changed clientMode in all the test xml files to be either 0 or 2 since these are the only two that we currently support 2010-11-21 09:32:01 -05:00
Oleg Zhurakousky
1313572878 INT-1614 fixed FtpSendingMessageHandlerTest, removed unused test xml files, created SessionFactoryTests with Ignored test untill the issue with validating client modes in ASF is fixed 2010-11-21 09:27:15 -05:00
Mark Fisher
06f4bfda06 INT-1614 polished FTP synchronizer with changes from Oleg 2010-11-20 16:31:16 -05:00
Oleg Zhurakousky
d8110b859c INT-1614 added test for validating FTP copying from remote to local dir 2010-11-20 14:32:47 -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
ff85df9e99 INT-1614 renaming ClientFactory to SessionFactory 2010-11-19 18:35:16 -05:00
Mark Fisher
b37863a6e4 INT-1614 renaming ClientFactory to SessionFactory 2010-11-19 18:21:44 -05:00
Mark Fisher
398fdee558 INT-1614 removed connect() from Session, renamed disconnect() to close() 2010-11-19 18:19:07 -05:00
Oleg Zhurakousky
2129eddf5e INT-1614 added file-name/path tokenezation to FtpSession 2010-11-19 18:10:29 -05:00
Mark Fisher
66e64979ef INT-1614 refactoring FTP for Session and SessionFactory 2010-11-19 18:03:46 -05:00
Mark Fisher
9596777724 INT-1614 refactoring FTP for Session and SessionFactory 2010-11-19 17:42:34 -05:00
Mark Fisher
d0927bf42d INT-1614 returning boolean if retrieved inputStream is null 2010-11-19 16:03:05 -05:00
Oleg Zhurakousky
dcfb51c0cd INT-1614 removed unnecessary code from FtpInboundFileSynchronizingMessageSource 2010-11-19 15:53:44 -05:00