Oleg Zhurakousky
2d6e490969
INT-1782 added support for configuring temporary suffix
2011-03-07 15:33:58 -05:00
Oleg Zhurakousky
078c22077a
INT-1717, INT-1718 polished tests
2010-12-23 14:29:24 -05:00
Mark Fisher
4476620094
INT-1614 consistency with pattern-matching FileListFilter implementation names. The PatternMatchingFileListFilter is now RegexPatternFileListFilter (breaks existing use, but since 'filename-pattern' now has a *simple* ant path match, users should know aobut the changes). It's also more consistent with SimplePatternFileListFilter
2010-11-22 00:00:39 -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
Iwein Fuld
f77982a33e
INT-1542: Add file-regex attribute to file:inbound-channel-adapter
2010-11-12 15:46:36 +01: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
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
d020387d7e
polishing
2010-11-05 14:58:24 -04:00
Mark Fisher
295af55242
polishing
2010-11-05 13:54:11 -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
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
Oleg Zhurakousky
b6e058c59b
INT-1263, added more changes and tests related valdating MessageHistory in every module
2010-09-22 18:44:51 -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
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
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
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
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
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
Iwein Fuld
8519b67460
INT-1262: changed FileWritingMessageHandler to work with File instead of Resource.
2010-07-26 11:00:51 +00:00
Iwein Fuld
1a988f50e1
QUALITY: cleaned up test case
2010-07-26 11:00:41 +00:00
Iwein Fuld
e204c3d93e
removed FileLocker from locking package to resolve dependency tangle
2010-06-25 07:12:30 +00:00
Chris Beams
e5219dfe8f
eliminated all compiler warnings throughout all projects
...
updated pom to emit compiler warnings so that any new ones become obvious
added serialVersionUID to classes that could reasonably need to be serialized (GenericMessage, MessageHeaders, etc)
@SuppressWarnings("serial") on all others
@SuppressWarnings("unused") on private static classes used as spring beans for testing (their methods never get called from java)
eliminated all redundant casting
introducted generics metadata where raw types were still being used
changed public API on several FactoryBeans (by adding <Type> information to 'implements FactoryBean' clause)
2010-05-25 23:18:25 +00:00
Chris Beams
c08a7a657e
renamed modules org.springframework.integration.* -> spring-integration-*
...
@Ignore'd SimpleTcpNetOutboundGatewayTests#testOutboundClose() to avoid failure; this failure is correlated to the module name change, but hard to understand how it would be caused by it
2010-05-25 13:21:25 +00:00