Oleg Zhurakousky
454eed23d1
INT-1631 changed remote-filename-expression to remote-filename-generation-expression, adjusted tests and docs
2010-11-18 08:43:19 -05:00
Oleg Zhurakousky
24781476f3
INT-1631 changed remote-file-expression to remote-filename-expression, adjusted tests and docs
2010-11-18 07:41:02 -05:00
Oleg Zhurakousky
37b967cc14
INT-1631 added remote-file-generator attribute to te outbound adapter, final polishing 76.4% coverage
2010-11-18 01:26:01 -05:00
Oleg Zhurakousky
9f1d9e87ce
INT-1631 polishing, moved checkIfRemoteDirExist to synchronier other minor cleanup
2010-11-17 23:54:05 -05:00
Oleg Zhurakousky
b1c6c9834f
INT-1631 added tests for failure to auto-create local directories when auto-create set to false
2010-11-17 21:20:22 -05:00
Oleg Zhurakousky
78e4b2ef5d
INT-1631 added tests for auto-creation of the local directories if doen's exist
2010-11-17 21:09:13 -05:00
Oleg Zhurakousky
c9b663acac
INT-1631 added failure test cases for mutually exclusive attributes for inbound and outbound, added test case for injecting Pattern as a bean
2010-11-17 21:01:45 -05:00
Oleg Zhurakousky
5513b0a635
INT-1631 removed local test files that ended up there accidently
2010-11-17 20:04:02 -05:00
Oleg Zhurakousky
a196501ca9
INT-1631 first round removed factory beans in favor of bootstrapping required components in the parser. Eliminated a lot of repetative code, fixed the schema with regard to what is required and optional attributes, added inbound and outbound ignored samples
2010-11-17 20:00:47 -05:00
Oleg Zhurakousky
d26b2466dc
INT-1614 finished polishing SFTP, fixed tests, imports etc.
2010-11-16 14:50:51 -05:00
Oleg Zhurakousky
09d5bae0cc
INT-1614 added more tests, added si-test as sftp project dependency to fix the previosu build error, code coverage 77%
2010-11-16 14:23:07 -05:00
Oleg Zhurakousky
d38027951d
INT-1614 added fileNameGenerator attribute to teh SFTP outbound, added tests
2010-11-16 14:04:56 -05:00
Oleg Zhurakousky
ed4ec399bc
INT-1614 added outbound SFTP tests, more polishing
2010-11-16 13:49:59 -05:00
Oleg Zhurakousky
fda3c380b1
INT-1614 polished test directory structure, exposed auto-startup attribute on Inbound adapter
2010-11-16 13:28:00 -05:00
Oleg Zhurakousky
f03cf5df1b
INT-1614 cleaned up the code and schema form removed parts
2010-11-16 12:52:15 -05:00
Oleg Zhurakousky
d754fb1296
INT-1614 first roud of refactoring for SFTP, removed SessionFactory configuration items from the namespace, added sesion-factory attribute to the inbound/outbound adapters
2010-11-16 12:44:13 -05:00
Chris Beams
536fda2200
Check in Gradle-generated poms for convenience (INT-1609)
...
For ease of use by those (a) more familiar with Maven or (b) relying
on m2eclipse support within Eclipse/STS, generated poms are now checked
in. Changes to these files will be overwritted on subsequent gradle
builds.
Any changes to project dependencies should first be reflected in
build.gradle; then run `gradle generatePom` or simply `gradle build`
to see the change reflected in the pom(s).
Note that org.springframework.integration.ip.tcp.TcpInboundGatewayTests
currently fails when running `mvn clean test` from the root. This
problem does not manifest when running `gradle clean test`. The latter
is what's most important; Gary has been contacted to take a look at the
former.
Issues resolved:
INT-1609, INT-1610, INT-1611
2010-11-12 23:27:32 -08:00
Oleg Zhurakousky
a3a0d71750
INT-1555 fixing broken test again
2010-11-12 16:52:11 -05:00
Oleg Zhurakousky
acc20c02fb
INT-1555 fixing broken test
2010-11-12 16:44:57 -05:00
Oleg Zhurakousky
7683d59f62
INT-1555 added tests for FTP and SFTP modules
2010-11-12 16:34:40 -05:00
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
Chris Beams
bd3b0222f3
Add Bundle-Version and placeholder to all Bundlor templates
2010-11-09 10:33:14 -08: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
e7a4364762
Remove .classpath and .project files
...
Run `gradle eclipse` to generate prior to import into Eclipse.
2010-10-29 01:37:29 -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
Chris Beams
0d55f086bc
Eliminate Maven POMs
...
POMs removed in favor of Gradle build. pom.xml added to .gitignore
to accommodate future generation of source-level poms for those who
wish to use m2eclipse tooling in STS (to come in a later commit)
2010-10-28 15:32:26 -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
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