Commit Graph

3243 Commits

Author SHA1 Message Date
David Syer
dd102fa2e0 INT-1233: add sql-query-parameter-source support for JDBC inbound adapter 2010-07-10 12:00:41 +00:00
Josh Long
a6f2a8f60f Preliminary XMPP documentation. 2010-07-09 02:31:32 +00:00
Josh Long
6fc0ec0960 Removing an ugly System.out.println() call 2010-07-06 23:30:52 +00:00
David Syer
ccd7c9cd28 Add synch block to concurrent test 2010-07-06 05:41:24 +00:00
Mark Fisher
88b2798427 INT-1222 adding the spring-integration-xmpp module to the build/distribution process 2010-07-05 21:39:12 +00:00
Mark Fisher
862d27bb3d INT-1222 added @Ignore to all integration tests that depend on an XMPP server, etc. 2010-07-05 21:29:04 +00:00
Gary Russell
12bc7e4024 INT-1217 Move SocketIoUtils from ...util to ...tcp 2010-07-05 16:45:54 +00:00
Mark Fisher
8e8530b1fc INT-1222 moved the spring-integration-xmpp module from the sandbox to the trunk 2010-07-05 15:41:37 +00:00
Oleg Zhurakousky
00bca2d511 INT-1225. Set RRLBS as a default load-balancing strategy at the instance level of Direct/ExecutorChannel. Adjusted some of the tests 2010-07-04 19:47:12 +00:00
Mark Fisher
efd8857871 INT-578 added tests for dynamic recipient list router namespace support 2010-07-03 22:15:40 +00:00
Mark Fisher
1553df8a54 INT-578 adding namespace support for dynamic recipient list routers (using an expression) 2010-07-03 22:05:45 +00:00
Mark Fisher
d26c9eb197 INT-578 added test for RecipientListRouter with MessageSelectors 2010-07-03 21:04:16 +00:00
Mark Fisher
08928f9a80 added a 0 timeout for receive calls in test 2010-07-03 20:39:49 +00:00
Oleg Zhurakousky
682e8166eb INT-1223, INT-1226. The fix is temporary as we are considering refactoring of ARPMH and supporting classes (see INT-1227), however test cases are now in place to aid in refactoring efforts 2010-07-03 12:56:42 +00:00
Mark Fisher
5d154e11d7 removed System.out print statement accidentally left in from dev/debug 2010-07-01 02:52:18 +00:00
Oleg Zhurakousky
9ee6785161 INT-500, updated schema docs for 'message-converter' 2010-06-29 20:29:20 +00:00
Oleg Zhurakousky
b20faff713 INT-1220, added documentation for outbound-channel-adapter 2010-06-28 18:49:03 +00:00
Oleg Zhurakousky
0000aa2cfe INT-1221, Added test for pollable channel with executor 2010-06-28 18:37:16 +00:00
Oleg Zhurakousky
599bff36cb INT-1221, added namespace support for outbound-channel-adapter 2010-06-28 18:20:03 +00:00
Oleg Zhurakousky
54f7058f83 INT-1220 updated documentation for Application Event inbound adapter 2010-06-28 16:36:20 +00:00
Oleg Zhurakousky
6c402903e6 INT-1221, Added namespace support for ApplicationContextEvent Adapters 2010-06-28 16:18:21 +00:00
Oleg Zhurakousky
234c44f335 INT-1188, moved to the sandbox for further investigation. 2010-06-28 14:17:34 +00:00
Chris Beams
eb3793fbbc excluding target from spring-integration-samples during assembly process 2010-06-25 19:40:00 +00:00
Mark Fisher
14aae355f4 Incrementing poms to 2.0.0.BUILD-SNAPSHOT 2010-06-25 19:31:03 +00:00
Mark Fisher
6639886948 Releasing 2.0.0.M5 2010-06-25 18:52:36 +00:00
Mark Fisher
26c8124bcf fixed dir path in example 2010-06-25 17:32:34 +00:00
Mark Fisher
c40370ad7d added spring-integration-jmx dep in parent 2010-06-25 17:06:30 +00:00
Mark Fisher
fc1d6854d7 using ws version property in pom 2010-06-25 17:05:39 +00:00
Mark Fisher
03703451cb pom structure 2010-06-25 16:59:46 +00:00
Mark Fisher
220d00d677 added spring-integration-stream and spring-integration-ws deps 2010-06-25 16:57:14 +00:00
Mark Fisher
df7b4eec6a added spring-integration-stream dep 2010-06-25 16:55:10 +00:00
Mark Fisher
b79c32be78 added spring-integration-ip dep 2010-06-25 16:48:17 +00:00
Mark Fisher
19d1b76d8d added spring-integration-stream and spring-integration-jmx deps 2010-06-25 16:47:09 +00:00
Mark Fisher
6bae5f6334 added stream dep 2010-06-25 16:25:40 +00:00
Mark Fisher
6bd9a69ffe added spring-integration-jms to the samples parent pom 2010-06-25 16:19:24 +00:00
Mark Fisher
02fc3c0b29 added spring-integration-stream dep 2010-06-25 16:13:13 +00:00
Mark Fisher
529a5e53ec moved spring-ws dep out of test scope 2010-06-25 16:09:17 +00:00
Mark Fisher
f617c0e678 updated spring-ws version to 1.5.9 in parent pom 2010-06-25 16:05:13 +00:00
David Syer
d818e8bc57 Fixed pom for clean build: parent must come first 2010-06-25 14:12:38 +00:00
Mark Fisher
54e7e2de4c the DefaultOutboundRequestMapper uses POST as the default http-method now... any changes in the adapter (via setter) will propagate 2010-06-25 14:11:28 +00:00
Mark Fisher
98909a6dc5 INT-1218 updated http adapter doc now that expectedResponseType is null by default 2010-06-25 13:30:55 +00:00
Mark Fisher
e03c21a8b8 INT-1218 expectedResponseType is now null by default, meaning that successful status codes will be the default payloads 2010-06-25 13:03:49 +00:00
Mark Fisher
a00a440075 updated for m5 2010-06-25 12:22:12 +00:00
Chris Beams
3ac9c0224a eliminated unnecessary repetition of <verision> from helloworld sample pom; it now inherits parent pom version just as all other samples do 2010-06-25 08:54:15 +00:00
Mark Fisher
39e7b7e6d6 updated readme 2010-06-25 07:31:21 +00:00
Oleg Zhurakousky
40926b0eb1 INT-904, INT-907 added documentation 2010-06-25 07:27:56 +00:00
Iwein Fuld
e204c3d93e removed FileLocker from locking package to resolve dependency tangle 2010-06-25 07:12:30 +00:00
Mark Fisher
2ddb984d0b added comment about http method and response type 2010-06-25 07:02:26 +00:00
Iwein Fuld
20ecd1a7db upgraded javadoc link from spring 3.0.2.RELEASE to 3.0.3.RELEASE 2010-06-25 06:17:28 +00:00
Mark Fisher
9c56ff320d INT-1215 added support for 'expect-response-type' attribute for outbound http adapters 2010-06-25 06:00:05 +00:00