Chris Beams
41e8194239
Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)
...
Upon updating to 3.0.4 the build fails with SpEL error code EL1004E when
executing test method shouldFindSimpleAggregatorMethodWithArray().
Reverting for now, but SPR-7519 has been created for tracking what
appears to be a minor SpEL regression.
- template.mf files now declare range [3.0.3, 4.0.0) for all Spring dependencies
- pom.xml files reverted to dependence on 3.0.3.RELEASE
2010-09-02 12:42:23 +00:00
Chris Beams
4ded74b317
Update pom and template.mf files Spring 3.0.4 (INT-1293)
2010-09-02 10:54:11 +00:00
Chris Beams
9e6e232837
Disconnect samples from parent pom (INT-1316)
2010-09-02 10:22:53 +00:00
Mark Fisher
7c1ab04cd5
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
2010-08-31 01:53:45 +00:00
Josh Long
02faab51dc
re-adding src from branch to include FTPS support.
2010-08-28 18:19:17 +00:00
Josh Long
5f0ba7f578
removing src to replace it with the branch
2010-08-28 18:18:40 +00:00
Josh Long
48d7279dd8
merging from the branch for the changes made to support EntryListFilters instead of FileListFilters.
2010-08-21 01:42:55 +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
770b001080
Fixed compiler error in the DefaultFtpClientFactory impl
2010-08-18 07:08:43 +00:00
Josh Long
4f4c25a8dd
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:22:05 +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
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
8307772dd0
Taught the FTP adapter how to do file name filtering and predicates INT-1357
2010-08-18 03:17:49 +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