Mark Fisher
7a8b42cdb9
SftpConstants is now SftpHeaders, and the key value is camelCase
2010-10-27 23:00:06 -04:00
Mark Fisher
161882354a
INT-1562 wrong MessagingException imported
2010-10-27 18:12:47 -04:00
Mark Fisher
1f352ac8fd
INT-1562 formatting
2010-10-27 17:54:19 -04:00
Mark Fisher
c8f37d7877
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-27 15:59:41 -04:00
Mark Fisher
e8da488033
INT-1526 updating template.mf files for minimum version of Spring 3.0.5
2010-10-23 12:56:13 -05: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
Oleg Zhurakousky
8b219a6a9f
polished several POMs to make then consistent with others
2010-10-14 10:31:01 -04: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
2d88bdd2e8
Increment versions to 2.0.0.BUILD-SNAPSHOT
2010-09-03 20:12:54 +00:00
Chris Beams
f4efc62ca7
Increment versions to 2.0.0.M7
2010-09-03 18:23:12 +00: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
Chris Beams
2c17719313
Introduce Maven release:update-versions plugin (INT-1320)
...
- Upgrade to version 2.0 of the maven-release-plugin in order to
get the new 'update-versions' goal, which allows for doing nothing
other than updating pom versions - no tagging, no checkins, etc.
- Accommodate idiosyncracies of the plugin. When running for the first
time, it became clear that update-versions not only updates versions
as advertised, but also formats certain elements of the pom.
Committing just those format changes now so that future actual version
updates will not have to deal with this uninvited 'help'.
- How to run the command:
mvn --batch-mode release:update-versions -DdevelopmentVersion=2.0.0.M7
This will edit the <version> elements in the poms of the projects listed
in the root pom's <modules> section.
2010-09-02 15:57:05 +00:00
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
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