Mark Fisher
66e64979ef
INT-1614 refactoring FTP for Session and SessionFactory
2010-11-19 18:03:46 -05:00
Mark Fisher
9596777724
INT-1614 refactoring FTP for Session and SessionFactory
2010-11-19 17:42:34 -05:00
Mark Fisher
d0927bf42d
INT-1614 returning boolean if retrieved inputStream is null
2010-11-19 16:03:05 -05:00
Oleg Zhurakousky
dcfb51c0cd
INT-1614 removed unnecessary code from FtpInboundFileSynchronizingMessageSource
2010-11-19 15:53:44 -05:00
Oleg Zhurakousky
67bac6d61c
INT-1614 changed the way remote file is read by synchronizer
2010-11-19 15:45:31 -05:00
Oleg Zhurakousky
8a8835eaa1
INT-1614 got rid of FtpSendingMessageHandlerFactoryBean, logic was moved to parser
2010-11-19 14:46:38 -05:00
Oleg Zhurakousky
99cf76f591
INT-1614 got rid of FtpInboundFileSynchronizingMessageSourceFactoryBean, logic was moved to parser
2010-11-19 14:34:54 -05:00
Oleg Zhurakousky
f5f964f626
INT-1614 renamed FTP '*.client' package to '*.session'
2010-11-19 13:16:37 -05:00
Oleg Zhurakousky
564d72ee64
INT-1614 adding @Ignored sanity tests
2010-11-19 13:05:23 -05:00
Mark Fisher
8df06ae0cf
INT-1614 naming consistency
2010-11-19 12:36:15 -05:00
Mark Fisher
0bdb0a2ef2
INT-1614 naming consistency
2010-11-19 12:30:58 -05:00
Mark Fisher
46b4d8a595
INT-1614 removed redundant setClientPool call
2010-11-19 12:28:43 -05:00
Mark Fisher
d9ebf2657e
INT-1614 naming changes for synchronizers and the interface's strategy method itself
2010-11-19 12:01:49 -05:00
Mark Fisher
17d280615d
INT-1614 renamed 'synchronization' package to 'synchronizer'
2010-11-19 11:36:06 -05:00
Mark Fisher
2c2d2fd38a
INT-1614 synchronize method now accepts the loacl directory as an argument rather than having its own direct reference
2010-11-19 09:10:31 -05:00
Mark Fisher
e177797aef
INT-1614 encapsulation
2010-11-19 08:54:59 -05:00
Mark Fisher
4d05b9c559
INT-1614 polishing
2010-11-19 08:24:00 -05:00
Mark Fisher
1d3445c538
INT-1614 removing scheduled task capabilities from synchronizers
2010-11-19 08:11:35 -05:00
Mark Fisher
45798c5345
INT-1614 refactoring FTP and SFTP so that base class receive() calls synchronizer on demand for both (was for SFTP but not FTP).
2010-11-19 07:47:54 -05:00
Oleg Zhurakousky
cc6919f1dc
necessary and last before release polishing in FTP module
2010-11-18 11:14:25 -05:00
Oleg Zhurakousky
67b26da0e0
polishing removed @Overides as well as fixed warnings in JMS and JMX
2010-11-16 16:11:19 -05:00
Oleg Zhurakousky
c79f7f6a64
INT-1614 fixedthe test in FTP so it won't result in error
2010-11-16 15:01:09 -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
54b2f7dc42
INT-1614 added more tests for FTPS based adapter, coverage is at 80%
2010-11-16 12:00:40 -05:00
Oleg Zhurakousky
f0d344ab57
INT-1614 removed warnings
2010-11-16 11:49:36 -05:00
Oleg Zhurakousky
9390f595dd
INT-1614 more polishing, added tests, 78% code coverege
2010-11-16 11:47:06 -05:00
Oleg Zhurakousky
5726663afc
INT-1614 removed FTPS schema and references from spring.handlers and spring.schema, removed dead tests and FTPS parsers, handlers and other FTPS-related artifacts
2010-11-16 10:59:19 -05:00
Oleg Zhurakousky
4b7eece80e
INT-1614 first round of refactoring FTP. FtpClientFactory can now be configured as a bean and injected into in/outbound FTP adapters
2010-11-16 10:51:02 -05:00
Oleg Zhurakousky
4e048f7072
INT-1614 added more inbound tests for FTP/FTPS
2010-11-15 18:27:07 -05:00
Mark Fisher
313b802338
removed unused variables
2010-11-15 17:51:55 -05:00
Oleg Zhurakousky
74e4def35e
INT-1614 added more inbound/outbound parser tests, polishing
2010-11-15 16:13:19 -05:00
Oleg Zhurakousky
12cede2440
INT-1614 added prser test for outbound
2010-11-15 15:22:06 -05:00
Oleg Zhurakousky
0821412040
INT-1614 refactored outbound parsers to inherit from the base class
2010-11-15 14:42:29 -05:00
Oleg Zhurakousky
0b6011bf5f
INT-1614 refactored inbound parsers to inherit from common class, adding the actual base class
2010-11-15 14:34:23 -05:00
Oleg Zhurakousky
7ac7b51fc9
INT-1614 refactored inbound parsers to inherit from common class
2010-11-15 14:33:51 -05:00
Oleg Zhurakousky
2730befb15
INT-1614 simplified schema for FTP/FTPS
2010-11-15 14:21:33 -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
7683d59f62
INT-1555 added tests for FTP and SFTP modules
2010-11-12 16:34:40 -05:00
Mark Fisher
ba665734fb
INT-1562 naming consistencies, package-protected FactoryBeans
2010-11-12 08:52:44 -05:00
Mark Fisher
ce2bc45eaa
INT-1562 renamed inbound channel adapter parsers
2010-11-12 08:45:22 -05:00
Mark Fisher
da48d96237
INT-1562 renamed outbound channel adapter parsers
2010-11-12 08:41:49 -05:00
Mark Fisher
df84505998
INT-1562 renamed outbound channel adapter parsers
2010-11-12 08:41:34 -05:00
Mark Fisher
da8aa2bf0f
INT-1562 moved FactoryBeans into the 'config' package
2010-11-10 17:19:05 -05:00
Mark Fisher
e3fa54f856
INT-1562 created 'client' package
2010-11-10 16:09:46 -05:00
Mark Fisher
23f7d7d60b
INT-1562 restructuring packages for inbound/outbound
2010-11-10 14:50:00 -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