Commit Graph

691 Commits

Author SHA1 Message Date
Oleg Zhurakousky
b6e058c59b INT-1263, added more changes and tests related valdating MessageHistory in every module 2010-09-22 18:44:51 -04:00
Oleg Zhurakousky
0d387756b3 INT-1257, changed convinience method to MessageHistory.containsComponent(string), added/modified tests in XML, WS, JMS to validate MessageHistory 2010-09-21 17:21:50 -04:00
Oleg Zhurakousky
f8b501e4f9 INT-1257, added convinience method MessageHistory.containsEntryWithName(string), added tests in XML to validate MessageHistory 2010-09-21 13:49:46 -04:00
Iwein Fuld
19c705fcbc QUALITY removed imports in favor of fully qualified classnames 2010-09-20 22:15:33 +02:00
Oleg Zhurakousky
35ef39589b INT-1466 decoupled Poller from Polling consumers (PollingConsumer and SourcePollingChannelAdapter) 2010-09-20 00:39:06 -04:00
Mark Fisher
0cd5e9e16f removed obsolete strategy interface 2010-09-17 16:50:09 -07:00
Mark Fisher
8f35e0482f formatting 2010-09-17 16:44:30 -07:00
Mark Fisher
fa44e4d563 formatting 2010-09-17 16:30:42 -07:00
Dave Syer
d40fca0d37 Revert Java 6 specific change 2010-09-17 15:24:39 +01:00
Dave Syer
58167f1e04 INT-1461: fix source polling channel adapter 2010-09-17 15:02:14 +01:00
Mark Fisher
aea28af332 INT-1459 removed dependency on 1.6 in tests 2010-09-16 13:58:30 -07:00
Mark Fisher
11d23c2b91 INT-1459 removed dependency on 1.6 in tests 2010-09-16 13:51:54 -07:00
Mark Fisher
0967c93fc0 INT-1459 added namespace support for 'converter' on payload-serializing and payload-deserializing transformers 2010-09-16 13:44:50 -07:00
Oleg Zhurakousky
d5cb033c60 INT-1456, removed spring-tx dependency from MessagingTemplate 2010-09-15 21:38:00 -04:00
Iwein Fuld
d1eebf9371 INT-1339: removed mark message to keep MessageGroup interface immutable 2010-09-15 20:45:04 +02:00
Oleg Zhurakousky
d40ce03e85 removed accidently typed in comment in MPI 2010-09-15 13:53:27 -04:00
Oleg Zhurakousky
b2533c0788 INT-1431, added SimpleMessageProducingHandlerMonitor to maintain semantics of some MessageHandlers also being MessageProducers 2010-09-15 13:50:16 -04:00
Oleg Zhurakousky
2e18ed6b11 INT-1371, added test for advice chain within the chain with TX, made spring-tx an optional depenency in template.mf 2010-09-15 11:06:16 -04:00
Oleg Zhurakousky
65a2f2462a INT-1371, made spring-tx dependency optional 2010-09-15 10:26:07 -04:00
Mark Fisher
45d266972f INT-1193 Added namespace support for JSON transformers 2010-09-14 17:47:51 -07:00
Mark Fisher
46c52f1b81 INT-1026 Added initial implementation of JSON transformers. 2010-09-14 17:31:12 -07:00
Iwein Fuld
2d5a9dde49 INT-1339: Added support for partial completion for disordered sequences.
- Added markMessageFromGroup to MessageGroup interface
- made ResequencingMessageGroupProcessor return the partial sequence that was processed
- removed obsolete test
- refactored CorrelatingMessageHandler to deal with the partially processed sequence properly

Still it is needed to remove the release-strategy attribute from the namespace to avoid confusion.
2010-09-14 16:58:48 +02:00
Iwein Fuld
4c193a217c INT-1339: Added testcases enforcing the desired behavior 2010-09-14 16:58:48 +02:00
Dave Syer
6233647a54 INT-1437: push sequence details into message builder
INT-1420: add javadocs
2010-09-14 07:43:51 +01:00
Iwein Fuld
aae01dc3d5 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
Conflicts:
	spring-integration-core/src/main/java/org/springframework/integration/splitter/AbstractMessageSplitter.java
2010-09-13 22:12:35 +02:00
Iwein Fuld
95e1230238 QUALITY: Reorder code in AbstractMessageSplitter 2010-09-13 22:06:56 +02:00
Oleg Zhurakousky
f964f74f4e INT-1448, INT-1442 accepted changes by Iwein, added small refactoring to AbstractMessageSplitter, added support for 'requires-reply' attribute, added test cases' 2010-09-13 15:57:57 -04:00
Mark Fisher
f454378013 INT-1412 added async send methods to AsyncMessagingOperations and AsyncMessagingTemplate 2010-09-13 13:10:53 -04:00
Iwein Fuld
014ba8d8f2 INT-1442: Added check for empty collection to AbstractMessageSplitter.
- also introduced testcase based on suggestion from Jettro (see issue)
- leaving a TODO for the awkwardly placed return statement (AbstractMessageSplitter needs more rigorous cleanup which I'll tackle separately)
2010-09-13 14:54:31 +02:00
Iwein Fuld
0c247c3a84 INT-1443: Reduce complexity and remove duplication in CorrelatingMessageBarrier
- factored out completeGroup and expireGroup methods
- cleaned up imports
- some formatting
- added javadoc to CorrelationStrategy

Note on the CorrelationStrategy changes:
According to Postel's law it is right for the CorrelatingMessageHandler to do a null check for the result of the CorrelationStrategy, but it is also a good idea to throw a more meaningful exception from the strategy itself. We cannot enforce this in the contract without inconveniencing the users, so we don't.
2010-09-12 12:55:45 +02:00
Iwein Fuld
97ca31d68d INT-988 Added ignored test case. To reproduce bug:
- remove @Ignore
  - put breakpoint in PropertyOrFieldReference (line 167)
  - step through
2010-09-10 13:47:28 +02:00
Dave Syer
9d22d8abce INT-1347: move sequence details to MessageBuilder so they can be shared by router and splitter 2010-09-10 10:44:25 +01:00
ozhurakousky
7df4425c41 INT-1427, made dependency on 'org.springframework.commons' optional 'resolution:=optional' 2010-09-06 20:39:07 -04:00
Chris Beams
5fd539ca5b Fix manifests missing spring-commons imports (INT-1427) 2010-09-06 22:03:48 +02:00
Chris Beams
2d88bdd2e8 Increment versions to 2.0.0.BUILD-SNAPSHOT 2010-09-03 20:12:54 +00:00
Chris Beams
f4efc62ca7 Increment versions to 2.0.0.M7 2010-09-03 18:23:12 +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
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
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
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