Commit Graph

4728 Commits

Author SHA1 Message Date
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
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
67bac6d61c INT-1614 changed the way remote file is read by synchronizer 2010-11-19 15:45:31 -05:00
David Turanski
1886ea3fb1 proof read reference guide 2010-11-19 15:33:02 -05:00
Oleg Zhurakousky
8a8835eaa1 INT-1614 got rid of FtpSendingMessageHandlerFactoryBean, logic was moved to parser 2010-11-19 14:46:38 -05:00
Oleg Zhurakousky
99cf76f591 INT-1614 got rid of FtpInboundFileSynchronizingMessageSourceFactoryBean, logic was moved to parser 2010-11-19 14:34:54 -05:00
Oleg Zhurakousky
f5f964f626 INT-1614 renamed FTP '*.client' package to '*.session' 2010-11-19 13:16:37 -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
Oleg Zhurakousky
f91e5f4744 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-11-19 12:54:36 -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
Oleg Zhurakousky
0f8624404e Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-11-19 12:44:23 -05:00
Mark Fisher
7edbc931b1 INT-1614 replaced 'directoryExists' with 'exists' 2010-11-19 12:44:10 -05:00
Oleg Zhurakousky
02b26bb54d Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-11-19 12:36:27 -05:00
Mark Fisher
8df06ae0cf INT-1614 naming consistency 2010-11-19 12:36:15 -05:00
Mark Fisher
794cbc9f93 INT-1614 naming consistency 2010-11-19 12:34:26 -05:00
Oleg Zhurakousky
10899a55de Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-11-19 12:34:25 -05:00
Mark Fisher
0bdb0a2ef2 INT-1614 naming consistency 2010-11-19 12:30:58 -05:00
Oleg Zhurakousky
ebb9a0afb5 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-11-19 12:30:13 -05:00
Mark Fisher
46b4d8a595 INT-1614 removed redundant setClientPool call 2010-11-19 12:28:43 -05:00
Mark Fisher
ee6e079175 INT-1614 removed the 'autoCreateDirectory' property for inbound SFTP 2010-11-19 12:23:11 -05:00
Oleg Zhurakousky
ab034ee9bd Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-11-19 12:07:34 -05:00
Oleg Zhurakousky
f02f40acc1 INT1552 added URI variables section to HTTP Outbound Gateway 2010-11-19 12:01:58 -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
Gary Russell
abffa7378a INT-1552 error-channel doc polishing 2010-11-19 11:41:39 -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