Commit Graph

189 Commits

Author SHA1 Message Date
Gary Russell
6eb31e7e09 INT-1848 Add order Attribute to (s)ftp Outbound Adapters 2011-03-25 13:54:15 -04:00
Chris Beams
6e58a9ff99 Add <repositories> to generated poms
Synchronize with changes in buildSrc that add repositories
declared in gradle script(s) to generated maven poms during
`generatePom` task.

Issue: GRADLE-48
2011-03-14 01:04:05 +08:00
Oleg Zhurakousky
5c349ecb7b INT-1756 fixed broken test 2011-03-09 10:11:48 -05:00
Oleg Zhurakousky
d12eadf33c INT-1756 added support for auto-creating remote directories 2011-03-09 09:54:27 -05:00
Oleg Zhurakousky
2d6e490969 INT-1782 added support for configuring temporary suffix 2011-03-07 15:33:58 -05:00
Mark Fisher
13ed0534a2 updated template.mf files for [2.0.4, 2.0.5) version range 2011-02-11 12:54:48 -05:00
Mark Fisher
0e75e6f64d updated POMs for 2.0.4.BUILD-SNAPSHOT 2011-02-11 12:52:37 -05:00
Mark Fisher
99dc2869af Re-release version 2.0.3.RELEASE 2011-02-10 09:16:12 -06:00
Mark Fisher
b46052e487 updated template.mf files for 2.0.3 2011-02-09 22:33:30 -06:00
Mark Fisher
73a50fe137 updated POMs for 2.0.4.BUILD-SNAPSHOT 2011-02-09 20:23:41 -06:00
Mark Fisher
c4dbad9ea4 Release version 2.0.3.RELEASE 2011-02-09 20:05:59 -06:00
Gary Russell
a2aedfb969 POMs updated from 2.0.2.RELEASE to 2.0.3.BUILD-SNAPSHOT as version for all project modules 2011-02-09 14:57:26 -05:00
Mark Fisher
c854059ce6 Release version 2.0.2.RELEASE 2011-02-08 11:00:30 -06:00
Mark Fisher
6c6af30922 updating template.mf files for the 2.0.2 release 2011-02-07 09:32:16 -05:00
Oleg Zhurakousky
f6061346d3 added more test to InnerGatewayWithChainTests 2011-02-02 19:56:04 -05:00
Oleg Zhurakousky
eae714a983 polishing fixed the spelling of some of the sftp tests 2011-02-01 09:48:28 -05:00
Oleg Zhurakousky
893d749907 general poslihing in tests for FTP/SFTP and javadocs polishing in DefaultHttpHeaderMapper 2011-01-17 15:08:09 -05:00
Oleg Zhurakousky
f0d446617d INT-1703 added support for configuring 'remote-file-separator' for FTP/SFTP 2011-01-06 13:35:37 -05:00
Mark Fisher
42b0c5f581 POMs updated from 2.0.1.RELEASE to 2.0.2.BUILD-SNAPSHOT as version for all project modules 2010-12-21 19:01:50 -05:00
Oleg Zhurakousky
a4366a8986 INT-1704 fixed FTP/SFTP tests that broke the build due to the change introduced with file renaming 2010-12-21 15:55:12 -05:00
Oleg Zhurakousky
45e62cdabc INT-1700 changed from IOException to NestedIOException to stay compatible with Java 5 2010-12-21 15:45:45 -05:00
Mark Fisher
e6ac44dbbd Release version 2.0.1.RELEASE 2010-12-17 18:35:24 -05:00
Mark Fisher
6ecda01fda INT-1699 updated template.mf files for version 2.0.1 2010-12-17 17:25:21 -05:00
Mark Fisher
1eabbfb4e9 polishing 2010-12-17 12:06:16 -05:00
Oleg Zhurakousky
6d07e51bb0 polishing JschLogger 2010-12-16 12:44:49 -05:00
Mark Fisher
1803d73547 INT-1676 added spring.tooling and .gif icons for adapters that were missing these files 2010-12-10 10:41:54 -05:00
Oleg Zhurakousky
601538a9f2 INT-1668 added logic to FTP/SFTP to ensure that the files are being uploaded with .writing extension and then renamed. Added rename(..) method to Session strategy. Ensured that file to be uploaded is not copied locally. Tested upload/download with both SFTP and FTP of a very large files. Added more mock tests 2010-12-07 10:02:59 -05:00
Oleg Zhurakousky
b4d22ac021 INT-1660 added check to validate if jschSession is connected to the SftpSession.isOpen() method 2010-12-06 12:48:10 -05:00
Oleg Zhurakousky
f4f0c2ea36 INT-1664 renamed copy() methods to read(..) and write(..) 2010-12-06 12:37:51 -05:00
Oleg Zhurakousky
5f36b01024 INT-1664, INT-1665 added check for connection validity to recognize stale FTP connections, added 'throws IOException' to other relevant methods of Sessioin strategy, added debug statements to monitor session and session pool state, polished code 2010-12-06 12:25:07 -05:00
Oleg Zhurakousky
583b2771cd INT-1664, INT-1665 added isOpen() method to the Session strategy, added check for stale connection to the CachingSessionFactory which will ensure that it only returns valid (non-stale) Session 2010-12-06 09:06:29 -05:00
Oleg Zhurakousky
0f761f3adb INT-1663, INT-1664, INT-1665, INT-1666 refactored Session to encapsulate 'copy' functionality as a whole, fixed FTP stale connection issue, fixed FTP default buffer size, better error reporting, removed remoteWorkingDirectory attribute from session factory, other polishing, adjusted tests 2010-12-05 19:25:04 -05:00
Oleg Zhurakousky
36144d80c3 INT-1655 polishing, removed unused import 2010-12-01 19:54:59 -05:00
Oleg Zhurakousky
fadddf94b9 INT-1655 fixed accidental dependency on Log4J instead of coommons logging 2010-12-01 16:27:25 -05:00
Oleg Zhurakousky
ee5b305260 INT-1655 added support for JSch Loging for SFTP adapter, updated documentation 2010-12-01 16:06:00 -05:00
Chris Beams
c8a24acfc6 Catch poms up with 2.0.1.BUILD-SNAPSHOT version 2010-11-26 11:26:07 -07:00
Mark Fisher
c712ac6315 Release version 2.0.0.RELEASE 2010-11-22 21:23:47 -05:00
Mark Fisher
c2343c8911 ignoring test that seems to do nothing 2010-11-22 21:23:46 -05:00
Chris Beams
365108e7e3 Reflect hamcrest 1.1 dependency in generated poms 2010-11-22 16:18:21 -07:00
Chris Beams
1d3f4b2987 Upgrade junit:junit:4.7 -> junit:junit-dep:4.8.2
junit-dep does not bundle dependencies like hamcrest. This avoids
'duplicate package org.hamcrest' errors during javadoc generation
2010-11-22 15:06:02 -07:00
Oleg Zhurakousky
a4f6a172d0 INT-1552 added schema docs for FTP module, polished FTP schema docs 2010-11-22 10:29:38 -05:00
Oleg Zhurakousky
9ce3eec884 INT-1552 added schema docs for SFTP module 2010-11-22 10:17:45 -05:00
Oleg Zhurakousky
d6dcc6571a INT-1614 fixed test xml files for SFTP, updated SFTP documentation 2010-11-22 09:41:48 -05:00
Mark Fisher
bc784eeca2 INT-1614 polishing 2010-11-22 09:29:46 -05:00
Mark Fisher
1132422887 INT-1614 polishing SFTP module 2010-11-22 08:59:53 -05:00
Mark Fisher
7ec046ad3f INT-1641, INT-1614 added support for 'filename-regex' for the FTP and SFTP inbound channel adapters 2010-11-22 01:21:07 -05:00
Mark Fisher
bcc919fed7 INT-1614 changed the 'auto-create-directories' attribute to 'auto-create-local-directory' since it only affects the local directory 2010-11-22 01:00:58 -05:00
Mark Fisher
ad485e9124 INT-1614 moved outbound parsers into a single class in the file module 2010-11-22 00:48:05 -05:00
Mark Fisher
c9a1af9970 INT-1614 all logic for inbound adapters is now in a base class 2010-11-22 00:31:50 -05:00
Mark Fisher
4476620094 INT-1614 consistency with pattern-matching FileListFilter implementation names. The PatternMatchingFileListFilter is now RegexPatternFileListFilter (breaks existing use, but since 'filename-pattern' now has a *simple* ant path match, users should know aobut the changes). It's also more consistent with SimplePatternFileListFilter 2010-11-22 00:00:39 -05:00