Commit Graph

3184 Commits

Author SHA1 Message Date
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
Mark Fisher
17d836a6b8 INT-1166 added namespace support for the <xpath-header-enricher> element 2010-06-15 23:57:01 +00:00
Mark Fisher
9f1913512d INT-1167 added namespace support for the 'should-skip-nulls' attribute on the <header-enricher> element 2010-06-15 21:59:15 +00:00
Mark Fisher
7ed5499287 added target to svn:ignore for spring-integration-parent 2010-06-15 14:27:56 +00:00
Mark Fisher
9b944d5007 INT-1177 upgraded to Spring Framework 3.0.3 2010-06-15 14:27:16 +00:00
Mark Fisher
9724b0c832 INT-1154 The <header-enricher> element now supports the 'send-timeout' attribute. 2010-06-14 23:35:27 +00:00
Mark Fisher
53842d3b70 INT-1165, INT-1175 The 'send-timeout' on a chain element (if provided explicitly) will now take precedence over the send-timeout of its last handler (assuming it's a producer in the first place). Also, duplicate handlers are now rejected in a chain. 2010-06-14 23:02:28 +00:00
Iwein Fuld
2fbf5da2c7 INT-1174: Added CorrelatingMessageBarrier and tests 2010-06-14 15:15:48 +00:00
David Syer
df265db057 INT-1142: add anonymous name tag for generated bean names (based on bean name pattern) 2010-06-14 12:47:34 +00:00
Iwein Fuld
ba191ae393 Added hamcrest-all to test dependencies 2010-06-14 12:41:55 +00:00
Iwein Fuld
05d9ea3c2c INT-1174: prepared MessageGroup to support marking single message 2010-06-14 12:41:48 +00:00
David Syer
986a383450 INT-1173: added sql parameter source support 2010-06-14 09:46:54 +00:00
Gary Russell
ceb4036b38 Fix imports 2010-06-14 02:51:05 +00:00
Gary Russell
d8d469d11e Un@Ignore tcp Gateway Tests - Use Semaphore instead of CountdownLatch - Test thread was closing thread prematurely - Gateway was operating correctly 2010-06-14 02:48:35 +00:00
Gary Russell
99a462ed8b Temporarily @Ignore Close tests on Outbound Gateway 2010-06-14 01:55:10 +00:00
Gary Russell
5df6d0962d Increase backlog on ServerSocket in test cases 2010-06-14 00:55:50 +00:00
Gary Russell
87f62b5ec1 Fix timing problem in TcpOutboundGateway tests. 2010-06-14 00:23:25 +00:00
Mark Fisher
b6974b712c INT-836 refactored HeaderEnricher to delegate to MessageProcessor implementations 2010-06-11 22:10:11 +00:00
Mark Fisher
bfd6c81673 INT-1168 added a setExpectedType method to ExpressionEvaluatingMessageProcessor, NULL indicates no specific type is expected (behavior is in the base AbstractMessageProcessor) 2010-06-11 21:29:24 +00:00
Mark Fisher
16fab7af81 INT-1167, INT-836 added 'shouldSkipNulls' option to HeaderEnricher and refactored XPathHeaderEnricher to extend from the core HeaderEnricher 2010-06-11 20:30:11 +00:00
Iwein Fuld
6acce320b4 QUALITY: added some javadoc, removed visibility bug in SimpleMessageGroupStore 2010-06-11 15:17:41 +00:00
Iwein Fuld
7bcadf6e90 INT-1152: migrated marked and unmarked to BlockingQueue and added synchronization around them to facilitate concurrent use. 2010-06-11 15:17:39 +00:00
Iwein Fuld
dfdbb5f69e QUALITY: renamed @param to avoid javadoc warning in build 2010-06-11 15:17:35 +00:00
Iwein Fuld
3ed26d170f INT-1164: added paragraph on expression attribute. 2010-06-11 09:38:14 +00:00
Mark Fisher
afe1a49a4b formatting and changed 'skipSettingNullResults' to simply 'skipNullResults' 2010-06-10 19:06:43 +00:00
Mark Fisher
070ae5ee96 INT-1156 completed namespace support for XPath Transformer 2010-06-10 18:13:20 +00:00
Mark Fisher
ad8a45fec3 INT-982, INT-1158, INT-1159, INT-1160, INT-1161, INT-1162, INT-1163 inbound mail adapter updates 2010-06-10 00:36:34 +00:00
Mark Fisher
589bad1eba updating config to match latest 1.0.x version 2010-06-08 22:55:34 +00:00
Mark Fisher
de223a560f INT-1158 2010-06-08 21:58:58 +00:00
Mark Fisher
f30b44f63d minor update in test xpath 2010-06-08 18:27:18 +00:00
Mark Fisher
0afa84bdcb INT-1156 initial commit for XPathTransformerParser and corresponding XSD updates 2010-06-08 18:19:58 +00:00