Commit Graph

3184 Commits

Author SHA1 Message Date
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
Oleg Zhurakousky
3faa104f64 restructured the code for reuse by subclasses 2009-06-18 21:56:34 +00:00
Oleg Zhurakousky
d7bd3da8e6 To support <header-value-router> INT-663,669 2009-06-18 21:56:02 +00:00
Oleg Zhurakousky
3abeff4dd1 Added registration for HeaderValueRouterParser to support header-value-router INT-663 2009-06-18 21:54:44 +00:00
Mark Fisher
1270f359f2 INT-653 2009-06-18 21:39:10 +00:00
Jonas Partner
0d55112298 Add in support for dyanmic resolution of the uri in outbound WS gateways
Resolves INT-512, INT-612
2009-06-18 19:49:37 +00:00
Mark Fisher
f3e857647e INT-654 2009-06-18 16:46:06 +00:00
Mark Fisher
cb8075535f Added check for BeanFactory type else fallback to non-hierarchical registry check. 2009-06-18 16:27:12 +00:00
Mark Fisher
715c3ca209 INT-658 2009-06-18 15:55:54 +00:00
Mark Fisher
6360cacb1f INT-668, INT-673 2009-06-18 01:13:38 +00:00
Mark Fisher
07709995d2 INT-631 Added MailReceiverFactoryBean. 2009-06-17 18:04:02 +00:00
Mark Fisher
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. 2009-06-17 16:01:44 +00:00
Mark Fisher
8b4a0718bb INT-671 2009-06-16 22:30:02 +00:00
Mark Fisher
71f4810b24 INT-641 2009-06-16 21:55:36 +00:00
Mark Fisher
61fb600f65 INT-622 2009-06-16 20:32:15 +00:00
Mark Fisher
4db0a449b2 INT-637 2009-06-15 18:57:52 +00:00
Mark Fisher
c668ab8366 INT-642 review 2009-06-15 17:59:42 +00:00
Mark Fisher
1ed45c6c9a INT-667 2009-06-15 13:27:20 +00:00
Mark Fisher
6936e313b1 INT-640 2009-06-15 12:09:39 +00:00
Mark Fisher
1f0913088c INT-669 Added HeaderValueRouter 2009-06-14 22:55:15 +00:00
Iwein Fuld
23b1bd363e IN PROGRESS - issue INT-656: MethodParameterMessageMapper - javadoc vs code
http://jira.springframework.org/browse/INT-656

Improved javadoc
2009-06-11 19:53:16 +00:00
Iwein Fuld
d7b9107c77 IN PROGRESS - issue INT-656: MethodParameterMessageMapper - javadoc vs code
http://jira.springframework.org/browse/INT-656

Made unannotated Properties and Map work, refactored MethodParameterMessageMapper a bit
2009-06-11 18:37:25 +00:00
Iwein Fuld
370158155d IN PROGRESS - issue INT-662: ChannelResolver not initialized in Splitter
http://jira.springframework.org/browse/INT-662

Added test to SplitterIntegrationTests instead of duplicating context, thanks Alex for the patch
2009-06-11 11:11:33 +00:00
Iwein Fuld
d832b954ac author tag 2009-06-08 12:20:32 +00:00
Iwein Fuld
b94065f84f OPEN - issue INT-632: MessagingAnnotationPostProcessor is chained too late to allow aspects to be added
http://jira.springframework.org/browse/INT-632

Ground work for testcase.
2009-06-08 12:18:59 +00:00
Iwein Fuld
6091ed0985 Improved performance of DefaultMessageAggregatorTests 2009-06-08 12:11:16 +00:00
Iwein Fuld
f0db35873b IN PROGRESS - issue INT-633: BridgeHandler should not require an output channel
http://jira.springframework.org/browse/INT-633

And the xsd part...
2009-06-07 12:43:07 +00:00
Iwein Fuld
7e4e31afdf IN PROGRESS - issue INT-633: BridgeHandler should not require an output channel
http://jira.springframework.org/browse/INT-633

Relaxed checking for output channel to allow REPLY_CHANNEL header usage
2009-06-07 12:26:52 +00:00
Iwein Fuld
b49fc7c11e OPEN - issue INT-634: Allow queue customization
http://jira.springframework.org/browse/INT-634

Added ref attribute to <queue/> and implemented parser logic for it
2009-06-07 11:49:25 +00:00
Iwein Fuld
84481c892a Removed order requirement from DefaultMessageAggregatorIntegrationTests (could cause build failure in high load scenarios) 2009-06-07 10:47:29 +00:00
Marius Bogoevici
4b2364f3ad INT-661: Applied patch uploaded in Jira 2009-05-26 23:56:54 +00:00
Mark Fisher
55384b2203 INT-660 fixed typo and added clarification in the Web Services chapter 2009-05-26 22:18:37 +00:00
Mark Fisher
2eaae56b36 INT-660 fixed some typos in the aggregator chapter 2009-05-26 22:04:14 +00:00
Mark Fisher
e0abe21a27 INT-160 removed empty section, fixed some typos, and added some additional comments 2009-05-26 15:12:36 +00:00
Mark Fisher
490d6d7e90 INT-660 replaced mentions of MessageConsumer with MessageHandler 2009-05-26 15:01:42 +00:00
Mark Fisher
d01a324d61 INT-660 mentions default TaskScheduler (and provides link) instead of MessageBus 2009-05-26 14:59:45 +00:00
Mark Fisher
889d4d3b47 INT-657 added namespace support for 'discard-channel' on 'filter' elements 2009-05-21 17:22:09 +00:00
Mark Fisher
bc8e58b024 INT-657 Added 'discardChannel' for MessageFilter 2009-05-21 14:12:11 +00:00
Iwein Fuld
399eee83b1 IN PROGRESS - issue INT-642: Add DefaultAggregator
http://jira.springframework.org/browse/INT-642

Polished Alex' patch
2009-05-20 14:56:36 +00:00
Mark Fisher
2b93373323 INT-646 input-channel may now reference a channel instance defined within a parent ApplicationContext. 2009-05-19 22:03:54 +00:00