Commit Graph

164 Commits

Author SHA1 Message Date
Mark Fisher
19bad23055 Setters now expect a Map with Expression values 2011-09-29 13:47:11 -04:00
Mark Fisher
331e503e9d Removed hardcoded "restTemplate" references. 2011-09-26 07:55:49 -04:00
Mark Fisher
b4c210691c polishing 2011-09-02 16:01:37 -04:00
Oleg Zhurakousky
581f21f3eb INT-1677 changed uriVariables to pathVariables, added parameterMap and parameters as well as HttpEntity to the EvauationContext 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
c07d62dadb INT-1677 removed requirement for anID, polished schema, added more tests, tested with server 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
a6c85c1dd9 INT-1677 finished the namespace support for payload-expression attribute and header sub-element, added parser test 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
90a5936803 INT-1677 updated 2.1 schema with new 'payload-expression' attribute as well as 'header' element. Polished UriPathHandlerMapping to address comments from the review 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
7b1b273393 INT-1677 added UriPathHandlerMapping to aid ini support of 'path' attribute 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
75b32e1022 INT-1677 fixed thread safety for EvaluatioinContext since it has to be created per request due to the fact that we are adding request data to it 2011-09-02 14:08:36 -04:00
Oleg Zhurakousky
224db99c15 INT-1677 added support for expressions 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
897bc887a1 INT-1677 work in progress 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
ff423b1336 INT-1677 polished test 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
bff8c9a9e6 INT-1677 added initial spell support for extracting Request data 2011-09-02 14:08:35 -04:00
Oleg Zhurakousky
37f25dff40 INT-1677 added initial support for mapping inbound variables to Http Inbound Gateway 2011-09-02 14:08:35 -04:00
Mark Fisher
9a1f72b95a INT-2099 upgraded to Spring 3.0.6.RELEASE 2011-08-31 16:43:26 -04:00
Mark Fisher
9597ec3c09 reverted ETag test String escaping
see DefaultHttpHeaderMapperFromMessageInboundTests.validateETag()
2011-08-19 16:07:59 -04:00
Mark Fisher
fa502a735b reverting use of new DefaultConversionService()
new DefaultConversionService() -> ConversionServiceFactory.createDefaultConversionService();
2011-08-19 15:40:30 -04:00
Oleg Zhurakousky
935cd01d07 INT-1512 changed the type of ID attribute to be xsd:string in all related 2.1 schema files 2011-08-08 23:34:12 -04:00
Oleg Zhurakousky
e4d8edf8d6 INT-2001 polishing, removed unneeded import 2011-08-08 17:33:35 -04:00
Oleg Zhurakousky
17268047f9 INT-2001 updated HTTP module to remove its dependency on deprecated classes in Spring 3.1, fixed ETag test 2011-08-08 17:32:09 -04:00
Mark Fisher
3e71b5a83b INT-2004 added 2.1 versions of all XML schemas and adjusted spring.schemas files accordingly 2011-08-05 11:07:20 -04:00
Mark Fisher
8b597c1cda INT-1999 upgraded to Spring Framework 3.1 M2 2011-07-22 18:00:40 -04:00
Mark Fisher
44d570f700 INT-1951 limiting the exclusion of a request body to GET requests for now 2011-07-15 11:40:56 -04:00
Oleg Zhurakousky
544a34bf28 INT-1951 polished HttpRequestExecutingMessageHandler to better handle the difference between PUT/POST and other Http methods 2011-07-15 10:04:42 -04:00
Oleg Zhurakousky
af7bc5ac74 INT-1951 fixed HttpRequestExecutingMessageHandler to ensure that it sets Content-Type only for POST and PUT requests 2011-07-12 13:28:50 -04:00
Oleg Zhurakousky
4738581ad1 INT-1953 reverted the ETag test in HTTP module to be as it was, will change it in 2.1 2011-06-24 15:27:52 -04:00
Oleg Zhurakousky
c00888f537 INT-1953 refactored CORE and HTTP modules to make them compatible with Spring v3.1 while maintaining the target version of 3.0.* 2011-06-24 15:20:32 -04:00
Mark Fisher
a419ba0bdc INT-1933 added MapAccessor to outbound HTTP endpoint's SpEL EvaluationContext 2011-06-08 18:07:56 -04:00
Mark Fisher
4e1d3d2d93 removed redundant cast 2011-05-18 13:19:38 -04:00
Oleg Zhurakousky
e338233bae INT-1890 added error-channel to HTTP Inboudn gateway/adapter 2011-05-04 19:54:37 -04:00
Oleg Zhurakousky
765503daa4 polishing, fixed warning messages 2011-05-03 19:20:57 -04:00
Oleg Zhurakousky
81b125d7e2 INT-1866 polishing 2011-05-03 18:46:26 -04:00
Oleg Zhurakousky
e812b6b0e3 INT-1866 polishing 2011-05-03 18:41:31 -04:00
Oleg Zhurakousky
7622fd9112 INT-1866 moved HeaderMapper building logic to parsers (part 2) 2011-05-03 18:39:01 -04:00
Oleg Zhurakousky
7ecd7c2490 INT-1866 moved HeaderMapper building logic to parsers 2011-05-03 18:26:49 -04:00
Oleg Zhurakousky
e74e55a691 INT-1866 Added ConversionService support to DefaultHttpHeaderMapper to allow custom non-string headers to be converted to Strings insteadof being discarded. Added warn messages if a header value can not be converted 2011-04-15 14:22:08 -04:00
Oleg Zhurakousky
0b5f3b20e4 INT-1815 added additional test cases for DefaultHttpHeaderMapper 2011-03-09 10:57:03 -05:00
Oleg Zhurakousky
f085a094c8 INT-1815 added support for ignoring user-defined prefix when mapping from HttpHeaders to MessageHeaders 2011-03-01 17:09:49 -05:00
Mark Fisher
c4dbad9ea4 Release version 2.0.3.RELEASE 2011-02-09 20:05:59 -06:00
Mark Fisher
6074f5744e polishing 2011-02-04 15:55:52 -05:00
Mark Fisher
2346fa6f0a polishing 2011-02-04 15:50:47 -05:00
Oleg Zhurakousky
fc00a926c0 INT-1752 added test cases to validate 'rest-template' attribute support 2011-01-29 11:34:26 -05:00
Oleg Zhurakousky
c4fe6f1c47 INT-1752 added initial support for allowing RestTemplate to be specified on HTTP outbound adapters/gateways 2011-01-28 15:54:28 -05:00
Oleg Zhurakousky
fba272adad INT-1757 added support to be able to control HttpStatus via MessageHeaders for HTTP inbound gateway 2011-01-28 12:27:02 -05:00
Mark Fisher
1857d5b6c0 INT-1767 using MediaType.ALL as the default Accept when writing a response in HttpRequestHandlingMessagingGateway 2011-01-26 18:56:07 -05:00
Oleg Zhurakousky
64d8ba3b61 polished schema documentation 2011-01-24 12:52:24 -05:00
Oleg Zhurakousky
fe527cd4c5 INT-1751 fliped the way inbound/outboundHeaderNames are set on DefaultHttpHeaderMapper when botstrapping http inbound gateway/adapter 2011-01-24 12:43:39 -05:00
Oleg Zhurakousky
129df10cd6 INT-1751 added mapped-request/response-type attributes to http inbound gateway/adapter 2011-01-20 13:35:15 -05:00
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