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 |
|
Mark Fisher
|
19558b3fc3
|
updated AOP message publishing documentation for the 'payload' attribute which has replaced 'value'
|
2010-06-25 05:24:36 +00:00 |
|
Mark Fisher
|
9ec420a73e
|
INT-1209 updated documentation for the refactored HTTP adapters
|
2010-06-25 05:19:47 +00:00 |
|
Mark Fisher
|
54133e4415
|
added assertion for URI passed into constructor
|
2010-06-25 05:15:10 +00:00 |
|
Mark Fisher
|
34283feb88
|
removing empty packages
|
2010-06-25 04:52:53 +00:00 |
|
Mark Fisher
|
bfb158bbb6
|
moved XPathHeaderEnricher into the 'transformer' package
|
2010-06-25 04:50:47 +00:00 |
|
Mark Fisher
|
69cb492b78
|
INT-1055 all non-Spring Integration headers that contain String-typed values will be mapped into HttpHeaders (a more fine-grained strategy-driven approach is coming in M6: INT-1214)
|
2010-06-25 04:06:02 +00:00 |
|
Oleg Zhurakousky
|
1a4288580a
|
INT-904, INT-907 added tests
|
2010-06-25 04:01:32 +00:00 |
|
Mark Fisher
|
accedde988
|
INT-904, INT-907 updated error handling in sendAndReceive so that exceptionMapper is consulted for ErrorMessage payloads as well - in case an error occurred downstream in an asynchronous pipeline
|
2010-06-25 03:47:04 +00:00 |
|
Oleg Zhurakousky
|
fef67c7326
|
INT-904, INT-907 polishing, refactoring of AbstractMessagingGateway and ChannelPublishingJmsMessageListener
|
2010-06-25 02:55:42 +00:00 |
|
Oleg Zhurakousky
|
1e1c0e84b7
|
INT-904, INT-907 added exception mapper support to AbstractMessagingGateway, Changed ChannelPublishingMessageListener to extend form AbstractMesagingGateway, added namespace support, tests, etc...
|
2010-06-25 01:41:30 +00:00 |
|
Mark Fisher
|
c86e24cd34
|
INT-1212 added support for the "message-converters" (a ref to a list) attribute on <outbound-gateway> and <outbound-channel-adapter> elements in the http namespace
|
2010-06-25 00:19:50 +00:00 |
|
Mark Fisher
|
d3fde86be3
|
INT-1207 added support for the "http-method" attribute on <outbound-gateway> and <outbound-channel-adapter> elements in the http namespace
|
2010-06-24 23:03:50 +00:00 |
|
Mark Fisher
|
5f72f5768d
|
INT-1208
|
2010-06-24 22:52:58 +00:00 |
|
Mark Fisher
|
1363b2699e
|
INT-1206 the "url" attribute is now required on http:outbound-gateway
|
2010-06-24 22:21:33 +00:00 |
|
Mark Fisher
|
4f991b613f
|
INT-1205 committing removal of test
|
2010-06-24 21:17:55 +00:00 |
|
Iwein Fuld
|
f4ed920d06
|
INT-984: added file locking and scanner documentation
|
2010-06-24 21:14:40 +00:00 |
|
Iwein Fuld
|
886835b01c
|
INT-1174: added javadoc describing the difference between CMB and CMH
|
2010-06-24 21:14:38 +00:00 |
|
Mark Fisher
|
564860bde3
|
INT-1205 no longer throwing an exception when the $ prefix exists on a header being mapped from a gateway invocation
|
2010-06-24 20:55:00 +00:00 |
|
Mark Fisher
|
ceaf659c8f
|
INT-831, INT-861 added support for the <outbound-channel-adapter> element in the http namespace
|
2010-06-24 19:58:26 +00:00 |
|
Mark Fisher
|
c022a8d559
|
INT-831, INT-861 added 'expectReply' property to HttpRequestExecutingMessageHandler (default is true)
|
2010-06-24 19:16:52 +00:00 |
|
Mark Fisher
|
242370550c
|
INT-1203 JMS outbound-channel-adapter now properly configures the "message-converter" reference
|
2010-06-24 17:19:34 +00:00 |
|
Chris Beams
|
1a617b1281
|
added <repository/> elements as necessary to all sample projects (and sample parent pom) in order to facilitate checking out and building samples individually. Without these definitions, the samples will fail when trying to look up parent poms.
|
2010-06-24 16:57:52 +00:00 |
|
Marius Bogoevici
|
1354b808cc
|
Add support for 'trigger' attribute.
|
2010-06-24 13:35:35 +00:00 |
|
Mark Fisher
|
74619a4c8b
|
formatting
|
2010-06-24 12:54:27 +00:00 |
|
Oleg Zhurakousky
|
32b34ad47d
|
INT-1194, cleaned up import declarations
|
2010-06-24 12:51:58 +00:00 |
|
Oleg Zhurakousky
|
e07a8ace15
|
INT-1194, MOdified the ErrorMessage to allow for headers to be set as well as Message builder which builds Message as ErrorMessage if payload is of type Throwable
|
2010-06-24 12:46:50 +00:00 |
|
David Syer
|
d5d0857f22
|
INT-1033: add more docs for jdbc
|
2010-06-24 08:24:25 +00:00 |
|
David Syer
|
52ac01556d
|
INT-1033: add docs for jdbc
|
2010-06-24 07:54:49 +00:00 |
|
David Syer
|
4ed5ae919b
|
INT-1201: add support for nested queries
|
2010-06-24 07:54:47 +00:00 |
|