Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
69d19fdf8c INT-916 removed code that is no longer necessary after refactoring to HttpRequestExecutingMessageHandler 2010-06-23 23:55:07 +00:00
Mark Fisher
e1c5e6b217 INT-1200 the <annotation-config> now accepts the 'default-publisher-channel' attribute for the @Publisher support 2010-06-23 23:51:54 +00:00
Mark Fisher
141124b078 INT-1200 the parser for <annotation-config> now registers the PublisherAnnotationBeanPostProcessor 2010-06-23 22:25:57 +00:00
Mark Fisher
4689ae17ac INT-1139 added a test demonstrating the use of #args.foo in an expression 2010-06-23 21:59:03 +00:00
Mark Fisher
f6698db4a5 updated http docs for the new RestTemplate based outbound gateway 2010-06-23 20:59:52 +00:00
Mark Fisher
341a08f7ff INT-916, INT-939 replaced HttpOutboundEndpoint with the RestTemplate-based HttpRequestExecutingMessageHandler 2010-06-23 20:19:59 +00:00
David Syer
91452275ad INT-1128: Docs for MessageStoreReaper 2010-06-23 16:54:50 +00:00
Mark Fisher
9d0080d33a added SerializingHttpMessageConverter 2010-06-23 16:40:45 +00:00
Mark Fisher
8aa9bedd19 added org.springframework.http to the template.mf file 2010-06-23 16:37:35 +00:00
Mark Fisher
d3f2a1a3fd added stub chapter for XMPP support 2010-06-23 02:24:16 +00:00
Oleg Zhurakousky
2aedd0d33e INT-1188, change the second argument from combination or MAC+nano to MAC+processId 2010-06-20 18:52:36 +00:00
Mark Fisher
2678280dc6 created README.txt with a short note on changing the Groovy script to support unicast instead of multicast 2010-06-20 16:45:14 +00:00
Oleg Zhurakousky
3c3e699860 INT-1188, Added test cases showing performance benchmarks (sync and async) 2010-06-20 13:08:08 +00:00
David Syer
9332882d62 Fix weird mockito problem 2010-06-19 07:14:19 +00:00
David Syer
87352799fb INT-1195: rename correlation->group in MessageGroup and friends 2010-06-19 06:59:05 +00:00
David Syer
7d50eb4204 INT-1069: make group id for buffered messages more unique 2010-06-19 06:40:09 +00:00
David Syer
6e79334d6d INT-1069: Add namespace support for persistent queues 2010-06-19 06:33:53 +00:00
David Syer
923e5b0a20 INT-1069: Add namespace support for persistent queues 2010-06-19 06:33:42 +00:00
Mark Fisher
dc004febf7 INT-1192 The @Publisher "value" attribute has been renamed "payload" for enhanced clarity (at the expense of "value" as a default when no name is provided... which is hindsight not worth it due to ambiguity). 2010-06-18 20:51:59 +00:00
Mark Fisher
c7bbc030cf INT-1191 added bean resolution support for expression based header-enrichers 2010-06-18 17:07:06 +00:00
Oleg Zhurakousky
6c320719e1 INT-1188, Added support for MAC address discovery to ensure Global uniqueness of UUID 2010-06-18 16:30:10 +00:00
Mark Fisher
75d2add40c fixed loan quote Comparable implementation (for "best" quote) 2010-06-18 15:13:25 +00:00
David Syer
1ef2d6a460 Another broken build... 2010-06-18 15:06:04 +00:00
Oleg Zhurakousky
e65c55a58f INT-1188, TimeBasedUUIDGenerator 2010-06-18 15:05:10 +00:00
David Syer
2540b4aa48 INT-1069: fix build failure caused by incomplete commit 2010-06-18 14:47:55 +00:00
David Syer
d4badebb64 INT-1069: FIx build (JDK bug in LinkedBlockingQueue) 2010-06-18 14:23:51 +00:00
David Syer
c1c8ddc456 INT-1069: remove another method from MessageGroup 2010-06-18 11:38:36 +00:00
David Syer
0a5ce33f9b INT-1069: Add MessageGroupQueue and JDBC tests for rollback 2010-06-18 10:49:51 +00:00
David Syer
4e4cb559d1 INT-1069: Change MessageGroup interfaces to better match use cases 2010-06-18 10:49:43 +00:00
Oleg Zhurakousky
d5614ff3e8 INT-1139, fixed the docs 2010-06-18 00:14:33 +00:00
Oleg Zhurakousky
8c19462ce4 IINT-789, updated documentation 2010-06-18 00:01:11 +00:00
Oleg Zhurakousky
c4e03a7235 INT-789 Updated documentation 2010-06-17 23:55:15 +00:00
Mark Fisher
799afe484c strong typing in aggregator, only using a header for 'BEST' ('ALL' is the default) 2010-06-17 23:14:51 +00:00
Oleg Zhurakousky
2bb02b13ae INT-789 2010-06-17 22:54:26 +00:00
Mark Fisher
04c592ba8b removed BanksChannelSelector since it's no longer used 2010-06-17 22:42:33 +00:00
Mark Fisher
f895a5ebda simplified loan-broker routing now that expression supports bean resolution 2010-06-17 22:39:56 +00:00
Mark Fisher
246db01eb9 INT-1186 added bean resolution support for expression based routers 2010-06-17 20:47:37 +00:00
Mark Fisher
b62b8f0f80 INT-1187 added bean resolution support for expression based filters 2010-06-17 20:25:26 +00:00
Mark Fisher
708218277c added spring-integration-stream dependency for 'cafe' sample 2010-06-17 15:08:30 +00:00
David Syer
8df7265abb INT-1176: added scope= attribute to channels and removed thread-local-channel 2010-06-17 11:07:37 +00:00
Mark Fisher
49558ea82f INT-1184 added bean resolution support for expression based transformers 2010-06-16 21:52:07 +00:00
Mark Fisher
1c75b71884 INT-1183 added bean resolution support for expression based splitters 2010-06-16 21:38:00 +00:00
Mark Fisher
40f05047d2 refactored ServiceActivatorHandler configuration for the expression-evaluation case 2010-06-16 21:02:13 +00:00
Mark Fisher
0fe776d607 INT-681, INT-710, INT-1181 added more tests 2010-06-16 19:37:32 +00:00
Mark Fisher
7565773418 INT-681, INT-710, INT-1181 The <service-activator> element now supports an "expression" attribute as an alternative to "ref" + "method". Added ServiceActivatorFactoryBean, modified parser, updated schema, added ServiceActivator constructor to accept expression string, and provided some basic tests. 2010-06-16 19:25:35 +00:00
Mark Fisher
be92d13413 minor improvement for error message 2010-06-16 19:21:04 +00:00
Mark Fisher
88845df5e2 no longer have to check if expectedType is void.class after Spring 3.0.3 upgrade 2010-06-16 18:32:33 +00:00
Mark Fisher
162214a9b1 INT-1181 added support for bean resolution within the ExpressionEvaluatingMessageProcessor 2010-06-16 18:14:16 +00:00
Mark Fisher
7ba407defe INT-1124 relying on $ with MapAccessor after upgrade to Spring 3.0.3 2010-06-16 15:58:42 +00:00
Mark Fisher
7e253449fa INT-1156 renamed 'expression' and 'expression-ref' attributes on the <xpath-transformer> to 'xpath-expression' and 'xpath-expression-ref' respectively in order to be consistent with other <xpath-*> elements (splitter, router, header-enricher, etc.) 2010-06-16 00:05:05 +00:00