Commit Graph

  • b3bba292db Remove stderr reference Dave Syer 2010-09-15 08:03:01 +01:00
  • 2ca4a8f347 Ignore failing test (timing sensitive in CI) as temporary measure Dave Syer 2010-09-15 08:00:06 +01:00
  • 45d266972f INT-1193 Added namespace support for JSON transformers Mark Fisher 2010-09-14 17:47:51 -07:00
  • 46c52f1b81 INT-1026 Added initial implementation of JSON transformers. Mark Fisher 2010-09-14 17:31:12 -07:00
  • 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 Iwein Fuld 2010-09-11 07:16:13 +02:00
  • 4c193a217c INT-1339: Added testcases enforcing the desired behavior Iwein Fuld 2010-09-10 20:32:27 +02:00
  • b024ece0fb Fix test (timeout was expected) Dave Syer 2010-09-14 08:33:34 +01:00
  • 1bef0f8c27 Ignore failing test and add TODO Dave Syer 2010-09-14 08:29:35 +01:00
  • df9e8aafc2 Add exception for timeout - easier to read failure in test Dave Syer 2010-09-14 08:01:14 +01:00
  • 6233647a54 INT-1437: push sequence details into message builder INT-1420: add javadocs Dave Syer 2010-09-14 07:43:51 +01:00
  • 965b51d2a6 INT-1363 JmsOutboundChannelAdapterParser now allows a JmsTemplate reference along with a Destination or destinationName (but the latter 2 are still mutually exclusive) Mark Fisher 2010-09-13 18:07:38 -04:00
  • bf0da16684 INT-1363 JmsDestinationPollingSource no longer extends from AbstractJmsTemplateBasedAdapter Mark Fisher 2010-09-13 17:54:50 -04:00
  • 44b6490cda INT-1363 JmsSendingMessageHandler no longer extends from AbstractJmsTemplateBasedAdapter Mark Fisher 2010-09-13 17:30:27 -04:00
  • 01cf5cfc18 INT-1363 separating Destination/destinationName from JmsTemplate configuration Mark Fisher 2010-09-13 16:50:46 -04:00
  • aae01dc3d5 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Iwein Fuld 2010-09-13 22:12:35 +02:00
  • 95e1230238 QUALITY: Reorder code in AbstractMessageSplitter Iwein Fuld 2010-09-13 22:06:56 +02:00
  • eea658deae Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Mark Fisher 2010-09-13 16:03:28 -04:00
  • 3109a78105 INT-1447 raising an error if any JmsTemplate attributes are set when an explicit 'jms-template' reference is also specified Mark Fisher 2010-09-13 16:01:59 -04:00
  • 7dbf096354 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-09-13 15:58:19 -04:00
  • f964f74f4e INT-1448, INT-1442 accepted changes by Iwein, added small refactoring to AbstractMessageSplitter, added support for 'requires-reply' attribute, added test cases' Oleg Zhurakousky 2010-09-13 15:57:57 -04:00
  • 62f80d822b removed System.out.println calls from tests Mark Fisher 2010-09-13 15:18:42 -04:00
  • 4db74cd558 INT-1440 the QoS properties are now only applied to JmsTemplate if it is not a referenced bean Mark Fisher 2010-09-13 15:06:25 -04:00
  • f7bca5e9ba INT-1440 the QoS properties are now only applied to JmsTemplate if it is not a referenced bean Mark Fisher 2010-09-13 15:05:10 -04:00
  • e5f67740e4 INT-1254, fixed parent pom and security pom to pick up version of spring security from parent definition Oleg Zhurakousky 2010-09-13 14:51:45 -04:00
  • f454378013 INT-1412 added async send methods to AsyncMessagingOperations and AsyncMessagingTemplate Mark Fisher 2010-09-13 13:10:53 -04:00
  • 7fc8de4a78 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Iwein Fuld 2010-09-13 14:55:48 +02:00
  • 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) Iwein Fuld 2010-09-13 14:50:01 +02:00
  • bba02133d6 fixed a compiler error. Josh Long 2010-09-12 14:14:31 -07:00
  • 6c959e6010 fixing issues related to fileType not propagating in the ftp handler Josh Long 2010-09-12 13:06:01 -07:00
  • 86fafd0002 INT-1433 fixing some bugs in the SFTP adapter reported by John Norton. the problems were mainly inconsistant propagation of a javabean property through the xsd and namespace handler, and failure to close input/outputstreams in the sftps synchronizer. Josh Long 2010-09-12 12:41:37 -07:00
  • 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 Iwein Fuld 2010-09-12 09:18:42 +02:00
  • 97ca31d68d INT-988 Added ignored test case. To reproduce bug: - remove @Ignore - put breakpoint in PropertyOrFieldReference (line 167) - step through Iwein Fuld 2010-09-10 13:47:28 +02:00
  • b0a54a813d added idea artifacts to .gitignore Iwein Fuld 2010-09-10 13:38:59 +02:00
  • 9d22d8abce INT-1347: move sequence details to MessageBuilder so they can be shared by router and splitter Dave Syer 2010-09-10 10:44:25 +01:00
  • 553f39b992 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Dave Syer 2010-09-10 07:04:55 +01:00
  • 0bfa8c81bc ading files Josh Long 2010-09-09 03:13:34 -07:00
  • 7fb9322122 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Oleg Zhurakousky 2010-09-08 16:10:24 -04:00
  • 23dd0a86b8 INT-1436, modified 'should-mark-messages-as-read' tobe only 'true' by default for IMAP and completely ignored for other mail protocols Oleg Zhurakousky 2010-09-08 16:09:14 -04:00
  • a7a6624186 INT1434 Remove parent pom from loanshark Gary Russell 2010-09-08 10:31:49 -04:00
  • 6006ffdb13 fixed the configuration.xml doc file ozhurakousky 2010-09-08 01:18:45 -04:00
  • a5938b0fb3 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration ozhurakousky 2010-09-08 01:10:24 -04:00
  • 8706143b89 INT-1426, removed references to @MessageMapping annotation ozhurakousky 2010-09-08 01:09:59 -04:00
  • e231111d80 INT-1434 Update to Roo 1.1.0.M3 Gary Russell 2010-09-07 21:05:13 -04:00
  • 04dbe63366 INT-1420: add javadocs Dave Syer 2010-09-07 10:24:53 +01:00
  • e1704c6267 INT-1429: tidy up JMX - rename some classes and add Statistics abstraction - INT-1429: rename SimpleChannelMonitor Dave Syer 2010-09-07 08:22:14 +01:00
  • ca1f4869e4 Weaken assertion some more to prevent ci failing Dave Syer 2010-09-04 07:59:09 +01:00
  • 7df4425c41 INT-1427, made dependency on 'org.springframework.commons' optional 'resolution:=optional' ozhurakousky 2010-09-06 20:39:07 -04:00
  • 5fd539ca5b Fix manifests missing spring-commons imports (INT-1427) Chris Beams 2010-09-06 22:03:48 +02:00
  • a30bd927e8 updated code to support building against activiti repositories. Josh Long 2010-09-04 22:23:48 -07:00
  • 4e2d056786 Merge branch 'master' into activiti Josh Long 2010-09-04 18:57:06 -07:00
  • 95ea2d54ee adding a lot of simple examples of the activiti gateway support. Josh Long 2010-09-04 18:53:18 -07:00
  • 46d9ead135 modified .classpath to not point to empty directories resulting in projects marked with errors ozhurakousky 2010-09-04 08:34:33 -04:00
  • 704aef31f5 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration ozhurakousky 2010-09-04 08:08:48 -04:00
  • 22e3b6e369 testing new file ozhurakousky 2010-09-04 08:05:48 -04:00
  • 095e941c9a created readme.txt ozhurakousky 2010-09-04 08:02:46 -04:00
  • 79b85955a4 test commit ozhurakousky 2010-09-04 07:54:39 -04:00
  • beafd5566c Polish whitespace and comments in pom files Chris Beams 2010-09-04 13:24:25 +02:00
  • f9e061a6c7 adding the sandbox project for spring-integration-activiti Josh Long 2010-09-03 21:56:13 -07:00
  • 38cc72ac6b Add missing <plugins> tag in <profile> declarations Chris Beams 2010-09-03 20:20:15 +00:00
  • a97bf871e5 Move upload-dist into milestone and release profiles (INT-1388) Chris Beams 2010-09-03 20:12:56 +00:00
  • 2d88bdd2e8 Increment versions to 2.0.0.BUILD-SNAPSHOT Chris Beams 2010-09-03 20:12:54 +00:00
  • 7d73117d7a updates for m7 release Mark Fisher 2010-09-03 18:56:05 +00:00
  • f4efc62ca7 Increment versions to 2.0.0.M7 Chris Beams 2010-09-03 18:23:12 +00:00
  • 167968fd41 INT-1400 updated sample parent pom to version 1.0.0.M1 for commons-serializer Mark Fisher 2010-09-03 18:09:16 +00:00
  • 69b4d10646 updated samples README to mention Maven 2.2 (not 2.1) Mark Fisher 2010-09-03 17:52:07 +00:00
  • 503f3ad797 INT-1422 updated http docs for M7 Mark Fisher 2010-09-03 16:53:03 +00:00
  • 0f6466841d INT-1421 - actually did fixed the bug in test Oleg Zhurakousky 2010-09-03 16:50:05 +00:00
  • dbf66605d9 INT-1421 - fixed the bug in test Oleg Zhurakousky 2010-09-03 16:41:46 +00:00
  • 74c6ef95ec INT-1421 - changed to use PatternMatchUtils Oleg Zhurakousky 2010-09-03 16:26:11 +00:00
  • 3e9c6545e0 edits in gateway doc Mark Fisher 2010-09-03 15:52:13 +00:00
  • 7d98d155a7 Fix XML ids David Syer 2010-09-03 15:49:46 +00:00
  • c503fad95e typos Mark Fisher 2010-09-03 15:41:47 +00:00
  • f2ed075db7 INT-1420: re-org of existing docs David Syer 2010-09-03 15:36:20 +00:00
  • 13b46448bf updated readme for correct samples dir name Mark Fisher 2010-09-03 15:33:38 +00:00
  • b131574b3e INT-1419 -added async-gateway to a POM Oleg Zhurakousky 2010-09-03 15:17:18 +00:00
  • 213a50a177 INT-1419 -added documentation for async gateway support Oleg Zhurakousky 2010-09-03 15:10:58 +00:00
  • be36d266a3 INT-1419 - finally adding it to the right directory Oleg Zhurakousky 2010-09-03 15:08:40 +00:00
  • c2fa737778 INT-1419 Oleg Zhurakousky 2010-09-03 15:07:42 +00:00
  • 50eea10502 INT-1419 - changing structure Oleg Zhurakousky 2010-09-03 14:27:25 +00:00
  • 13f85cfb5a INT-1419 - changed the name to async-gateway Oleg Zhurakousky 2010-09-03 14:25:01 +00:00
  • 0e5ddbdbf8 INT-1419 - adding sample of Gateway with Futures Oleg Zhurakousky 2010-09-03 14:18:07 +00:00
  • 9fe6b261b5 INT-1419 - Initial import of Gateway with Futures sample Oleg Zhurakousky 2010-09-03 14:15:38 +00:00
  • 631ff51e1a tweak test to be more forgiving in CI load David Syer 2010-09-03 14:01:09 +00:00
  • 2e4f1e5b5e INT-1418: add control-bus David Syer 2010-09-03 13:39:49 +00:00
  • 3f390274db INT-1408, added changes based on Luke's comments Oleg Zhurakousky 2010-09-03 13:32:15 +00:00
  • c00c75d5d5 INT-1413 - added setting to disable workspace resolution Oleg Zhurakousky 2010-09-03 13:10:16 +00:00
  • 4c3287d2c3 INT-1416: replace control-bus with mbean-exporter David Syer 2010-09-03 12:39:00 +00:00
  • c7cfa6fdbc Ignore test suite David Syer 2010-09-03 12:38:55 +00:00
  • 4e7d8da749 INT-1265: fix tests in suite David Syer 2010-09-03 12:02:59 +00:00
  • 53f975311a INT-1265, INT-1266, INT-1267: create new mbean exporter and move monitoring to there David Syer 2010-09-03 12:02:54 +00:00
  • 69b296443a updating readme and changelog for 2.0 M7 Mark Fisher 2010-09-03 06:22:59 +00:00
  • 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) Mark Fisher 2010-09-03 05:40:09 +00:00
  • 2f5dc0c202 INT-1306 renamed AbstractMessagingGateway to MessagingGatewaySupport Mark Fisher 2010-09-03 04:02:49 +00:00
  • 400832836d INT-1246, edited the XML based configuration and added a section for @Publisher being a meta-annotation Oleg Zhurakousky 2010-09-03 03:10:54 +00:00
  • 4677615b5a moved MessagingTemplateTests into core package from channel (since MessagingTemplate itself has moved) Mark Fisher 2010-09-03 03:02:58 +00:00
  • 8a6ba97c1f INT-943 added support for Future return types on Gateway interface methods Mark Fisher 2010-09-03 03:00:09 +00:00
  • b816ac7d44 INT-1411 added tests for asyncConvertSendAndReceive operations with MessagePostProcessor Mark Fisher 2010-09-03 00:48:19 +00:00
  • cd4bc04801 INT-1411 added tests for asyncReceiveAndConvert operations Mark Fisher 2010-09-03 00:40:56 +00:00
  • 9e4a84257b INT-1411 added tests for asyncReceive operations Mark Fisher 2010-09-03 00:37:43 +00:00
  • e600243ea8 INT-1411 added test for cancellation Mark Fisher 2010-09-03 00:13:03 +00:00