Commit Graph

1141 Commits

Author SHA1 Message Date
Mark Fisher
c80a6025fd INT-1062 2010-04-02 22:57:52 +00:00
Mark Fisher
40385fb836 INT-1061 Upgraded to Spring 3.0.2 2010-04-02 16:30:41 +00:00
Mark Fisher
059aefa12f INT-1053 Enforcing header value types (e.g. ID must be a UUID) 2010-03-29 18:46:36 +00:00
Mark Fisher
bde0bca24e INT-1053 Message ID is now always a UUID rather than any Object type 2010-03-29 17:20:28 +00:00
David Syer
e4dc5e41e7 Update deps in POM 2010-03-29 14:02:42 +00:00
Oleg Zhurakousky
3171d2d1db INT-789, Added caching for compiled regex patterns (see INT-CR-19), forgot to add compiled patterns to the cache 2010-03-29 05:01:14 +00:00
Oleg Zhurakousky
f7ef96b177 INT-789, Added caching for compiled regex patterns (see INT-CR-19) 2010-03-29 03:54:45 +00:00
Oleg Zhurakousky
4a527a8e19 INT-1038, INT-1047 Changed IntegrationNamespaceUtils.parseInnerHandlerDefinition to register and return BeanComponentDefinition, Fixed MethodInvokingOutboundChannelAdapter, added test to ChannelAdapterParserTest 2010-03-27 15:07:01 +00:00
Oleg Zhurakousky
5321887567 INT-1045, removed 'thread-pool-task-executor' element 2010-03-27 01:52:08 +00:00
Oleg Zhurakousky
7a72fbc9e7 INT-789, Fixed the schema file, added one more test 2010-03-27 01:32:02 +00:00
Oleg Zhurakousky
7381ee28cf INT-789 2010-03-27 00:48:14 +00:00
Oleg Zhurakousky
c5b1bc46a9 INT-1048, Added sorting when interceptors are set 2010-03-26 23:37:47 +00:00
Oleg Zhurakousky
f6d39c0fef INT-1046 removed broken import 2010-03-26 21:32:51 +00:00
Oleg Zhurakousky
5c8eeeafdc INT-1046, fixed the ChannelInterceptorParser and added test 2010-03-26 21:24:33 +00:00
Oleg Zhurakousky
ee2e2692a5 INT-1042, modified test to verify that original headers are copied 2010-03-25 15:32:09 +00:00
Oleg Zhurakousky
ed851417bd INT-1038, Change assertion to validate if 'ref' element has text (because it is never 'null', but rather "") 2010-03-18 22:08:16 +00:00
Mark Fisher
4557cc143e INT-1041 only falling back to default service interface at initialization time rather than in the default constructor so that getObjectType() returns null instead of inconsistent type information 2010-03-18 10:04:44 +00:00
Oleg Zhurakousky
43fa9015c1 INT-1040, added ResrWriteLock usage to the toString() and hashCode() methods, added Test 2010-03-17 23:59:08 +00:00
Mark Fisher
c195d9ed1c INT-212 Added sendSuccessCount and sendErrorCount to the AbstractMessageChannel 2010-03-12 05:42:00 +00:00
Mark Fisher
e0d8a970e3 removed TODO 2010-03-12 05:29:42 +00:00
Mark Fisher
fdb86ba951 INT-1027 2010-03-12 05:27:30 +00:00
Mark Fisher
ddeda001da checking for prototype scope in setBeanFactory 2010-03-12 05:11:19 +00:00
Oleg Zhurakousky
634739dc19 INT-575, Added Javadoc 2010-03-12 03:49:31 +00:00
Oleg Zhurakousky
42a88d4f28 INT-1021, added check for 0 when checking for superseding messages, added test 2010-03-12 03:43:05 +00:00
Mark Fisher
2b3bdd9e8c fixed 'apply-sequence' for DefaultRouterParser and now comma-delimited strings are converted to arrays 2010-03-12 02:59:45 +00:00
Mark Fisher
6a92fd680d INT-960 2010-03-12 02:37:14 +00:00
Mark Fisher
0ad859461c INT-960 2010-03-12 02:35:46 +00:00
Mark Fisher
76e8876afe added applySequence and ignoreSendFailures properties to the RouterFactoryBean 2010-03-12 02:10:07 +00:00
Mark Fisher
bcb8d6fa3e INT-174 Added custom Converter tests. 2010-03-11 22:59:06 +00:00
Mark Fisher
ee91c5bf12 INT-174 Added ConversionService support for transformers. 2010-03-11 22:57:36 +00:00
Mark Fisher
98084462f0 INT-174 Added ConversionService support for splitters. 2010-03-11 22:53:36 +00:00
Mark Fisher
396b4e45b3 INT-174 Added ConversionService support for routers. 2010-03-11 22:51:49 +00:00
Mark Fisher
71c4f264c5 INT-174 Added ConversionService support for service-activators. 2010-03-11 22:50:44 +00:00
Mark Fisher
e57aa4e80e INT-174 Added ConversionService support for filters. 2010-03-11 22:50:08 +00:00
Mark Fisher
433b76618b no longer falling back to "conversionService" after checking for "integrationConversionService" 2010-03-11 22:48:27 +00:00
Mark Fisher
893a4497bc using "integrationConversionService" as the bean name in test 2010-03-11 22:46:03 +00:00
Mark Fisher
fe839eb79a INT-174 added AbstractMessageProcessor with a setter for ConversionService 2010-03-11 21:07:12 +00:00
Mark Fisher
ddf163589f populating component metadata with type 2010-03-11 20:52:52 +00:00
Mark Fisher
3d440e833f populating component metadata with type 2010-03-11 20:17:47 +00:00
Mark Fisher
6669dd21dd populating component metadata with type 2010-03-11 20:14:15 +00:00
Mark Fisher
7073397739 populating component metadata with type 2010-03-11 20:13:07 +00:00
Mark Fisher
1afd8751eb populating component metadata with type 2010-03-11 20:07:00 +00:00
Mark Fisher
d0ab4dafb2 AbstractMessageHandler now extends IntegrationObjectSupport 2010-03-11 20:00:48 +00:00
Mark Fisher
53e066bc1d added setChannelResolver() method for subclass use 2010-03-11 19:53:00 +00:00
Mark Fisher
e80ec9d533 calling BeanFactoryAware and InitializingBean callbacks on created handler instance 2010-03-11 19:50:01 +00:00
Mark Fisher
ab18ddd199 INT-1019, INT-745 Moved apply-sequence logic into AbstractMessageRouter and made RecipientListRouter a subclass. Also added support for the 'apply-sequence' attribute on a <router/> element. 2010-03-11 17:05:28 +00:00
Mark Fisher
1b2ff13413 INT-930 falling back to a default ConversionService so that a bean does not have to be defined for common cases 2010-03-10 05:00:46 +00:00
Mark Fisher
88a2c65519 INT-930 using ConversionService from channel name resolving Message routers if necessary 2010-03-10 04:15:30 +00:00
Mark Fisher
68005b5c5f MessageHandlerChain now extends IntegrationObjectSupport 2010-03-10 02:49:44 +00:00
Oleg Zhurakousky
224861f5b8 INT-575, Added the following to MapToObjectTransformer:
1. Javadoc
2. Added check to only allow 'prototype' beans to be specified during the construction
3. Made sure that instance of the transformed Object is created only during the transformation
2010-03-10 02:06:56 +00:00