Commit Graph

494 Commits

Author SHA1 Message Date
David Turanski
3bb5b493b3 INT-1622 Updated ChainParserTests 2010-11-15 12:27:37 -05:00
Mark Fisher
4e3f5bef6e INT-1613 setHeader now throws an Exception for read-only headers (ID and TIMESTAMP) 2010-11-13 08:27:45 -05:00
Mark Fisher
75a6381d3a moved @Publisher from aop into the annotation package with all other annotations 2010-11-12 17:39:11 -05:00
Mark Fisher
2148956c6d renamed GatewayMethodDefinition to GatewayMethodMetadata and made it package-protected 2010-11-12 15:55:37 -05:00
Mark Fisher
59c084f737 removing HandlerMethodResolver and impls, since we now depend on SpEL for that functionality 2010-11-12 15:32:05 -05:00
Dave Syer
ba189d2c36 INT-1601: added bean-resolver to control-bus 2010-11-12 09:27:13 +00:00
Mark Fisher
8e2daea503 INT-1377 removed unused AbstractSingleChannelNameRouter class 2010-11-10 08:55:20 -05:00
Mark Fisher
38aa676cb9 renamed getChannelIndicatorList method to getChannelIdentifiers on AbstractMessageRouter 2010-11-10 08:50:21 -05:00
Mark Fisher
0a82438e2e made the 'determineTargetChannels' private in AbstractMessageRouter 2010-11-10 08:23:53 -05:00
Mark Fisher
09afaed080 polishing 2010-11-10 08:14:14 -05:00
Dave Syer
941b1127d1 INT-1561: add counters to message stores 2010-11-10 09:26:34 +00:00
Mark Fisher
7b1185f2f0 removing warnings 2010-11-09 17:58:27 -05:00
David Turanski
1faa9f08b0 added SmartLifecycle test 2010-11-09 16:44:07 -05:00
David Turanski
f581cfc2d4 added SmartLifecycle test 2010-11-09 16:44:07 -05:00
Oleg Zhurakousky
8da4fae7ef polishing - removed all warnings from CORE module 2010-11-09 11:36:49 -05:00
Dave Syer
bd1373ecff INT-1464: Check priority channel registration 2010-11-09 10:44:16 +00:00
Mark Fisher
3b4b6a9e70 moved PropertiesPersistingMetadataStoreTests to the same location as PropertiesPersistingMetadataStore (but under src/test) 2010-10-28 15:32:25 -04:00
Mark Fisher
d9045e1904 INT-1568 removed '$' prefix for headers. Now there is NO prefix. 2010-10-28 15:32:24 -04:00
Mark Fisher
1e9c3c6a8d INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) 2010-10-28 15:32:20 -04:00
Dave Syer
5a04779bbe Fix test broken in last commit 2010-10-28 15:32:20 -04:00
Dave Syer
d21278865f Fix test to not dump files in top level dir 2010-10-28 15:32:20 -04:00
Mark Fisher
5c3a2185a3 INT-1527 moved MetadataStore from 'context.metadata' to 'store' 2010-10-28 15:32:20 -04:00
Mark Fisher
4375e08e51 INT-1527 MetadataStore refactoring 2010-10-26 18:52:53 -04:00
Mark Fisher
97ae4b898b added event and feed to build 2010-10-25 20:56:31 -04:00
Dave Syer
53dd793819 INT-1507: add control bus to core and groovy 2010-10-25 10:04:47 -07:00
Josh Long
e44f9a6e31 cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547 2010-10-23 17:18:22 -07:00
Mark Fisher
180753ca5b INT-1487 now using Spring 3.0.5 core Serializer/Deserializer, INT-1490 import version is now resolved since it's included in 'core' import, and INT-1526 updated the affected template.mf files for 3.0.5 as the minimum (will address others next) 2010-10-22 21:12:22 -05:00
Iwein Fuld
656071b2a7 INT-988: Unignore test case as upgrade to Spring 3.0.5 resolves the problem. 2010-10-22 16:54:05 +02:00
Dave Syer
74f85def5e Fix test failures (Windoze?) 2010-10-18 11:35:03 -07:00
Mark Fisher
a3d14aab9c INT-1534 @Header annotations now accept hyphenated header names 2010-10-18 10:20:50 -04:00
Oleg Zhurakousky
01da99eff2 INT-1527, INT-786, polished FileBasedPropertiesStore, added 'baseDirectory' property, added tests 2010-10-18 08:22:54 -04:00
Oleg Zhurakousky
3bf404cc2a INT-1527, INT-786 refactoread and renamed MetadataPersister to MetadataSore strategy, provided a very simple file-based implementation as FileBasedPropertiesStore which ises DefaultPropertiesPersister, modified FEED module to depend on it 2010-10-17 22:35:35 -04:00
Mark Fisher
05de3b44c4 added test for header sub-elements with a method-invoking inbound-channel-adapter 2010-10-17 18:52:33 -04:00
Mark Fisher
e1b5088bc1 INT-1531 making getEvaluationContext() protected on AbstractExpressionEvaluator 2010-10-17 16:21:25 -04:00
Mark Fisher
df6d360441 INT-1000 polishing JsonInboundMessageMapper 2010-10-17 16:03:09 -04:00
Mark Fisher
52a1ba50df INT-1001 polishing JsonOutboundMessageMapper 2010-10-17 15:50:40 -04:00
Iwein Fuld
d0a00c68fd INT-1500: add apply-sequence flag to splitter. 2010-10-17 20:00:34 +02:00
Mark Fisher
70bf4fb7fa INT-1494 replaced 'scheduled-producer' with 'inbound-channel-adapter' 2010-10-17 12:08:45 -04:00
Mark Fisher
a6769f6fef INT-1494 added test for header expressions 2010-10-17 11:12:15 -04:00
Mark Fisher
bf9c8a15f0 INT-1494 first step: scheduled-producer now creates an instance of SourcePollingChannelAdapter 2010-10-17 10:35:49 -04:00
Mark Fisher
75527483f8 INT-1513 default send timeout for all handlers that extend AbstractReplyProducingMessageHandler is now that of the underlying MessagingTemplate (-1, indefinite). It can of course be changed via setSendTimeout(long). 2010-10-16 15:43:32 -04:00
Iwein Fuld
e378af9006 INT-1339: Ensure sequences with gaps work in integrated scenario. Improve logging around correlated messages. 2010-10-15 17:50:50 +02:00
Iwein Fuld
0ddc1fe667 INT-1525: Add treatment for releasePartialSequences to ResequencerParser and CorrelatingMessageHandler 2010-10-15 17:50:34 +02:00
Mark Fisher
7b70e3dcfe INT-1382 added support for expression sub-elements for header-enricher 2010-10-13 16:22:33 -04:00
Oleg Zhurakousky
5b6a96c34f INT-1377, polishing, added test for expression based router dynamics 2010-10-13 15:14:33 -04:00
Oleg Zhurakousky
713baedf43 INT-1377, Added test: a) to validate that call to determineTargetChannel always return no more then 1 channel for PTR, b) to make sure that if mapping changes the appropriate channel is selected 3) to make sure if mapping was removed messages are forwarded to defaultChannel or exception is thrown if defaultChannel is not provided and resolutionRequired is set to 'true', d) MessagingTemplate although defaults to BFCR can still rely on Custom CR Added, the same custom CR was tested for Routers 2010-10-13 13:23:39 -04:00
Mark Fisher
6a5efcc7b8 INT-1382 added tests for DynamicExpression-based transformer, and the default bean name for the ExpressionSource instance is now defined in the XSD as 'expressionSource' 2010-10-13 13:16:33 -04:00
Oleg Zhurakousky
ecc8b23cf1 INT-1377, merged AbstractSingleChannelNameRouter with AbstractMessageRouter, fixed corresponding tests, removed dependencies on it across the workspace 2010-10-13 11:30:09 -04:00
Dave Syer
f69a178c1f JMX: remove duplicate annotations 2010-10-13 08:17:29 -07:00
Oleg Zhurakousky
9f8b4d93a5 INT-1377, deleted AbstractSingleChannelRouter and the corresponding tests 2010-10-13 10:53:43 -04:00