Mark Fisher
417982bf03
adjusted timeout value in gateway test
2010-04-26 00:38:55 +00:00
Mark Fisher
d592ceac7a
INT-1094 removed getName() from MessageChannel interface
2010-04-26 00:25:41 +00:00
Iwein Fuld
f3b36361c6
Fixed bounding issue in SimpleMessageStore and introduced UpperBound to avoid code duplication with PriorityChannel
2010-04-25 18:49:39 +00:00
Iwein Fuld
fc96b55cf3
INT-1093:
...
- Added testcases from the issue
- added convenience method for total completion to MessageGroup
- resolved issue by invoking callback
2010-04-25 17:56:06 +00:00
Mark Fisher
a70ad276db
INT-1095 Aggregator now properly handles the resolution of replyChannel by name.
2010-04-25 16:06:41 +00:00
Mark Fisher
d622fa2dfe
added tests for more than two conflicting header values
2010-04-22 16:37:22 +00:00
Mark Fisher
4dfc783d65
INT-1059 Both DefaultAggregatingMessageGroupProcessor and MethodInvokingMessageGroupProcessor now extend AbstractAggregatingMessageGroupProcessor. The base class provides default header aggregation. For more detail, see its JavaDoc and the AggregatingMessageGroupProcessorHeaderTests.
2010-04-21 01:00:49 +00:00
Mark Fisher
82cdaff84a
formatting
2010-04-20 22:34:09 +00:00
Mark Fisher
7e6591e219
INT-1060 Added @Filter annotation.
2010-04-12 20:03:23 +00:00
Iwein Fuld
559ebf1bd2
INT-1017: added TODO for removal of test case
2010-04-09 12:33:31 +00:00
Iwein Fuld
5d7a76e822
INT-1072: improved concurrent equals test
2010-04-09 09:54:24 +00:00
Iwein Fuld
d0caad8f4d
INT-1072: Resolved ConcurrentModificationException in MessageHistory and improved equality testing
2010-04-09 08:47:41 +00:00
Mark Fisher
7b267a5033
INT-8 initial check-in of some (still rough) ideas for Claim Check support by a Message Transformer implementation.
2010-04-07 20:34:45 +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
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
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
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
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
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
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
bcb8d6fa3e
INT-174 Added custom Converter tests.
2010-03-11 22:59:06 +00:00
Mark Fisher
893a4497bc
using "integrationConversionService" as the bean name in test
2010-03-11 22:46:03 +00:00
Mark Fisher
6669dd21dd
populating component metadata with type
2010-03-11 20:14:15 +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
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
Mark Fisher
1e502871fa
changed startsWith() to contains() in test since order of payload and headers is not definite
2010-03-09 21:10:12 +00:00
Mark Fisher
582f67629d
INT-975 MessageHandler used in tests now implements the MessageProducer interface.
2010-03-09 20:06:25 +00:00
Oleg Zhurakousky
0dc683e395
INT-575, Added MapToObject and ObjectToMap transformers
2010-03-09 00:45:56 +00:00
Jeremy Grelle
97a36d127d
Making test (for INT-1001) more flexible to accommodate JVM differences on CI machine.
2010-03-05 23:04:54 +00:00
Jeremy Grelle
4374a3da20
First pass at inbound/outbound JSON mapping for INT-1000 and INT-1001. Needs complete Javadoc'ing and still has some TODO's to address.
2010-03-05 22:38:58 +00:00
Mark Fisher
590fd3bc5a
channel implementations now extend IntegrationObjectSupport, and MethodInvokingMessageProcessor now provides a setter for a ConversionService
2010-03-05 20:52:30 +00:00
Mark Fisher
30bcf6e9c7
INT-937 refactoring MessageHistory, added ComponentMetadata
2010-03-05 00:33:55 +00:00
Iwein Fuld
1a38553402
INT-330: switched namespace support for aggregator
2010-03-02 16:25:24 +00:00
Mark Fisher
a0871d40f2
INT-987 Channels, dispatchers, and pollers now accept any Executor rather than being restricted to only TaskExecutor implementations.
2010-02-20 19:23:21 +00:00
Mark Fisher
1a27bc4634
INT-942 Adding annotation-based tests for MethodInvokingMessageProcessor refactored from the ArgumentArrayMessageMapper *from* Message tests.
2010-02-19 20:05:08 +00:00
Mark Fisher
746b046b24
INT-937, INT-87 Message History (work in progress)
2010-02-19 04:24:51 +00:00
Mark Fisher
2d5c989ee7
INT-937, INT-87 Message History (work in progress)
2010-02-18 14:33:16 +00:00
Iwein Fuld
e6d1b2f9c3
INT-947: cleaning out some obsolete code, splitting locking and filtering a bit better.
2010-02-12 19:31:10 +00:00
Iwein Fuld
8ae281bc7b
removing CronTriggerTests (as this is covered in Core now)
2010-02-12 12:25:37 +00:00