Chris Beams
3bcb5a726a
Added log4j to maven build at test time to avoid spurious INFO logging
...
Updated log4j.xml files to quell debug/info output
Moved src/test/resources/**/* -> src/main/resources/**/* for the time being to fix the jdbc build
Eliminated several System.out.println calls in tests
2010-05-14 15:34:17 +00:00
David Syer
06129ede7e
INT-603: added custom comparator to resequencer
2010-05-06 15:37:18 +00:00
Mark Fisher
43dd81ff45
added NamedComponent interface, continuing simplification of MessageHistory
2010-04-30 20:11:18 +00:00
David Syer
42113a497c
RESOLVED - issue INT-1058, INT-1098: message ID is unique to an immutable instance
2010-04-27 11:58:37 +00:00
Mark Fisher
920e6d6c19
INT-1094 refactored calls to getName() in File Channel Adapter tests and TestUtils
2010-04-25 23:49:35 +00:00
Mark Fisher
c0b1cd6517
reverted slash removal in file directory path test config
2010-04-15 19:22:54 +00:00
Mark Fisher
8538c8f4cb
removed extra slash and unused duplicate config file
2010-04-14 02:02:36 +00:00
Mark Fisher
2229ef8bdd
using File constructor that accepts parent directory
2010-04-14 01:28:47 +00:00
Mark Fisher
dee7f85e4a
using File.separator in test instead of hardcoded slash
2010-04-14 01:00:13 +00:00
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