Commit Graph

5580 Commits

Author SHA1 Message Date
Oleg Zhurakousky
c5a54b77b2 polishing (removed block of commented code) 2010-07-19 04:10:26 +00:00
Oleg Zhurakousky
1d9acb24ea INT-1178, added <converter> namespace support 2010-07-19 04:09:51 +00:00
Oleg Zhurakousky
63a3eecc43 INT-1239 2010-07-19 04:08:07 +00:00
Oleg Zhurakousky
70788ee097 INT-1240 'operation name' and 'object name' is now required 2010-07-19 04:07:22 +00:00
Gary Russell
f331442974 ip doc polishing 2010-07-15 22:40:22 +00:00
David Syer
d0c10cce0e INT-1232: add Spring EL to OSGi template 2010-07-15 14:42:12 +00:00
David Syer
d3817cf123 INT-1232: renamed ParameterExtractor 2010-07-15 14:39:19 +00:00
David Syer
8311a10975 INT-1232: added ParameterMapper 2010-07-15 14:35:04 +00:00
Oleg Zhurakousky
5db5f5fb7a INT-1018 added namespace support for operation-invoking-outbound-gateway 2010-07-14 16:16:03 +00:00
Gary Russell
08d7b8c90e Doc Fix - TCP intro didn't talk about ob gateway 2010-07-13 18:48:41 +00:00
Mark Fisher
8b4438f567 added test scope for the spring-oxm dependency 2010-07-13 14:18:19 +00:00
Oleg Zhurakousky
f93fb31b17 polished AMQ test case so it won't fail when using embedded AMQ broker (sucks) 2010-07-13 13:37:47 +00:00
Oleg Zhurakousky
3f8d4914de INT-1236 polished docs 2010-07-13 13:25:42 +00:00
Oleg Zhurakousky
5eaa4f42fa INT-1236 added documentation for Object-to-Map and Map-to-Object transformer 2010-07-13 05:18:37 +00:00
Oleg Zhurakousky
eddfb1783a INT-1224 polishing 2010-07-13 04:17:41 +00:00
Oleg Zhurakousky
82e0d49703 INT-1224 Added documentation showing MarshallingMessageConverter 2010-07-13 04:09:10 +00:00
Oleg Zhurakousky
bbcfaba85c INT-1224 - added test-case sample for MarshallingMessageConverter 2010-07-13 04:08:18 +00:00
Oleg Zhurakousky
5ba0e2a02c added auto-generated folders/files to svn-ignore 2010-07-13 02:56:30 +00:00
Oleg Zhurakousky
b9f76bf566 INT-1219 removed old packages 2010-07-13 02:52:19 +00:00
Oleg Zhurakousky
c136edca01 INT-1219 removed old packages 2010-07-13 02:51:09 +00:00
Oleg Zhurakousky
d7d30e6c57 INT-1219 migrated Loanshark sample to 'samples' package hierarchy 2010-07-13 02:50:18 +00:00
Oleg Zhurakousky
959299ece4 INT-1219 removed old packages 2010-07-13 02:16:58 +00:00
Oleg Zhurakousky
550c93c955 INT-1224 migrated LB sample to 'samples' package hierarchy 2010-07-13 02:13:27 +00:00
Oleg Zhurakousky
7ec2138ae8 INT-1025 Added namespace support for both object-to-map-transformer and map-to-object-transformer 2010-07-13 01:52:10 +00:00
Josh Long
33d96b1fc1 Updating the XMPP adapter's documentation 2010-07-13 01:39:08 +00:00
Josh Long
d8ce87ae50 Updating the XMPP adapter's documentation 2010-07-13 01:34:10 +00:00
Josh Long
191fa2ec99 Updating the XMPP adapter's documentation 2010-07-13 01:32:53 +00:00
Josh Long
ce1b89a3de Updating the XMPP adapter's documentation 2010-07-13 01:32:18 +00:00
Gary Russell
9869ed403f Doc Changes for IP - task-executor 2010-07-13 00:08:41 +00:00
Oleg Zhurakousky
d97967b5a0 INT-1027, ObjectToMapTransformer now uses CycleDetector, added test 2010-07-12 22:53:36 +00:00
Oleg Zhurakousky
3fb3611b41 INT-1049 Added CycleDetector as transformer package-only visible class for now, added tests 2010-07-12 21:53:27 +00:00
Josh Long
4ad2b3c489 updating xmpp adapter docs 2010-07-12 20:29:44 +00:00
Gary Russell
699c10f1dd Increase timeout in BridgeParserTests - the poller runs every 3 seconds but we were only waiting 1 second; if we just miss a poll, we'll fail. 2010-07-12 19:21:29 +00:00
Gary Russell
3e9dd90f10 INT-1147 Allow socket handling Task Executors to be injected, allowing use of specific executors like WorkManagerTaskExecutor. 2010-07-12 19:01:18 +00:00
David Syer
6c779a1028 Exclude bogus dependency from spring security 2010-07-12 09:21:57 +00:00
Josh Long
332f85a2ef updating docs for xmpp adapters. 2010-07-12 08:19:49 +00:00
David Syer
79b72a3794 INT-1231: add support for max-rows-per-poll 2010-07-10 16:44:38 +00:00
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