Commit Graph

9623 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
b6d2f17e2b Fixed the build wrt INT-677 (cause of broken build: renamed the test, but never renamed the ac config file) 2009-06-25 02:01:10 +00:00
Oleg Zhurakousky
0a6ed75b3a INT-677, removed AbstractInnerDefinitionAwareEndpointParser, re-factored AbstractConsumerEndpointParser by adding helper method parseInnerHandlerDefinition(..), re-factored SplitterParser and TransformerParser, added inner handler support for 'sa' and 'router' elements 2009-06-25 01:48:24 +00:00
Mark Fisher
4d3c9d32fc INT-680 correctly setting the 'receive-timeout' value for a 'poller' element 2009-06-25 00:17:24 +00:00
Mark Fisher
9e46604275 INT-676 corrected errorChannel config example 2009-06-25 00:07:24 +00:00
Mark Fisher
f5c553d9de INT-685 2009-06-24 23:58:58 +00:00
Mark Fisher
cb7fd4e9b5 INT-686 2009-06-24 23:52:28 +00:00
Mark Fisher
cb94548996 INT-678 The publish-subscribe-channel's dispatcher now sets the correlation id for outbound messages when its 'apply-sequence' flag is set to true. 2009-06-24 16:08:37 +00:00
Oleg Zhurakousky
c29af1f5c0 Changed <splitter> to use inner definition of handler (instead of "ref") 2009-06-23 04:51:56 +00:00
Oleg Zhurakousky
97fc78a619 INT-677 - added inner bean definition support for <splitter/> and <transformer/> message consumers 2009-06-23 04:44:47 +00:00
Oleg Zhurakousky
0165ba2247 Added namespace support documentation for <pauload-type-router> and <header-value-router>. See INT-663,669 2009-06-20 18:53:58 +00:00
Mark Fisher
2fea62d5c9 INT-632 2009-06-19 23:42:01 +00:00
Mark Fisher
47656aeffd INT-549 Added namespace support for the 'comparator' attribute on the File namespace's 'inbound-channel-adapter' element. 2009-06-19 21:20:52 +00:00
Mark Fisher
5121c8262e INT-674 Added support for the "timeout" attribute to the <router/> element. 2009-06-19 19:00:45 +00:00
Mark Fisher
0f8f07a47f Introduced AbstractRouterParser. 2009-06-19 18:31:34 +00:00
Mark Fisher
36343efda8 Factored common routing configuration into a reusable type in the schema. 2009-06-19 17:20:20 +00:00
Mark Fisher
98f0cb5a6b Using classnames rather than Class instances in header-value and payoad-type router parsers. 2009-06-19 16:52:21 +00:00
Oleg Zhurakousky
9091a1d7e2 INT-663 2009-06-19 03:43:53 +00:00
Oleg Zhurakousky
a2ef340f19 INT-663 2009-06-19 03:42:38 +00:00
Oleg Zhurakousky
d058c511b6 INT-663 2009-06-19 03:41:47 +00:00
Oleg Zhurakousky
db3b34fc9a INT-663 added registration for PayloadTypeRouterParser 2009-06-19 03:40:56 +00:00
Oleg Zhurakousky
f463cb6f62 INT-663 payload-type-router 2009-06-19 03:40:08 +00:00
Oleg Zhurakousky
70efddd849 Added documentation about new HeaderValueRouter 2009-06-18 21:59:21 +00:00
Oleg Zhurakousky
ff6b0bf9dd INT-663 2009-06-18 21:58:13 +00:00
Oleg Zhurakousky
4287922000 INT-663 2009-06-18 21:57:54 +00:00
Oleg Zhurakousky
730bf4f0fe Added support to reflect new header-value-router namespace element to support header-value-router INT-663 2009-06-18 21:57:08 +00:00