Commit Graph

3390 Commits

Author SHA1 Message Date
David Syer
829d6efc08 Fix compiler warnings and move docbook build to a profile 2010-07-27 12:54:18 +00:00
David Syer
c4fe3b2076 Fix warnings in test case 2010-07-27 12:53:55 +00:00
Mark Fisher
8abd108e6b adding flow.prefs in .settings 2010-07-27 12:48:27 +00:00
Mark Fisher
5a854aec24 INT-1274 JMS inbound adapter parsing now properly handles 'request-pub-sub-domain' for <inbound-gateway> and 'pub-sub-domain' for <message-driven-channel-adapter> 2010-07-27 12:29:34 +00:00
Mark Fisher
9cbef4f13c INT-1275 added sleep to test for accuracy 2010-07-27 12:07:10 +00:00
David Syer
1fafb5b9e9 INT-1272: add provided scope to jms pom 2010-07-27 11:58:43 +00:00
Mark Fisher
aad7ac9612 INT-1275 PriorityChannel now works properly with timeout values 2010-07-27 11:51:10 +00:00
Oleg Zhurakousky
6bc6063772 INT-1257 code polishing 2010-07-27 05:56:12 +00:00
Mark Fisher
f022271db5 INT-1214 The 'header-mapper' attribute is now available for the http outbound-gateway and outbound-channel-adapter 2010-07-27 05:03:17 +00:00
Mark Fisher
b759d827fa INT-1245, INT-1256 tests for HttpRequestHandlingController 2010-07-27 04:54:52 +00:00
Mark Fisher
32adc1fb8b INT-1245, INT-1256 test for HttpRequestHandlingMessagingGateway 2010-07-27 04:36:18 +00:00
Mark Fisher
2f746dd6bb INT-1245, INT-1256 renamed conversionTargetType to requestPayloadType and added javadoc 2010-07-27 04:35:40 +00:00
Mark Fisher
619430ed5c INT-1245, INT-1256 javadoc 2010-07-27 04:33:58 +00:00
Mark Fisher
bc56173725 INT-1245, INT-1256 removed old HttpInboundEndpoint 2010-07-27 04:31:07 +00:00
Oleg Zhurakousky
56f6453a8e INT-1257, INT-1258 Created MessageHistoryAwareMessageHandler to wrap MessageHandlers to support MessageHistoryWriter (only if present). Changes to reflect on INT-CR-23. Added Namespace support <message-history/> , test cases and javadocs 2010-07-27 04:27:16 +00:00
Josh Long
f8fe580339 updating the XMPP documentation a bit to start to talk about the presence adapters. 2010-07-27 03:19:13 +00:00
Mark Fisher
9273d2243d INT-1245, INT-1256 moved namespace support from old HttpInboundEndpoint to new HttpRequestHandlingMessagingGateway or, if the 'view-name' is present, HttpRequestHandlingController 2010-07-27 03:16:17 +00:00
Mark Fisher
d5ef6c9df5 INT-1245, INT-1256 added setSupportedMethodNames() method and now the conversionTargetType is null by default with "text/*" Content-Type mapping to String as a default and byte[] otherwise (if conversionTargetType has not been set explicitly) 2010-07-27 03:11:41 +00:00
Mark Fisher
d0d780c577 INT-1245, INT-1256 SerializingHttpMessageConverter is restricted to only the application/x-java-serialized-object media type 2010-07-27 03:02:38 +00:00
Gary Russell
b6745a33bc ip doc polish 2010-07-27 02:58:48 +00:00
Mark Fisher
02766517ff extended MockHttpServletRequest and MockHttpServletResponse so that the "Content-Type" header is set in a way that it can be read from the ServletServerHttpRequest and ServletServerHttpResponse instances 2010-07-27 02:20:22 +00:00
Gary Russell
787b76f480 Re-Fix badly formed javadoc in HttpRequestHandlingController (causing build to fail). Previous fix removed bogus ) and solved the build problem but doc was still not good. 2010-07-27 01:57:12 +00:00
Gary Russell
a27b1862ac Fix badly formed javadoc in HttpRequestHandlingController (causing build to fail) 2010-07-27 01:51:08 +00:00
Gary Russell
d2d6fc191d INT-1269 Docs for Refactored Tcp Adapters 2010-07-27 01:27:37 +00:00
Mark Fisher
2eea14ebd6 fixed javadoc link 2010-07-27 00:56:36 +00:00
Gary Russell
5246820bb6 INT-1269 Remove default="false" from using-direct-buffers - N/A for java.net 2010-07-27 00:47:53 +00:00
Gary Russell
f5d6e0480b INT-1269 Missing using-direct-buffers Attribute 2010-07-27 00:29:20 +00:00
Josh Long
eef7883e56 updating the XMPP documentation a bit to start to talk about the presence adapters. 2010-07-27 00:28:27 +00:00
Gary Russell
3164013efb INT-1120 INT-1269 Javadoc polish 2010-07-26 23:55:52 +00:00
Gary Russell
da6f7bb9e0 Fix Timing Problem with JmsDestinationBackedMessageTests - Wait for Listener Container Consumer Registration 2010-07-26 23:54:07 +00:00
Mark Fisher
e7baca7797 removed unused class 2010-07-26 23:41:17 +00:00
Mark Fisher
c0718ab747 INT-1245, INT-1256 post-processing request in finally block 2010-07-26 22:42:32 +00:00
Mark Fisher
19b1ab5fd6 INT-1245, INT-1256 shifting balance between sub-classes and base 2010-07-26 22:38:24 +00:00
Mark Fisher
ef25896a9a INT-1245, INT-1256 factored out common request-handling code to a base support class so that we can provide both MVC Controller and simple HttpRequestHandler implementations that rely on the common functionality in the base class 2010-07-26 21:28:28 +00:00
Gary Russell
46bc422174 INT-1269 Refactor TCP Adapters to Separate Out Connection Factories - Docs to Follow 2010-07-26 20:54:51 +00:00
Mark Fisher
bdc49cb25f INT-1268 renamed <publisher> to <scheduled-producer> 2010-07-26 20:19:42 +00:00
Gary Russell
93623538e8 INT-1120 Generalize serialization strategy to enable serialization implementations to be usable from transformers and when streaming is required. 2010-07-26 19:12:20 +00:00
Mark Fisher
eb640e571a INT-1261 "http" is now included in componentType name 2010-07-26 18:32:04 +00:00
Mark Fisher
d3a85c6b02 INT-1214 HttpRequestHandlingMessagingGateway now uses DefaultHttpHeaderMapper by default but exposes a setter for other implementations of HeaderMapper<HttpHeaders> 2010-07-26 18:17:43 +00:00
Mark Fisher
53ddea4b63 INT-1214 HttpRequestExecutingMessageHandler now uses DefaultHttpHeaderMapper by default but exposes a setter for other implementations of HeaderMapper<HttpHeaders> 2010-07-26 18:16:50 +00:00
Mark Fisher
4d28aefacb INT-1214 added DefaultHttpHeaderMapper 2010-07-26 18:15:02 +00:00
Mark Fisher
2181468aac INT-1242 updated DefaultMessageConverter so that it can return a payload object directly rather than always returning a Message. JmsDestinationPollingSource always copies headers. 2010-07-26 16:45:29 +00:00
Mark Fisher
e37d01c5fc INT-1257 removed 'this' from IntegrationObjectSupports message-history writing method 2010-07-26 11:42:39 +00:00
Mark Fisher
a06d4b44ee INT-1257 removed 'this' from IntegrationObjectSupports message-history writing method 2010-07-26 11:37:03 +00:00
Iwein Fuld
f2827ca74b QUALITY: cleanup after NioFileLockerTests fixed 2010-07-26 11:01:14 +00:00
Iwein Fuld
c6c3e9d107 QUALITY: cleaned up FileToChannelIntegrationTests 2010-07-26 11:01:09 +00:00
Iwein Fuld
67bcfec974 QUALITY: removing redundant file prefix 2010-07-26 11:01:00 +00:00
Iwein Fuld
8519b67460 INT-1262: changed FileWritingMessageHandler to work with File instead of Resource. 2010-07-26 11:00:51 +00:00
Iwein Fuld
f8c2266787 BUILD: added some files to .gitignore 2010-07-26 11:00:44 +00:00
Iwein Fuld
1a988f50e1 QUALITY: cleaned up test case 2010-07-26 11:00:41 +00:00