This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 369d38c3ff2d5145a5fa1ee57f9cb222fccbcbe1
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri May 10 08:13:11 2019 -0400

    Regen
---
 components/camel-ahc/src/main/docs/ahc-component.adoc                 | 2 +-
 .../spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-ahc/src/main/docs/ahc-component.adoc 
b/components/camel-ahc/src/main/docs/ahc-component.adoc
index 2dd06ee..8a69a1f 100644
--- a/components/camel-ahc/src/main/docs/ahc-component.adoc
+++ b/components/camel-ahc/src/main/docs/ahc-component.adoc
@@ -72,7 +72,7 @@ with the following path and query parameters:
 | *bridgeEndpoint* (producer) | If the option is true, then the 
Exchange.HTTP_URI header is ignored, and use the endpoint's URI for request. 
You may also set the throwExceptionOnFailure to be false to let the AhcProducer 
send all the fault response back. | false | boolean
 | *bufferSize* (producer) | The initial in-memory buffer size used when 
transferring data between Camel and AHC Client. | 4096 | int
 | *connectionClose* (producer) | Define if the Connection Close header has to 
be added to HTTP Request. This parameter is false by default | false | boolean
-| *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP 
session. If this parameter is defined together with the clientConfig parameter, 
make sure that the latter does not contain a cookie handler. |  | CookieHandler
+| *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
 | *headerFilterStrategy* (producer) | To use a custom HeaderFilterStrategy to 
filter header to and from Camel message. |  | HeaderFilterStrategy
 | *throwExceptionOnFailure* (producer) | Option to disable throwing the 
AhcOperationFailedException in case of failed responses from the remote server. 
This allows you to get all responses regardless of the HTTP status code. | true 
| boolean
 | *transferException* (producer) | If enabled and an Exchange failed 
processing on the consumer side, and if the caused Exception was send back 
serialized in the response as a application/x-java-serialized-object content 
type (for example using Jetty or Servlet Camel components). On the producer 
side the exception will be deserialized and thrown as is, instead of the 
AhcOperationFailedException. The caused exception is required to be serialized. 
This is by default turned off. If you enab [...]
diff --git 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
index a054fcf..4a7ec9a 100644
--- 
a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
+++ 
b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml
@@ -73,7 +73,7 @@
       <dependency>
         <groupId>com.alibaba</groupId>
         <artifactId>fastjson</artifactId>
-        <version>1.2.56</version>
+        <version>1.2.57</version>
       </dependency>
       <dependency>
         <groupId>com.cloudbees.thirdparty</groupId>
@@ -3663,7 +3663,7 @@
       <dependency>
         <groupId>org.knowm.xchange</groupId>
         <artifactId>xchange-core</artifactId>
-        <version>4.3.17</version>
+        <version>4.3.18</version>
       </dependency>
       <dependency>
         <groupId>org.mozilla</groupId>

Reply via email to