Commit Graph

46 Commits

Author SHA1 Message Date
Mark Fisher
97b5c42411 INT-1562 naming consistencies, package-protected classes 2010-11-12 08:50:32 -05:00
Mark Fisher
6560444c16 INT-1562 renamed SftpSessionFactory to SftpSessionFactoryBean since it implements FactoryBean, and refactored it to extend AbstractFactoryBean as well 2010-11-10 17:36:42 -05:00
Mark Fisher
4b6488273f INT-1562 moved SftpSessionUtils into the 'session' package 2010-11-10 17:12:20 -05:00
Mark Fisher
fbaeead0a7 INT-1562 removed the sftp remote directory header, but added support for an expression on the outbound adapter 2010-11-10 17:07:35 -05:00
Mark Fisher
e14bbbe21d INT-1562 restructured packages: inbound, outbound, session 2010-11-10 16:24:51 -05:00
Oleg Zhurakousky
1278666ed7 INT-1596, fixed the broken links as well as all warnings 2010-11-09 12:17:45 -05:00
Mark Fisher
0c4cfa3d6b INT-1591 avoiding NPEs when returning file entry names 2010-11-08 18:35:31 -05:00
Mark Fisher
23c8c28d0c INT-1591 removing the FileNameExtractor strategy in favor of concrete implementations of AbstractPatternMatchingFileListFilter 2010-11-08 18:33:07 -05:00
Mark Fisher
e4f6b33b7b INT-1591 FileListFilter is now parameterized. Existing implementations required refactoring to specify <File> for <F>. 2010-11-08 17:31:42 -05:00
Mark Fisher
4487168e38 renamed EntryNamer to EntryNameExtractor since it gets the name but does not create it 2010-11-08 13:57:55 -05:00
Mark Fisher
9271269433 INT-1562 moved synchronization base classes into a dedicated package 2010-11-05 13:22:19 -04:00
Chris Beams
102c4eb93f Remove annotation typo 2010-10-28 15:55:36 -04:00
Chris Beams
1cf449d710 Ignore pom-dependent test 2010-10-28 15:47:59 -04:00
Mark Fisher
20dd46ea4a SftpConstants is now SftpHeaders, and the key value is camelCase 2010-10-28 15:32:23 -04:00
Mark Fisher
ede72e4198 INT-1562 wrong MessagingException imported 2010-10-28 15:32:22 -04:00
Mark Fisher
d9eb925235 INT-1562 formatting 2010-10-28 15:32:21 -04:00
Mark Fisher
1e9c3c6a8d INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) 2010-10-28 15:32:20 -04:00
Iwein Fuld
0bd4c6c612 QUALITY: remove cyclic dependency and start polish in SftpRemoteFileSystemSynchronizingMessageSourceFactoryBean 2010-10-22 09:30:41 +02:00
Josh Long
3ddde2e450 fixing citations. 2010-10-14 11:37:40 -07:00
Josh Long
5683b6b607 adding better citation 2010-10-14 11:23:45 -07:00
Mark Fisher
a4f05cef0e INT-1482 charset value is now being set for bothFtpSendingMessageHandler and SftpSendingMessageHandler 2010-10-11 22:05:54 -04:00
Mark Fisher
f3be8bebde INT-1482 added default charset value for FtpSendingMessageHandler and SftpSendingMessageHandler 2010-10-11 21:56:14 -04:00
Oleg Zhurakousky
1171a23a19 INT-1433 forgot to add licensing info 2010-09-26 09:05:55 -04:00
Oleg Zhurakousky
653711534b INT-1433 the issue was fixed by Josh, just added tests to validate the functionality 2010-09-26 08:50:15 -04:00
Oleg Zhurakousky
f8ace52bef INT-1432 added tests to validate that localdirectories are auto created if auto-create is set to TRUE or exception is thrown if set to false 2010-09-24 15:39:35 -04:00
Oleg Zhurakousky
3f2399e569 INT-1263, more MessageHistory changes FTP, SFTP etc., forgot to add two files 2010-09-23 09:45:30 -04:00
Oleg Zhurakousky
32efbae90d INT-1263, more MessageHistory changes FTP, SFTP etc. 2010-09-23 09:45:01 -04:00
Oleg Zhurakousky
b6e058c59b INT-1263, added more changes and tests related valdating MessageHistory in every module 2010-09-22 18:44:51 -04:00
Josh Long
86fafd0002 INT-1433 fixing some bugs in the SFTP adapter reported by John Norton. the problems were mainly inconsistant propagation of a javabean property through the xsd and namespace handler, and failure to close input/outputstreams in the sftps synchronizer. 2010-09-12 12:41:37 -07:00
Chris Beams
c358cedeeb Remove ftp and sftp placeholder manifest files (INT-1388)
-ftp and -sftp modules no longer need placeholder manifests as they
now have proper template.mf files and bundlor support switched on.
2010-09-02 15:57:54 +00:00
Josh Long
aef97c4012 moved spaces to tabs for the sftp package 2010-08-24 22:12:24 +00:00
Josh Long
3e79a551cc removig old SftMessageSource 2010-08-20 23:13:20 +00:00
Josh Long
7a15cabfe2 Fixed teh SFTP inbound adapter - it's now based on the abstract base classes. finally removing the sftp-specific impl's of the EntryListFilter* hierarchy. no need since we have a generic EntryListFilter<T> hierarchy instead 2010-08-20 18:22:59 +00:00
Josh Long
fc2a859e61 Fixed teh SFTP inbound adapter - it's now based on the abstract base classes 2010-08-20 18:18:19 +00:00
Josh Long
b5b0e06e81 Removing already deprecated instances of *FileList*Filters in favor of their entries.* equivalents which are generics-friendly and can be reused across adapters. Also, added some documentaton to the AbstractInboundRemoteFileSystemSynchroniz*.java classes so that the lifecycle hooks are explained for subsequent file system adapter implementations 2010-08-20 18:08:32 +00:00
Josh Long
1562d53118 Cleaning up stray references, fixing tests 2010-08-20 17:23:07 +00:00
Josh Long
25b5afa528 initial commit of my work to make building filesystem based adapters more consistent, cleaner. 2010-08-20 10:06:13 +00:00
Josh Long
b5556a664d clean up - and also made it so that the SFTP, FTP and File adapters all support String, byte[] , and File payloads for the *:outbound-adapters 2010-08-18 09:56:10 +00:00
Josh Long
78c28d5b0f I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp* and *FTP* to *Ftp*. Looks *much* better now and feels more like the Spring I know and love. 2010-08-18 06:58:02 +00:00
Josh Long
b1571e2767 I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp* and *FTP* to *Ftp*. Looks *much* better now and feels more like the Spring I know and love. 2010-08-18 05:49:07 +00:00
Josh Long
006c826995 I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp*. Looks *much* better now and feels more like the Spring I know and love. 2010-08-18 05:45:41 +00:00
Josh Long
9f3f0a91bf I can be so forgetful sometimes! I've just changed *SFTP* -> *Sftp*. Looks *much* better now and feels more like the Spring I know and love. 2010-08-18 05:45:09 +00:00
Josh Long
a3ad837468 Taught the SFTP adapter how to do file name filtering and predicates INT-1357 2010-08-18 04:26:26 +00:00
Josh Long
6dec375d36 cleaning up SFTP + FTP code 2010-08-18 01:37:08 +00:00
Josh Long
852e6fe68a cleaning up SFTP + FTP code 2010-08-18 01:35:01 +00:00
Josh Long
d85fdaceb0 moving FTP / SFTP support from sandbox. 2010-08-17 03:59:52 +00:00