ec6fb22b1c
Added tests for DefaultConfiguringBeanFactoryPostProcessor.
Mark Fisher
2009-06-28 02:44:22 +00:00
10fa2c1a41
Added @Qualifiers since test channel is no longer the only PollableChannel within the context (the "nullChannel" is also present after INT-629).
Mark Fisher
2009-06-27 15:29:50 +00:00
c95e5da209
INT-629 Now registering a NullChannel with bean name "nullChannel" by default when the namespace support is enabled.
Mark Fisher
2009-06-27 15:18:42 +00:00
3186fd351c
INT-687 Added ivy.xml to spring-integration-reference module
Mark Fisher
2009-06-27 14:41:35 +00:00
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.
Mark Fisher
2009-06-27 14:40:53 +00:00
5c85411b95
reverted spring-build until Unversioned-Imports are removed (the remote build failed even though local passed)
Mark Fisher
2009-06-26 21:29:35 +00:00
b4c4a84540
INT-687 upgraded to spring-build 2.2.10 r669
Mark Fisher
2009-06-26 21:19:05 +00:00
6834901253
INT-684 Added support for @Order annotation on handler methods.
Mark Fisher
2009-06-26 05:07:46 +00:00
1dfda2b0e2
INT-684 Added the 'order' attribute for consumer endpoints.
Mark Fisher
2009-06-26 05:04:29 +00:00
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)
Mark Fisher
2009-06-26 04:51:40 +00:00
6a47c40dcb
INT-677, INT-682, INT-676 - Modified documentation around added support for inner-bean definition of message handlers within the namespace configuration.
Oleg Zhurakousky
2009-06-26 01:17:39 +00:00
20171072d6
INT-684 AbstractConsumerEndpointParser and AbstractMessageHandlerFactoryBean now support the 'order' attribute/property.
Mark Fisher
2009-06-25 21:38:44 +00:00
91ffae8a33
INT-684 AbstractMessageHandler now implements Ordered
Mark Fisher
2009-06-25 21:35:25 +00:00
517d424d8b
Modified configuration to show inner-bean handler definition for <router/> and <aggregator/>
Oleg Zhurakousky
2009-06-25 06:20:50 +00:00
d577c6f91e
Increased the test timeout since assertion never had a chance to execute.
Oleg Zhurakousky
2009-06-25 06:12:35 +00:00
46897791ff
INT-677, added inner handler support for <aggregator/>
Oleg Zhurakousky
2009-06-25 05:58:25 +00:00
0ee69a78fe
INT-684 Added support for a Comparator to the FailOverDispatcher
Mark Fisher
2009-06-25 03:04:39 +00:00
8c4307cac0
Adjusted JavaDoc for handler method validation after INT-682 changes.
Mark Fisher
2009-06-25 02:46:58 +00:00
42723d0918
INT-682, added no-arg method support for handlers, removed assertion for no-arg handler methods in HandlerMethodUtils and StaticHandlerMethodResolver, fixed test cases
Oleg Zhurakousky
2009-06-25 02:32:34 +00:00
b6d2f17e2b
Fixed the build wrt INT-677 (cause of broken build: renamed the test, but never renamed the ac config file)
Oleg Zhurakousky
2009-06-25 02:01:10 +00:00
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
Oleg Zhurakousky
2009-06-25 01:48:24 +00:00
4d3c9d32fc
INT-680 correctly setting the 'receive-timeout' value for a 'poller' element
Mark Fisher
2009-06-25 00:17:24 +00:00
9e46604275
INT-676 corrected errorChannel config example
Mark Fisher
2009-06-25 00:07:24 +00:00
f5c553d9de
INT-685
Mark Fisher
2009-06-24 23:58:58 +00:00
cb7fd4e9b5
INT-686
Mark Fisher
2009-06-24 23:52:28 +00:00
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.
Mark Fisher
2009-06-24 16:08:37 +00:00
c29af1f5c0
Changed <splitter> to use inner definition of handler (instead of "ref")
Oleg Zhurakousky
2009-06-23 04:51:56 +00:00
97fc78a619
INT-677 - added inner bean definition support for <splitter/> and <transformer/> message consumers
Oleg Zhurakousky
2009-06-23 04:44:47 +00:00
0165ba2247
Added namespace support documentation for <pauload-type-router> and <header-value-router>. See INT-663,669
Oleg Zhurakousky
2009-06-20 18:53:58 +00:00
2fea62d5c9
INT-632
Mark Fisher
2009-06-19 23:42:01 +00:00
47656aeffd
INT-549 Added namespace support for the 'comparator' attribute on the File namespace's 'inbound-channel-adapter' element.
Mark Fisher
2009-06-19 21:20:52 +00:00
5121c8262e
INT-674 Added support for the "timeout" attribute to the <router/> element.
Mark Fisher
2009-06-19 19:00:45 +00:00
0f8f07a47f
Introduced AbstractRouterParser.
Mark Fisher
2009-06-19 18:31:34 +00:00
36343efda8
Factored common routing configuration into a reusable type in the schema.
Mark Fisher
2009-06-19 17:20:20 +00:00
98f0cb5a6b
Using classnames rather than Class instances in header-value and payoad-type router parsers.
Mark Fisher
2009-06-19 16:52:21 +00:00
730bf4f0fe
Added support to reflect new header-value-router namespace element to support header-value-router INT-663
Oleg Zhurakousky
2009-06-18 21:57:08 +00:00
3faa104f64
restructured the code for reuse by subclasses
Oleg Zhurakousky
2009-06-18 21:56:34 +00:00
d7bd3da8e6
To support <header-value-router> INT-663,669
Oleg Zhurakousky
2009-06-18 21:56:02 +00:00
3abeff4dd1
Added registration for HeaderValueRouterParser to support header-value-router INT-663
Oleg Zhurakousky
2009-06-18 21:54:44 +00:00
1270f359f2
INT-653
Mark Fisher
2009-06-18 21:39:10 +00:00
0d55112298
Add in support for dyanmic resolution of the uri in outbound WS gateways Resolves INT-512, INT-612
Jonas Partner
2009-06-18 19:49:37 +00:00
f3e857647e
INT-654
Mark Fisher
2009-06-18 16:46:06 +00:00
cb8075535f
Added check for BeanFactory type else fallback to non-hierarchical registry check.
Mark Fisher
2009-06-18 16:27:12 +00:00
715c3ca209
INT-658
Mark Fisher
2009-06-18 15:55:54 +00:00
6360cacb1f
INT-668, INT-673
Mark Fisher
2009-06-18 01:13:38 +00:00
07709995d2
INT-631 Added MailReceiverFactoryBean.
Mark Fisher
2009-06-17 18:04:02 +00:00
1f6a909b92
INT-631 The imap-idle-channel-adapter's "store-uri" is now validated in the ImapMailReceiver constructor rather than during parsing. Therefore, it is now possible to use property placeholders.
Mark Fisher
2009-06-17 16:01:44 +00:00
8b4a0718bb
INT-671
Mark Fisher
2009-06-16 22:30:02 +00:00
71f4810b24
INT-641
Mark Fisher
2009-06-16 21:55:36 +00:00
61fb600f65
INT-622
Mark Fisher
2009-06-16 20:32:15 +00:00
4db0a449b2
INT-637
Mark Fisher
2009-06-15 18:57:52 +00:00
c668ab8366
INT-642 review
Mark Fisher
2009-06-15 17:59:42 +00:00
1ed45c6c9a
INT-667
Mark Fisher
2009-06-15 13:27:20 +00:00
6936e313b1
INT-640
Mark Fisher
2009-06-15 12:09:39 +00:00
1f0913088c
INT-669 Added HeaderValueRouter
Mark Fisher
2009-06-14 22:55:15 +00:00
84481c892a
Removed order requirement from DefaultMessageAggregatorIntegrationTests (could cause build failure in high load scenarios)
Iwein Fuld
2009-06-07 10:47:29 +00:00
4b2364f3ad
INT-661: Applied patch uploaded in Jira
Marius Bogoevici
2009-05-26 23:56:54 +00:00
55384b2203
INT-660 fixed typo and added clarification in the Web Services chapter
Mark Fisher
2009-05-26 22:18:37 +00:00
2eaae56b36
INT-660 fixed some typos in the aggregator chapter
Mark Fisher
2009-05-26 22:04:14 +00:00
e0abe21a27
INT-160 removed empty section, fixed some typos, and added some additional comments
Mark Fisher
2009-05-26 15:12:36 +00:00
490d6d7e90
INT-660 replaced mentions of MessageConsumer with MessageHandler
Mark Fisher
2009-05-26 15:01:42 +00:00
d01a324d61
INT-660 mentions default TaskScheduler (and provides link) instead of MessageBus
Mark Fisher
2009-05-26 14:59:45 +00:00
889d4d3b47
INT-657 added namespace support for 'discard-channel' on 'filter' elements
Mark Fisher
2009-05-21 17:22:09 +00:00
bc8e58b024
INT-657 Added 'discardChannel' for MessageFilter
Mark Fisher
2009-05-21 14:12:11 +00:00
2b93373323
INT-646 input-channel may now reference a channel instance defined within a parent ApplicationContext.
Mark Fisher
2009-05-19 22:03:54 +00:00
3a2988e913
INT-652
Mark Fisher
2009-05-18 22:01:27 +00:00
82d53ff952
INT-649 adding support for interceptors on thread-local-channel
Mark Fisher
2009-05-18 21:04:19 +00:00
84d3d4fe83
uncommenting test
Mark Fisher
2009-05-18 20:15:55 +00:00
493c61e324
updated manifest version ranges (INT-626)
Mark Fisher
2009-04-17 21:46:22 +00:00
f31564dacb
formatting only
Mark Fisher
2009-04-17 21:30:12 +00:00
1776e1d175
rename from 1.0.2-SNAPSHOT to 1.0.2.SNAPSHOT Support publishing only a POM artifact to the maven repo Support for running maven deployment on windows OS.
Mark Pollack
2009-03-30 19:46:35 +00:00
db0883d335
rename from 1.0.2-SNAPSHOT to 1.0.2.SNAPSHOT Support publishing only a POM artifact to the maven repo Support for running maven deployment on windows OS.
Mark Pollack
2009-03-30 19:33:42 +00:00
afdb2bd944
Change name in POMs to be 1.0.2-SNAPSHOT (changed '.' to '-' to follow common maven naming conventions)
Mark Pollack
2009-03-27 13:43:31 +00:00
ccb21661ad
Change name in POMs to be 1.0.2.SNAPSHOT
Mark Pollack
2009-03-27 13:35:31 +00:00
bc08db0df5
Change use of \n to System.getProperty("line.separator")
Mark Pollack
2009-03-27 13:26:24 +00:00
d3698fdc5c
update maven POMs to support compilation and running of tests
Mark Pollack
2009-03-27 07:08:31 +00:00