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 1276d434ab68eb2e50fc942de1c1297f71d0f16a
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 11 09:26:42 2019 +0200

    CAMEL-13627: camel-main - Reuse options for main and camel-spring-boot
---
 docs/components/modules/ROOT/pages/spring-boot.adoc | 18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/spring-boot.adoc 
b/docs/components/modules/ROOT/pages/spring-boot.adoc
index 1f4f2ce..fbba62e 100644
--- a/docs/components/modules/ROOT/pages/spring-boot.adoc
+++ b/docs/components/modules/ROOT/pages/spring-boot.adoc
@@ -91,7 +91,7 @@ When using Spring Boot make sure to use the following Maven 
dependency to have s
 ----
 
 
-The component supports 141 options, which are listed below.
+The component supports 125 options, which are listed below.
 
 
 
@@ -187,29 +187,13 @@ The component supports 141 options, which are listed 
below.
 | *camel.springboot.stream-caching-spool-used-heap-memory-threshold* | Sets a 
percentage (1-99) of used heap memory threshold to activate stream caching 
spooling to disk. | 0 | Integer
 | *camel.springboot.stream-caching-statistics-enabled* | Sets whether stream 
caching statistics is enabled. | false | Boolean
 | *camel.springboot.thread-name-pattern* | Sets the thread name pattern used 
for creating the full thread name. The default pattern is: Camel (#camelId#) 
thread ##counter# - #name# Where #camelId# is the name of the CamelContext. and 
#counter# is a unique incrementing counter. and #name# is the regular thread 
name. You can also use #longName# which is the long thread name which can 
includes endpoint parameters etc. |  | String
-| *camel.springboot.trace-formatter-show-body* | Tracer should output message 
body | true | Boolean
-| *camel.springboot.trace-formatter-show-bread-crumb* | Tracer should output 
breadcrumb | true | Boolean
-| *camel.springboot.trace-formatter-show-exception* | Tracer should output 
exception | true | Boolean
-| *camel.springboot.trace-formatter-show-exchange-id* | Tracer should output 
exchange id | false | Boolean
-| *camel.springboot.trace-formatter-show-exchange-pattern* | Tracer should 
output message exchange pattern (MEP) | true | Boolean
-| *camel.springboot.trace-formatter-show-headers* | Tracer should output 
message headers | true | Boolean
-| *camel.springboot.trace-formatter-show-node* | Tracer should output EIP node 
| true | Boolean
-| *camel.springboot.trace-formatter-show-properties* | Tracer should output 
exchange properties | false | Boolean
-| *camel.springboot.trace-formatter-show-route-id* | Tracer should output 
route id | true | Boolean
-| *camel.springboot.trace-formatter-show-short-exchange-id* | Tracer should 
output short exchange id | false | Boolean
-| *camel.springboot.tracer-formatter-bread-crumb-length* | Tracer maximum 
length of breadcrumb ids |  | Integer
-| *camel.springboot.tracer-formatter-max-chars* | Tracer maximum characters in 
total | 10000 | Integer
-| *camel.springboot.tracer-formatter-node-length* | Tracer maximum length of 
node |  | Integer
-| *camel.springboot.tracer-formatter-show-body-type* | Tracer should output 
message body type | true | Boolean
 | *camel.springboot.tracing* | Sets whether tracing is enabled or not. Default 
is false. | false | Boolean
-| *camel.springboot.type-conversion* | Enables enhanced Camel/Spring type 
conversion. | true | Boolean
 | *camel.springboot.use-breadcrumb* | Set whether breadcrumb is enabled. The 
default value is false. | false | Boolean
 | *camel.springboot.use-data-type* | Whether to enable using data type on 
Camel messages. Data type are automatic turned on if one ore more routes has 
been explicit configured with input and output types. Otherwise data type is 
default off. | false | Boolean
 | *camel.springboot.use-mdc-logging* | To turn on MDC logging | false | Boolean
 | *camel.springboot.warn-on-early-shutdown* | Whether to log a WARN if Camel 
on Spring Boot was immediately shutdown after starting which very likely is 
because there is no JVM thread to keep the application running. | true | Boolean
 | *camel.springboot.xml-rests* | Directory to scan for adding additional XML 
rests. You can turn this off by setting the value to false. Files can be loaded 
from either classpath or file by prefixing with classpath: or file: Wildcards 
is supported using a ANT pattern style paths, such as 
classpath:&#42;&#42;/&#42;camel&#42;.xml Multiple directories can be specified 
and separated by comma, such as: 
file:/myapp/mycamel/&#42;.xml,file:/myapp/myothercamel/&#42;.xml | 
classpath:camel-rest/*.x [...]
 | *camel.springboot.xml-routes* | Directory to scan for adding additional XML 
routes. You can turn this off by setting the value to false. Files can be 
loaded from either classpath or file by prefixing with classpath: or file: 
Wildcards is supported using a ANT pattern style paths, such as 
classpath:&#42;&#42;/&#42;camel&#42;.xml Multiple directories can be specified 
and separated by comma, such as: 
file:/myapp/mycamel/&#42;.xml,file:/myapp/myothercamel/&#42;.xml | 
classpath:camel/*.xml  [...]
-| *camel.springboot.xml-routes-reload-directory* | To watch the directory for 
file changes which triggers a live reload of the Camel routes on-the-fly. For 
example configure this to point to the source code where the Camel XML files 
are located such as: src/main/resources/camel/ |  | String
 | *camel.ssl.cert-alias* | An optional certificate alias to use. This is 
useful when the keystore has multiple certificates. |  | String
 | *camel.ssl.cipher-suites* | The optional explicitly configured cipher suites 
for this configuration. |  | CipherSuitesParameters
 | *camel.ssl.cipher-suites-filter* | The optional cipher suite filter 
configuration for this configuration. |  | FilterParameters

Reply via email to