This website requires JavaScript.
Explore
Help
Sign In
Spring
/
spring-integration
Watch
1
Star
0
Fork
0
You've already forked spring-integration
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
980488b0c0e57a5f209e6585d1e6a345ccd4a45b
spring-integration
/
org.springframework.integration.http
History
Mark Fisher
980488b0c0
HttpOutboundEndpoint now returns reply payload types based on the response's content-type header. A value of "application/x-java-serialized-object" will trigger deserialization to some Object, a value that begins with "text" will be mapped to a String, and everything else will currently return a byte array.
2009-03-20 20:51:21 +00:00
..
src
HttpOutboundEndpoint now returns reply payload types based on the response's content-type header. A value of "application/x-java-serialized-object" will trigger deserialization to some Object, a value that begins with "text" will be mapped to a String, and everything else will currently return a byte array.
2009-03-20 20:51:21 +00:00
.classpath
Added CommonsHttpRequestExecutor (INT-614).
2009-03-20 04:34:27 +00:00
.project
Added module for HTTP support
2009-01-30 20:47:13 +00:00
build.xml
Added module for HTTP support
2009-01-30 20:47:13 +00:00
ivy.xml
Added CommonsHttpRequestExecutor (INT-614).
2009-03-20 04:34:27 +00:00
pom.xml
synchronised dependencies from ivy.xml to Maven central poms for 1.0.2
2009-02-23 19:48:25 +00:00
template.mf
Added CommonsHttpRequestExecutor (INT-614).
2009-03-20 04:34:27 +00:00