Oleg Zhurakousky
|
8ee0af309f
|
INT-1753, INT-1754 added support for returning HttpStatus as MessageHeader rehgardles of the payload to the Http Outbound Gateway. Added support forreturning with HttpStatus set by downstream endpoint to Http Inbound Gateway
|
2011-01-19 20:31:05 -05:00 |
|
Oleg Zhurakousky
|
52a1439991
|
INT-1739 fixed HttpRequestHandlingEndpointSupport to call close() on ServletServerHttpResponse to make sure that mapped headers are written to the response
|
2011-01-18 19:02:15 -05:00 |
|
Mark Fisher
|
c52df8fb8c
|
INT-1722 renamed the 'userDefinedPrefix' property to 'userDefinedHeaderPrefix' for clarity since it is a prefix for user-defined headers (rather than emphasizing 'user-defined' as an adjective for the prefix itself)
|
2011-01-17 17:22:49 -05:00 |
|
Mark Fisher
|
ef93a8c207
|
polishing
|
2011-01-17 16:43:14 -05:00 |
|
Oleg Zhurakousky
|
c63094492b
|
javadocs polishing in DefaultHttpHeaderMapper
|
2011-01-17 15:17:59 -05:00 |
|
Oleg Zhurakousky
|
893d749907
|
general poslihing in tests for FTP/SFTP and javadocs polishing in DefaultHttpHeaderMapper
|
2011-01-17 15:08:09 -05:00 |
|
Oleg Zhurakousky
|
a7de2656bd
|
INT-1722 exposed userDefinedPrefix as configurable property of the DefaultHttpHeaderMapper
|
2011-01-17 14:49:06 -05:00 |
|
Oleg Zhurakousky
|
f18392b34b
|
INT-1740 added debug-level logging to DefaultHttpHeaderMapper
|
2011-01-12 17:09:27 -05:00 |
|
Oleg Zhurakousky
|
c979dd63e7
|
INT-1734 polishing DefaultHttpHeaderMapper
|
2011-01-05 16:18:09 -05:00 |
|
Oleg Zhurakousky
|
3bc9c5d20d
|
INT-1734 updated DefaultHttpHeaderMapper with case-insensitive checks for header names
|
2011-01-05 15:47:54 -05:00 |
|
Mark Fisher
|
f5228728e0
|
INT-1679 the HttpStatus enum instance from the reply is now copied to the MessageHeaders of a reply when there is a response body
|
2010-12-12 19:58:28 -05:00 |
|
Mark Fisher
|
28d5205970
|
INT-1681 The values 'HTTP_REQUEST_HEADERS' and 'HTTP_RESPONSE_HEADERS' are now 'patterns' for matching standard headers in DefaultHttpHeaderMapper
|
2010-12-12 17:24:00 -05:00 |
|
Mark Fisher
|
37553b6e5f
|
INT-1680 DefaultHttpHeaderMapper now supports simple pattern matching for the inboundHeaderNames and outboundHeaderNames
|
2010-12-12 16:42:50 -05:00 |
|
Oleg Zhurakousky
|
9a714528e6
|
polishing, got rid of warining markers HTTP, XMPP
|
2010-12-10 12:25:19 -05:00 |
|
Mark Fisher
|
9aaf6beed5
|
INT-1662 closed a few gaps in functionality (handing arrays of certain types, comma-delimited Strings, etc)
|
2010-12-10 10:06:20 -05:00 |
|
Oleg Zhurakousky
|
d15bac2a0f
|
INT-1662 added tests for custom headers 'X-'
|
2010-12-08 15:12:27 -05:00 |
|
Oleg Zhurakousky
|
a78402bb2c
|
INT-1662 changed from Uri to URI
|
2010-12-08 14:53:06 -05:00 |
|
Oleg Zhurakousky
|
89e11fc6b4
|
polishing, added license header
|
2010-12-08 14:24:15 -05:00 |
|
Oleg Zhurakousky
|
cdb3be5ea2
|
INT-1662 added FROM tests to support this issue
|
2010-12-08 14:17:10 -05:00 |
|
Mark Fisher
|
3775efc616
|
whitespace
|
2010-12-07 19:16:29 -05:00 |
|
Mark Fisher
|
352964ee2a
|
INT-1662 DefaultHttpHeaderMapper now supports standard HTTP Headers
|
2010-12-07 19:14:59 -05:00 |
|
Mark Fisher
|
616d44a290
|
removed unused import
|
2010-12-02 19:57:27 -05:00 |
|
Mark Fisher
|
bdab24a6b0
|
INT-1657, INT-1658 outbound http adapters now use an explicitly mapped 'Content-Type' header and only fallback to determining the header value from payload type. Also fixed a casting issue in the MultiValueMap conversion code.
|
2010-12-02 19:50:21 -05:00 |
|
Mark Fisher
|
f3e854b10c
|
INT-1568 removed the MessageHeaders.PREFIX constant since it's no longer necessary. Also added @ManagedOperation to the IntegrationMBeanExporter's getChannelSendRate(..) method.
|
2010-11-18 00:03:58 -05:00 |
|
Mark Fisher
|
1df19858b3
|
moved test code to correspond to refactored package structure
|
2010-11-05 18:23:56 -04:00 |
|
Mark Fisher
|
0c89067687
|
refactored package structure, added: inbound, outbound, converter, multipart, and support
|
2010-11-05 18:21:30 -04:00 |
|
Mark Fisher
|
d9eafee19b
|
removed unused code, and got rid of warnings
|
2010-11-05 18:01:54 -04:00 |
|
Mark Fisher
|
be20d1a8ae
|
INT-1551 replaced SimpleBeanResolver with BeanFactoryResolver. SimpleBeanResolver was a stop-gap solution and has now been removed.
|
2010-10-28 15:32:25 -04:00 |
|
Josh Long
|
e44f9a6e31
|
cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547
|
2010-10-23 17:18:22 -07:00 |
|
Mark Fisher
|
8737d46c6e
|
INT-1382 added support for 'expression' sub-elements in the core schema
|
2010-10-12 19:12:37 -04:00 |
|
Mark Fisher
|
b55a54729e
|
INT-1504 added support for 'error-handler' attribute on HTTP outbound adapters (for the ResponseErrorHandler on the underlying RestTemplate)
|
2010-10-08 11:11:31 -04:00 |
|
Oleg Zhurakousky
|
28b482c25d
|
INT-1481, consolidated old and new tests, added more tests to validate the exchange with RestTemplate for all supported Content-Types and paylod combinations (e.g, Arrays, primitives collection maps etc.)
|
2010-09-27 18:39:18 -04:00 |
|
Oleg Zhurakousky
|
6cc180bd2f
|
INT-1481, added test for primitive arrays
|
2010-09-27 16:27:38 -04:00 |
|
Oleg Zhurakousky
|
db10a4cbca
|
INT-1481, final polishing, renamed convertMultipart method
|
2010-09-27 16:02:28 -04:00 |
|
Oleg Zhurakousky
|
a6fb411d62
|
INT-1481, final polishing, removed import
|
2010-09-27 15:56:10 -04:00 |
|
Oleg Zhurakousky
|
9af4244471
|
INT-1481, final polishing
|
2010-09-27 15:55:39 -04:00 |
|
Oleg Zhurakousky
|
a10f547269
|
INT-1481, more refactoring, added MVP generation only if applicable content-type oherwise payload is untouched
|
2010-09-27 15:48:14 -04:00 |
|
Oleg Zhurakousky
|
0bed56e780
|
INT-1481, added support for serialized content type, mroe refactoring and test cases
|
2010-09-27 15:01:39 -04:00 |
|
Oleg Zhurakousky
|
b131953ed7
|
INT-1481, added support for multipart/form-data content type to outbound http adapters
|
2010-09-27 12:29:24 -04:00 |
|
Mark Fisher
|
26f4c341a7
|
removing cycle between context and util
|
2010-09-24 16:56:24 -04:00 |
|
Oleg Zhurakousky
|
0be4d2ef60
|
INT-1263, more MessageHistory related changes
|
2010-09-22 22:18:45 -04:00 |
|
Oleg Zhurakousky
|
b6e058c59b
|
INT-1263, added more changes and tests related valdating MessageHistory in every module
|
2010-09-22 18:44:51 -04:00 |
|
Oleg Zhurakousky
|
c4d31af848
|
INT-1257, added tests and minor modification to support MessageHistory in MAIL, JDBC, IP, HTTP modules
|
2010-09-21 22:15:37 -04:00 |
|
Mark Fisher
|
2f5dc0c202
|
INT-1306 renamed AbstractMessagingGateway to MessagingGatewaySupport
|
2010-09-03 04:02:49 +00:00 |
|
David Syer
|
754b9a198d
|
INT-1347: add convertExceptions to request handler and error-key/code to controller
|
2010-09-01 17:23:23 +00:00 |
|
Mark Fisher
|
3b15a0dd38
|
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
|
2010-08-31 02:51:27 +00:00 |
|
Mark Fisher
|
7c1ab04cd5
|
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
|
2010-08-31 01:53:45 +00:00 |
|
Mark Fisher
|
b6aa9edbd7
|
INT-1350, INT-1356 added namespace support for 'mapped-request-headers' on the HTTP <outbound-gateway> and <outbound-channel-adapter> elements as well as 'mapped-response-headers' on the the <outbound-gateway>
|
2010-08-17 23:47:35 +00:00 |
|
Jeremy Grelle
|
933c8e42f0
|
Making the inbound/outbound header mapping strategy symmetrical.
|
2010-08-17 16:37:33 +00:00 |
|
Mark Fisher
|
57d5e5c400
|
INT-1350 Now checking if the prefix "X-" is already in place before adding it.
|
2010-08-17 01:00:01 +00:00 |
|