Commit Graph

55 Commits

Author SHA1 Message Date
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
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
0ec4e095d5 moved spaces to tabs for the file adapters entries.* package 2010-08-24 22:07:00 +00:00
Josh Long
c67ee979cd cleaning up file adapter support, removing deprecated FileListFilter* hierarchy 2010-08-21 02:21:14 +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
c22ccb1d26 Adding a slew of classes that can be genericized and then reused whole in the File, SFTP, and FTP adapters. This is experimental and may just as soon prove a dead end. 2010-08-18 10:23:36 +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
Iwein Fuld
c4c728b52b Removed resource loader awareness from FileWritingMessagehandlerFactoryBean as it was no longer used 2010-08-08 08:34:21 +00:00
Mark Fisher
c69c29d2e1 INT-1129 moved MessageSource interface to 'core' package 2010-07-28 15:16:15 +00:00
Mark Fisher
80a22b8a2c INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration) 2010-07-28 15:10:42 +00:00
Mark Fisher
4de9a23357 INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration) 2010-07-28 15:05:50 +00:00
Mark Fisher
7434976734 INT-1129 moved MessageRejectedException and MessageHandlingException from 'message' to 'core' 2010-07-28 14:57:35 +00:00
Mark Fisher
94938a2746 INT-1129 moved MessageHandler from 'message' to 'core' 2010-07-28 14:54:09 +00:00
Mark Fisher
4283315c08 INT-1129 moved PollableChannel from 'channel' to 'core' 2010-07-28 14:47:55 +00:00
Mark Fisher
008cac18f5 INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core' 2010-07-28 14:42:02 +00:00
Mark Fisher
00d3e351f7 INT-1129 moved MessageBuilder from 'message' to 'core' 2010-07-28 14:38:36 +00:00
Mark Fisher
b4e627a26a INT-1216 removed tangle between 'channel' and 'context' packages by moving the ChannelResolver interface to 'core' and the BeanFactoryChannelResolver implementation to 'context' 2010-07-28 00:59:11 +00:00
Iwein Fuld
f2827ca74b QUALITY: cleanup after NioFileLockerTests fixed 2010-07-26 11:01:14 +00:00
Iwein Fuld
c6c3e9d107 QUALITY: cleaned up FileToChannelIntegrationTests 2010-07-26 11:01:09 +00:00
Iwein Fuld
67bcfec974 QUALITY: removing redundant file prefix 2010-07-26 11:01:00 +00:00