Commit Graph

1171 Commits

Author SHA1 Message Date
Mark Fisher
c9c3da0fe7 formatting 2010-04-26 20:20:04 +00:00
Mark Fisher
c139bcf695 INT-1101 removed list() and purge() from the PollableChannel interface 2010-04-26 20:06:20 +00:00
Mark Fisher
4402792abc organized imports 2010-04-26 19:13:14 +00:00
Mark Fisher
c73657112c organized imports 2010-04-26 19:09:57 +00:00
David Syer
193d9b6002 RESOLVED - issue INT-1010, INT-1050, INT-1100 2010-04-26 16:30:22 +00:00
David Syer
dd4afd8cb5 RESOLVED - issue INT-1097 2010-04-26 15:23:53 +00:00
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
09ff5ecc3e INT-1090 Adding tooling annotations to support auto-completion of method names. 2010-04-25 00:10:14 +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
9ac3361529 formatting 2010-04-20 23:37:39 +00:00
Mark Fisher
2510a7ad75 INT-1059 added AbstractAggregatingMessageGroupProcessor 2010-04-20 23:13:10 +00:00
Mark Fisher
5b6b99aa00 formatting 2010-04-20 22:53:17 +00:00
Mark Fisher
82cdaff84a formatting 2010-04-20 22:34:09 +00:00
Mark Fisher
ac2b24c4ee fixed misspelled class/method 2010-04-20 22:24:43 +00:00
Mark Fisher
e890c81a74 formatting 2010-04-20 22:15:25 +00:00
Mark Fisher
92855e0a07 fixed null Message assertion 2010-04-20 21:51:46 +00:00
Mark Fisher
38d588aeb9 formatting 2010-04-20 21:46:16 +00:00
Mark Fisher
7e6591e219 INT-1060 Added @Filter annotation. 2010-04-12 20:03:23 +00:00
David Syer
5f77a0d01d Comment out api dependency 2010-04-12 05:45:59 +00:00
Iwein Fuld
f46a297391 INT-1007: Polish and javadoc for MethodInvokingMessageGroupProcessor 2010-04-11 11:04:07 +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
Iwein Fuld
c98e17ee35 javadoc and reduced visibility of add(Message m) 2010-04-06 16:45:09 +00:00
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