Mark Fisher
0a6842dd7d
INT-1614 fixed issue with FTP retrieve stream
2010-11-19 20:02:55 -05:00
Mark Fisher
fc9fff58d4
INT-1614 moved the 'synchronizer' package into the 'remote'
2010-11-19 18:59:29 -05:00
Mark Fisher
398fdee558
INT-1614 removed connect() from Session, renamed disconnect() to close()
2010-11-19 18:19:07 -05:00
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
c7c0972ce2
INT-1614 moved Session and SessionFactory from SFTP into more general 'remote' package in the file module
2010-11-19 15:47:54 -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
Mark Fisher
e69342510f
a bad expression will throw an exception directly, but a missing header will still fall through to the next strategy
2010-11-18 00:39:32 -05:00
Mark Fisher
22bb005081
using brackets (safer) instead of dot notation
2010-11-18 00:32:41 -05:00
Mark Fisher
476d9db4e5
added expression support to DefaultFileNameGenerator
2010-11-18 00:26:43 -05:00
Mark Fisher
f3e854b10c
INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method.
2010-11-18 00:03:58 -05:00
Mark Fisher
7ce84b0b79
INT-1615 The 'filename-pattern' and 'filename-regex' attributes are now mutually exclusive.
2010-11-15 17:25:22 -05:00
Mark Fisher
54387d3547
polishing
2010-11-14 22:36:38 -05:00
Mark Fisher
352f5f5f73
Fixed issue with generics in List vs. array within CompositeFileListFilter's filterFiles() method. Also removed unnecessary 'filterReferences' option on FileListFilterFactoryBean (can use CompositeFileListFilter for that). The 'filterReference' property is now just 'filter', and the factory's product is now called 'result'.
2010-11-13 10:27:16 -05:00
Mark Fisher
c5f1e9d8e4
avoiding vararg/generic warning
2010-11-13 08:53:09 -05:00
Iwein Fuld
f77982a33e
INT-1542: Add file-regex attribute to file:inbound-channel-adapter
2010-11-12 15:46:36 +01:00
Mark Fisher
304abda2d3
removing warnings
2010-11-09 17:22:38 -05: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
23c8c28d0c
INT-1591 removing the FileNameExtractor strategy in favor of concrete implementations of AbstractPatternMatchingFileListFilter
2010-11-08 18:33:07 -05:00
Mark Fisher
8a46cfc0e8
INT-1591 removed 'entries' package
2010-11-08 17:51:25 -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
8c33858806
removed SingleEntryAdaptingEntryListFilter
2010-11-08 15:17:36 -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
4160c8afb4
removing 'monitors' package, not yet in use
2010-11-08 13:18:58 -05:00
Mark Fisher
d020387d7e
polishing
2010-11-05 14:58:24 -04:00
Mark Fisher
12d0d46fc4
polishing
2010-11-05 14:50:37 -04:00
Mark Fisher
6abae5412b
polishing
2010-11-05 14:07:11 -04:00
Mark Fisher
295af55242
polishing
2010-11-05 13:54:11 -04:00
Mark Fisher
9271269433
INT-1562 moved synchronization base classes into a dedicated package
2010-11-05 13:22:19 -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
Iwein Fuld
e4dc250385
INT-1541: modify default pattern style to AntPath instead of Regex
...
- update all patterns in test contexts to comply with ant style
- change configurators to create SimplePatternFileListFilter instead of regex style PatternMatchingFileListFilter
2010-10-22 16:44:49 +02:00
Iwein Fuld
24fa72aab2
QUALITY: avoided file initialization @Before in favor of @Rule overriding (to avoid temporary files remaining in the source path)
2010-10-17 15:13:27 +02:00
Iwein Fuld
42ed97ea39
QUALITY: fix warnings, let AntPathFileListFilter implement FileListFilter
2010-10-15 14:19:08 +02:00
Iwein Fuld
092de55242
INT-1520 rename AntPattern* to AntPath* to match collaborator class name
2010-10-15 11:29:26 +02:00
Iwein Fuld
2bc8b31255
Restored filter implementations for backwards compatibility reasons.
...
- Restore FileListFilter implementations
- Have FileListFilter implementations extend their EntryListFilter counterpart.
- Deprecate AbstractFileListFilter in favor of EntryListFilter hierarchy
2010-10-15 11:19:19 +02:00
Iwein Fuld
15a5eaf265
Restore FileListFilter and fix some javadoc links.
2010-10-15 11:12:53 +02:00
Iwein Fuld
037d2113f8
INT-1520: add AntPatternFileListFilter
2010-10-15 11:12:52 +02:00
Iwein Fuld
695961c2ba
QUALITY: avoid writing in source path from testcase
2010-10-15 11:12:52 +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
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
b6e058c59b
INT-1263, added more changes and tests related valdating MessageHistory in every module
2010-09-22 18:44:51 -04:00
Oleg Zhurakousky
d5cb033c60
INT-1456, removed spring-tx dependency from MessagingTemplate
2010-09-15 21:38:00 -04:00
Mark Fisher
3b15a0dd38
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
2010-08-31 02:51:27 +00:00