the DefaultOutboundRequestMapper uses POST as the default http-method now... any changes in the adapter (via setter) will propagate
This commit is contained in:
@@ -38,7 +38,7 @@ import org.springframework.util.Assert;
|
||||
*/
|
||||
public class DefaultOutboundRequestMapper implements OutboundRequestMapper {
|
||||
|
||||
private volatile HttpMethod httpMethod;
|
||||
private volatile HttpMethod httpMethod = HttpMethod.POST;
|
||||
|
||||
private volatile boolean extractPayload = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user