Commit Graph

3788 Commits

Author SHA1 Message Date
Chris Beams
f4efc62ca7 Increment versions to 2.0.0.M7 2010-09-03 18:23:12 +00:00
Mark Fisher
167968fd41 INT-1400 updated sample parent pom to version 1.0.0.M1 for commons-serializer 2010-09-03 18:09:16 +00:00
Mark Fisher
69b4d10646 updated samples README to mention Maven 2.2 (not 2.1) 2010-09-03 17:52:07 +00:00
Mark Fisher
503f3ad797 INT-1422 updated http docs for M7 2010-09-03 16:53:03 +00:00
Oleg Zhurakousky
0f6466841d INT-1421 - actually did fixed the bug in test 2010-09-03 16:50:05 +00:00
Oleg Zhurakousky
dbf66605d9 INT-1421 - fixed the bug in test 2010-09-03 16:41:46 +00:00
Oleg Zhurakousky
74c6ef95ec INT-1421 - changed to use PatternMatchUtils 2010-09-03 16:26:11 +00:00
Mark Fisher
3e9c6545e0 edits in gateway doc 2010-09-03 15:52:13 +00:00
David Syer
7d98d155a7 Fix XML ids 2010-09-03 15:49:46 +00:00
Mark Fisher
c503fad95e typos 2010-09-03 15:41:47 +00:00
David Syer
f2ed075db7 INT-1420: re-org of existing docs 2010-09-03 15:36:20 +00:00
Mark Fisher
13b46448bf updated readme for correct samples dir name 2010-09-03 15:33:38 +00:00
Oleg Zhurakousky
b131574b3e INT-1419 -added async-gateway to a POM 2010-09-03 15:17:18 +00:00
Oleg Zhurakousky
213a50a177 INT-1419 -added documentation for async gateway support 2010-09-03 15:10:58 +00:00
Oleg Zhurakousky
be36d266a3 INT-1419 - finally adding it to the right directory 2010-09-03 15:08:40 +00:00
Oleg Zhurakousky
c2fa737778 INT-1419 2010-09-03 15:07:42 +00:00
Oleg Zhurakousky
50eea10502 INT-1419 - changing structure 2010-09-03 14:27:25 +00:00
Oleg Zhurakousky
13f85cfb5a INT-1419 - changed the name to async-gateway 2010-09-03 14:25:01 +00:00
Oleg Zhurakousky
0e5ddbdbf8 INT-1419 - adding sample of Gateway with Futures 2010-09-03 14:18:07 +00:00
Oleg Zhurakousky
9fe6b261b5 INT-1419 - Initial import of Gateway with Futures sample 2010-09-03 14:15:38 +00:00
David Syer
631ff51e1a tweak test to be more forgiving in CI load 2010-09-03 14:01:09 +00:00
David Syer
2e4f1e5b5e INT-1418: add control-bus 2010-09-03 13:39:49 +00:00
Oleg Zhurakousky
3f390274db INT-1408, added changes based on Luke's comments 2010-09-03 13:32:15 +00:00
Oleg Zhurakousky
c00c75d5d5 INT-1413 - added setting to disable workspace resolution 2010-09-03 13:10:16 +00:00
David Syer
4c3287d2c3 INT-1416: replace control-bus with mbean-exporter 2010-09-03 12:39:00 +00:00
David Syer
c7cfa6fdbc Ignore test suite 2010-09-03 12:38:55 +00:00
David Syer
4e7d8da749 INT-1265: fix tests in suite 2010-09-03 12:02:59 +00:00
David Syer
53f975311a INT-1265, INT-1266, INT-1267: create new mbean exporter and move monitoring to there 2010-09-03 12:02:54 +00:00
Mark Fisher
69b296443a updating readme and changelog for 2.0 M7 2010-09-03 06:22:59 +00:00
Mark Fisher
eb84de121f INT-1305 Refactored CorrelatingMessageHandler to rely on MessagingTemplate rather than using ChannelResolver directly. More importantly, the MessageGroupProcessor now defines a simpler method: Object processMessageGroup(MessageGroup) which is consistent with the MessageProcessor method: Object processMessage(Message) 2010-09-03 05:40:09 +00:00
Mark Fisher
2f5dc0c202 INT-1306 renamed AbstractMessagingGateway to MessagingGatewaySupport 2010-09-03 04:02:49 +00:00
Oleg Zhurakousky
400832836d INT-1246, edited the XML based configuration and added a section for @Publisher being a meta-annotation 2010-09-03 03:10:54 +00:00
Mark Fisher
4677615b5a moved MessagingTemplateTests into core package from channel (since MessagingTemplate itself has moved) 2010-09-03 03:02:58 +00:00
Mark Fisher
8a6ba97c1f INT-943 added support for Future return types on Gateway interface methods 2010-09-03 03:00:09 +00:00
Mark Fisher
b816ac7d44 INT-1411 added tests for asyncConvertSendAndReceive operations with MessagePostProcessor 2010-09-03 00:48:19 +00:00
Mark Fisher
cd4bc04801 INT-1411 added tests for asyncReceiveAndConvert operations 2010-09-03 00:40:56 +00:00
Mark Fisher
9e4a84257b INT-1411 added tests for asyncReceive operations 2010-09-03 00:37:43 +00:00
Mark Fisher
e600243ea8 INT-1411 added test for cancellation 2010-09-03 00:13:03 +00:00
Mark Fisher
c8b9c618d5 INT-1411 added convertSendAndReceive methods that accept MessagePostProcessors for the requests to AsyncMessagingTemplate and AsyncMessagingOperations 2010-09-02 23:39:01 +00:00
Mark Fisher
eb341b234a INT-1411 added receive and receiveAndConvert methods to AsyncMessagingTemplate and AsyncMessagingOperations 2010-09-02 23:25:38 +00:00
Mark Fisher
da83e4c2e1 INT-1411 added tests for AsyncMessagingTemplate 2010-09-02 23:08:51 +00:00
Mark Fisher
245dc30c6f INT-1411 Added AsyncMessagingTemplate, implementing AsyncMessagingOperations 2010-09-02 22:47:30 +00:00
Mark Fisher
ef865521f8 JmsSendingMessageHandler only writes history when enabled (implements TrackableComponent) 2010-09-02 20:54:54 +00:00
Mark Fisher
01e3ae539b INT-1410 SoucePollingChannelAdapter retrieves the componentType from its underlying MessageSource if that MessageSource is also a NamedComponent. 2010-09-02 20:40:20 +00:00
Mark Fisher
4948058482 INT-1410 SourcePollingChannelAdapter is now a TrackableComponent 2010-09-02 20:10:50 +00:00
Mark Fisher
f78794f900 INT-1409 added proper support for the 'send-timeout' attribute on <bridge> 2010-09-02 19:30:58 +00:00
Oleg Zhurakousky
84b00a2862 INT-1408 fixed the issue with ConfigAttributes related to upgrading to Spring Security 3 2010-09-02 18:52:59 +00:00
Mark Fisher
dc5800ed0d avoiding class dependencies in parser 2010-09-02 18:19:21 +00:00
Iwein Fuld
6eda3ec1d2 Prevented "Dispatcher has no subscribers" output in the build. 2010-09-02 18:04:33 +00:00
Iwein Fuld
23c96506ff Renamed 'testChannel's to pinpoint no subscriber isssue 2010-09-02 18:04:30 +00:00