This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 40d717f CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - Http-common reference to http4 removed 40d717f is described below commit 40d717fa564ea468cbbe7c4c9618a864f077f9e9 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Aug 1 11:46:40 2019 +0200 CAMEL-13792 - Rename components to default names, Camel-http4 to Camel-http - Http-common reference to http4 removed --- .../main/java/org/apache/camel/http/common/HttpCommonEndpoint.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java b/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java index 6a66dc4..e5a5a39 100644 --- a/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java +++ b/components/camel-http-common/src/main/java/org/apache/camel/http/common/HttpCommonEndpoint.java @@ -71,7 +71,7 @@ public abstract class HttpCommonEndpoint extends DefaultEndpoint implements Head + " if this option is false to support reading the stream multiple times." + " If you use Servlet to bridge/proxy an endpoint then consider enabling this option to improve performance," + " in case you do not need to read the message payload multiple times." - + " The http/http4 producer will by default cache the response body stream. If setting this option to true," + + " The http producer will by default cache the response body stream. If setting this option to true," + " then the producers will not cache the response body stream but use the response stream as-is as the message body.") boolean disableStreamCache; @UriParam(description = "If enabled and an Exchange failed processing on the consumer side, and if the caused Exception was send back serialized" @@ -358,7 +358,7 @@ public abstract class HttpCommonEndpoint extends DefaultEndpoint implements Head * if this option is false to support reading the stream multiple times. * If you use Servlet to bridge/proxy an endpoint then consider enabling this option to improve performance, * in case you do not need to read the message payload multiple times. - + The http/http4 producer will by default cache the response body stream. If setting this option to true, + + The http producer will by default cache the response body stream. If setting this option to true, + then the producers will not cache the response body stream but use the response stream as-is as the message body. */ public void setDisableStreamCache(boolean disable) {