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

zregvart 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 89e8544  CAMEL-12966: Regenerate documentation and Sprin...
89e8544 is described below

commit 89e85444f9a711d46f23a1c8a03b225ea2f98851
Author: Zoran Regvart <[email protected]>
AuthorDate: Tue May 14 14:32:18 2019 +0200

    CAMEL-12966: Regenerate documentation and Sprin...
    
    ...g Boot starter
---
 components/camel-netty4-http/src/main/docs/netty4-http-component.adoc   | 2 +-
 .../netty4/http/springboot/NettyHttpComponentConfiguration.java         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc 
b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
index 7dc8ee9..91790d7 100644
--- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
+++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc
@@ -183,7 +183,7 @@ with the following path and query parameters:
 | *producerPoolMaxIdle* (producer) | Sets the cap on the number of idle 
instances in the pool. | 100 | int
 | *producerPoolMinEvictable Idle* (producer) | Sets the minimum amount of time 
(value in millis) an object may sit idle in the pool before it is eligible for 
eviction by the idle object evictor. | 300000 | long
 | *producerPoolMinIdle* (producer) | Sets the minimum number of instances 
allowed in the producer pool before the evictor thread (if active) spawns new 
objects. |  | int
-| *useRelativePath* (producer) | Sets whether to use a relative path in HTTP 
requests. | false | boolean
+| *useRelativePath* (producer) | Sets whether to use a relative path in HTTP 
requests. | true | boolean
 | *allowSerializedHeaders* (advanced) | Only used for TCP when 
transferExchange is true. When set to true, serializable objects in headers and 
properties will be added to the exchange. Otherwise Camel will exclude any 
non-serializable objects and log it at WARN level. | false | boolean
 | *channelGroup* (advanced) | To use a explicit ChannelGroup. |  | ChannelGroup
 | *configuration* (advanced) | To use a custom configured 
NettyHttpConfiguration for configuring this endpoint. |  | 
NettyHttpConfiguration
diff --git 
a/platforms/spring-boot/components-starter/camel-netty4-http-starter/src/main/java/org/apache/camel/component/netty4/http/springboot/NettyHttpComponentConfiguration.java
 
b/platforms/spring-boot/components-starter/camel-netty4-http-starter/src/main/java/org/apache/camel/component/netty4/http/springboot/NettyHttpComponentConfiguration.java
index 69207fa..0848e9f 100644
--- 
a/platforms/spring-boot/components-starter/camel-netty4-http-starter/src/main/java/org/apache/camel/component/netty4/http/springboot/NettyHttpComponentConfiguration.java
+++ 
b/platforms/spring-boot/components-starter/camel-netty4-http-starter/src/main/java/org/apache/camel/component/netty4/http/springboot/NettyHttpComponentConfiguration.java
@@ -286,7 +286,7 @@ public class NettyHttpComponentConfiguration
         /**
          * Sets whether to use a relative path in HTTP requests.
          */
-        private Boolean useRelativePath = false;
+        private Boolean useRelativePath = true;
 
         public String getProtocol() {
             return protocol;

Reply via email to