Commit Graph

7448 Commits

Author SHA1 Message Date
Mark Fisher
7a3585788e INT-656 javadoc update 2009-07-01 19:18:16 +00:00
Mark Fisher
c8bed68b3f updated version on ref title 2009-07-01 18:07:48 +00:00
Mark Fisher
caff829e83 Updated readmes 2009-07-01 17:52:16 +00:00
Mark Fisher
e931818282 removed redundant dependency 2009-07-01 17:12:54 +00:00
Mark Fisher
1d17e7eecb Added filecopy to samples 2009-07-01 17:00:21 +00:00
Mark Fisher
bb542aaed6 deleting sample project target directories on clean 2009-07-01 14:19:48 +00:00
Mark Fisher
3f1c869035 INT-630 Web Service outbound gateways now support a boolean 'ignore-empty-responses' attribute, and the default value is TRUE. 2009-07-01 12:28:10 +00:00
Oleg Zhurakousky
d4174e1214 Fixing samples pom 2009-07-01 03:46:42 +00:00
Oleg Zhurakousky
88a36f04c6 INT-655. Updated documentation, added files to svn-ignore and deleted .settings that were added accidently 2009-07-01 01:27:01 +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
Oleg Zhurakousky
e8bc39d475 INT-655
1. Restructured samples to be independent from the main source tree and to be Maven-compatible
2. Modified the samples build.xml to reflect on the new structure of samples
3. Added README file
2009-07-01 00:00:50 +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
d67f8e36e8 INT-695 moving core XSD first 2009-06-30 17:08:51 +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
4bb3779eca INT-643 2009-06-30 03:02:09 +00:00
Mark Fisher
b1e8c23d88 INT-679, INT-693 RecipientListRouter now supports a boolean 'applySequence' flag (false by default) and a boolean 'ignoreSendFailures' flag (also false by default). 2009-06-29 22:39:49 +00:00
Mark Fisher
914dfed1ef INT-692 2009-06-29 20:30:27 +00:00
Oleg Zhurakousky
39a6beefef INT-677, Added inner handler recognition to Filter, modified/re-factored Test cases structure and updated documentation 2009-06-29 00:22:54 +00:00
Oleg Zhurakousky
e6062ba749 INT-684, Added new OrderAwareLinkedHashSet and modified AbstractDispatcher 2009-06-28 22:26:10 +00:00
Mark Fisher
037b74c881 formatting 2009-06-28 03:20:09 +00:00
Mark Fisher
a39c79eafe INT-672 added tests for 'channel-resolver' attribute 2009-06-28 02:57:33 +00:00
Mark Fisher
93bfb7f368 INT-672 Added support for the 'channel-resolver' attribute on <router/> elements. 2009-06-28 02:56:41 +00:00
Mark Fisher
ec6fb22b1c Added tests for DefaultConfiguringBeanFactoryPostProcessor. 2009-06-28 02:44:22 +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
c95e5da209 INT-629 Now registering a NullChannel with bean name "nullChannel" by default when the namespace support is enabled. 2009-06-27 15:18:42 +00:00
Mark Fisher
3186fd351c INT-687 Added ivy.xml to spring-integration-reference module 2009-06-27 14:41:35 +00:00
Mark Fisher
6aa9a37502 INT-687 Upgraded to spring-build 2.2.10 r669, removed all Unversioned-Imports from template.mf files, and added ivy.xml to the spring-integration-reference module. 2009-06-27 14:40:53 +00:00
Mark Fisher
5c85411b95 reverted spring-build until Unversioned-Imports are removed (the remote build failed even though local passed) 2009-06-26 21:29:35 +00:00
Mark Fisher
b4c4a84540 INT-687 upgraded to spring-build 2.2.10 r669 2009-06-26 21:19:05 +00:00
Mark Fisher
6834901253 INT-684 Added support for @Order annotation on handler methods. 2009-06-26 05:07:46 +00:00
Mark Fisher
1dfda2b0e2 INT-684 Added the 'order' attribute for consumer endpoints. 2009-06-26 05:04:29 +00:00
Mark Fisher
56713aa052 INT-684 Moved ordering of MessageHandlers up to the base AbstractDispatcher so that all subclasses will have ordering (rather than the FailOverDispatcher only). The actual strategy for invoking within that order still varies (e.g. round-robin vs. failover) 2009-06-26 04:51:40 +00:00
Oleg Zhurakousky
6a47c40dcb INT-677, INT-682, INT-676 - Modified documentation around added support for inner-bean definition of message handlers within the namespace configuration. 2009-06-26 01:17:39 +00:00
Mark Fisher
20171072d6 INT-684 AbstractConsumerEndpointParser and AbstractMessageHandlerFactoryBean now support the 'order' attribute/property. 2009-06-25 21:38:44 +00:00
Mark Fisher
91ffae8a33 INT-684 AbstractMessageHandler now implements Ordered 2009-06-25 21:35:25 +00:00
Oleg Zhurakousky
517d424d8b Modified configuration to show inner-bean handler definition for <router/> and <aggregator/> 2009-06-25 06:20:50 +00:00
Oleg Zhurakousky
d577c6f91e Increased the test timeout since assertion never had a chance to execute. 2009-06-25 06:12:35 +00:00
Oleg Zhurakousky
46897791ff INT-677, added inner handler support for <aggregator/> 2009-06-25 05:58:25 +00:00
Oleg Zhurakousky
8599d3bad1 2009-06-25 05:54:04 +00:00
Mark Fisher
0ee69a78fe INT-684 Added support for a Comparator to the FailOverDispatcher 2009-06-25 03:04:39 +00:00
Mark Fisher
8c4307cac0 Adjusted JavaDoc for handler method validation after INT-682 changes. 2009-06-25 02:46:58 +00:00
Oleg Zhurakousky
42723d0918 INT-682, added no-arg method support for handlers, removed assertion for no-arg handler methods in HandlerMethodUtils and StaticHandlerMethodResolver, fixed test cases 2009-06-25 02:32:34 +00:00