Iwein Fuld
|
ce479439ed
|
INT-1073: Added HeadDirectoryScanner as an answer to the queue overflow problem
|
2010-04-09 12:30:01 +00:00 |
|
Mark Fisher
|
d0ab4dafb2
|
AbstractMessageHandler now extends IntegrationObjectSupport
|
2010-03-11 20:00:48 +00:00 |
|
Iwein Fuld
|
f92eee81b3
|
INT-985: made sorting and bounding mutually exclusive
|
2010-02-15 09:34:38 +00:00 |
|
Iwein Fuld
|
c95763934e
|
INT-985: added constructor arguments for queue size
|
2010-02-15 07:58:49 +00:00 |
|
Iwein Fuld
|
e6d1b2f9c3
|
INT-947: cleaning out some obsolete code, splitting locking and filtering a bit better.
|
2010-02-12 19:31:10 +00:00 |
|
Iwein Fuld
|
fec08008ea
|
INT-947: prework moving filtering, scanning, locking into scanner. This opens the door for simplification, particularly around locking.
|
2010-02-12 15:07:33 +00:00 |
|
Iwein Fuld
|
22a8ad18cb
|
INT-821: renamed filter based on INT-CR-7 review
|
2009-12-30 22:23:33 +00:00 |
|
Iwein Fuld
|
b5de4b64dc
|
INT-950: turns out all supporting classes already had this property, so only changes in the namespace and the parser were needed.
|
2009-12-28 18:58:56 +00:00 |
|
Iwein Fuld
|
647c825cad
|
INT-821: implemented namespace support for file locking
|
2009-12-14 21:11:58 +00:00 |
|
Iwein Fuld
|
1b9a4fd939
|
formatting
|
2009-12-12 19:56:17 +00:00 |
|
Iwein Fuld
|
55a9b13927
|
INT-833: Added basic support for extending the scanning mechanism
|
2009-12-12 19:53:45 +00:00 |
|
Iwein Fuld
|
4cf8defc68
|
INT-188: changed type of directory property to File instead of Resource
|
2009-12-12 15:00:32 +00:00 |
|
Mark Fisher
|
4a13e38fde
|
INT-901 removed ReplyMessageHolder and refactored AbstractReplyProducingMessageHandler accordingly
|
2009-12-02 02:37:51 +00:00 |
|
Mark Fisher
|
ffc6dd556d
|
INT-847 Upgrading to Spring 3.0 snapshot (CI-475 from 2009/11/25).
|
2009-11-26 05:35:38 +00:00 |
|
Mark Fisher
|
6f82886c35
|
committing spring.tooling files and icons
|
2009-11-25 21:50:11 +00:00 |
|
Mark Fisher
|
2064939c84
|
INT-845 added StartupMode enum since polling consumers must not start as eagerly as event-driven consumers subscribe to their input channels
|
2009-10-13 00:39:30 +00:00 |
|
Iwein Fuld
|
873ff42ea2
|
OPEN - issue INT-768: Add LockingFileListFilter to allow multiple processes to watch the same directory
http://jira.springframework.org/browse/INT-768
Added instanceof check to make locking filter work with namespace.
|
2009-10-02 17:52:33 +00:00 |
|
Mark Fisher
|
70ffe3eade
|
added null check in FileChannelCache
|
2009-10-02 03:29:50 +00:00 |
|
Iwein Fuld
|
2bfa7cb42a
|
INT-768 added nio support draft, put locking and filtering implenentations in the same class
|
2009-09-21 11:24:03 +00:00 |
|
Iwein Fuld
|
83eba0bb4a
|
initializing directory BeforeClass instead of Before
|
2009-09-19 17:27:38 +00:00 |
|
Iwein Fuld
|
32510e9511
|
removed Java 6 dependency
|
2009-09-19 17:04:57 +00:00 |
|
Iwein Fuld
|
b2f443d676
|
INT-768: added LockFileFileListFilter and friends
|
2009-09-19 12:04:09 +00:00 |
|
Mark Fisher
|
2615e97b15
|
removed explicit versions from XSD declarations
|
2009-08-24 21:32:46 +00:00 |
|
Iwein Fuld
|
0b588c5813
|
Unfinished sentence in javadoc.
|
2009-08-17 18:11:24 +00:00 |
|
Mark Fisher
|
29b182e5be
|
created 2.0 version of XSD
|
2009-08-14 21:43:57 +00:00 |
|
Mark Fisher
|
ebc30dc241
|
created 2.0 version of XSD
|
2009-08-14 21:40:33 +00:00 |
|
Iwein Fuld
|
c88716b57e
|
fixed javadoc broken link
|
2009-08-09 10:35:30 +00:00 |
|
Mark Fisher
|
67b6ea048a
|
Refactored all task scheduling and poller triggering to use functionality now included in the Spring 3.0 core, and removed Spring Integration specific code that is now handled by that corresponding code in the core.
|
2009-08-04 01:25:53 +00:00 |
|
Mark Fisher
|
cacf92f44a
|
INT-740 Added FileWritingMessageHandlerFactoryBean
|
2009-07-18 19:26:47 +00:00 |
|
Mark Fisher
|
714595a6c1
|
INT-731
|
2009-07-18 18:35:42 +00:00 |
|
Iwein Fuld
|
30a6316887
|
IN PROGRESS - issue INT-731: file inbound channel parser adds file: prefix to property placeholders
http://jira.springframework.org/browse/INT-731
Ignored testcase
|
2009-07-18 17:45:39 +00:00 |
|
Mark Fisher
|
fdfb537a16
|
INT-727, INT-728 Refactored parsers so that default beans (errorChannel, nullChannel, and taskScheduler) will always be configured - even when not using the core namespace. Also added support for the 'auto-startup' attribute on several adapters.
|
2009-07-16 18:04:40 +00:00 |
|
Mark Fisher
|
8f3a3db480
|
Rethrowing the original IOException.
|
2009-07-16 13:35:19 +00:00 |
|
Mark Fisher
|
f568344e59
|
Added fallback to URI when getting File from Resource. This avoids the IOException that can occur when calling resource.getFile() if that File does not yet exist (as occurs with OsgiBundleResource).
|
2009-07-16 13:26:30 +00:00 |
|
Mark Fisher
|
89b39de9bf
|
INT-724, INT-725 Added an 'auto-create-directory' attribute to all File adapters with a default value of TRUE. Now, if the inbound or outbound directory does not yet exist, it may be created upon initialization.
|
2009-07-16 00:35:23 +00:00 |
|
Mark Fisher
|
5ce3c28717
|
INT-715, INT-719 DefaultFileNameGenerator now accepts a custom headerName. Also clarified javadoc.
|
2009-07-11 15:10:55 +00:00 |
|
Mark Fisher
|
1536b3c539
|
INT-705 Add support for 'order' on JMS 'outbound-channel-adapter' and 'outbound-gateway' elements.
|
2009-07-03 04:04:46 +00:00 |
|
Mark Fisher
|
6da3307943
|
INT-666 Added support for the 'outbound-gateway' element in the file namespace.
|
2009-07-01 00:51:05 +00:00 |
|
Mark Fisher
|
a09ee058ec
|
INT-606 Added test for the 'delete-source-files' attribute.
|
2009-06-30 22:52:01 +00:00 |
|
Mark Fisher
|
3ea4a2c9d9
|
INT-606 Added support for the 'delete-source-files' attribute on the 'outbound-channel-adapter' in the file namespace.
|
2009-06-30 22:25:40 +00:00 |
|
Mark Fisher
|
5fe7ee6b6c
|
INT-606, INT-666 Added a deleteSourceFiles property to FileWritingMessageHandler, and now FileWritingMessageHandler sends reply Messages with the new File as payload. The outbound-channel-adapter configures the nullChannel for the handler's outputChannel.
|
2009-06-30 21:48:43 +00:00 |
|
Mark Fisher
|
857d4aaf4f
|
Committed tests for file-to-bytes and file-to-string transformers.
|
2009-06-30 19:15:11 +00:00 |
|
Mark Fisher
|
098693ad2e
|
INT-695 Moved all schemas to src/main/resources
|
2009-06-30 18:48:40 +00:00 |
|
Mark Fisher
|
b98b5f15ac
|
added a comment referring to the AcceptOnceFileListFilter javadoc
|
2009-06-30 17:19:13 +00:00 |
|
Mark Fisher
|
cad80a15b0
|
INT-664 Added a 'prevent-duplicates' flag to the file namespace's inbound-channel-adapter element.
|
2009-06-30 16:56:26 +00:00 |
|
Mark Fisher
|
a6454dcfaa
|
INT-664 Added a FileListFilterFactoryBean to create the filter based on the combined settings of a custom filter reference, a filename pattern, and the boolean preventDuplicates flag.
|
2009-06-30 15:36:53 +00:00 |
|
Mark Fisher
|
6866661436
|
CompositeFileListFilter now uses a LinkedHashSet to maintain order.
|
2009-06-30 15:32:36 +00:00 |
|
Mark Fisher
|
66745112cf
|
Added a null check on the result of inputDirectory.listFiles() since that can be null if the File is not a directory or an I/O error occurs.
|
2009-06-30 15:15:06 +00:00 |
|
Mark Fisher
|
10fa2c1a41
|
Added @Qualifiers since test channel is no longer the only PollableChannel within the context (the "nullChannel" is also present after INT-629).
|
2009-06-27 15:29:50 +00:00 |
|
Mark Fisher
|
cb7fd4e9b5
|
INT-686
|
2009-06-24 23:52:28 +00:00 |
|