You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/10/18 09:16:27 UTC

[camel] branch master updated (4ca68b2 -> 043306a)

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

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


    from 4ca68b2  Upgrade Kubernetes client to version 4.6.1
     new 492c344  Camel-AWS Translate: Fixed docs
     new 043306a  Regne docs

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-aws-translate/src/main/docs/aws-translate-component.adoc     | 2 +-
 docs/components/modules/ROOT/pages/aws-translate-component.adoc        | 2 +-
 docs/components/modules/ROOT/pages/spring-boot.adoc                    | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)


[camel] 02/02: Regne docs

Posted by ac...@apache.org.
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

commit 043306a766822e1ed254ac1663a794cf3217252e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 18 11:16:08 2019 +0200

    Regne docs
---
 docs/components/modules/ROOT/pages/aws-translate-component.adoc | 2 +-
 docs/components/modules/ROOT/pages/spring-boot.adoc             | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/aws-translate-component.adoc b/docs/components/modules/ROOT/pages/aws-translate-component.adoc
index 7343145..a908f31 100644
--- a/docs/components/modules/ROOT/pages/aws-translate-component.adoc
+++ b/docs/components/modules/ROOT/pages/aws-translate-component.adoc
@@ -125,7 +125,7 @@ The component supports 13 options, which are listed below.
 
 
 
-Required EKS component options
+Required Translate component options
 
 You have to provide the amazonTranslateClient in the
 Registry or your accessKey and secretKey to access
diff --git a/docs/components/modules/ROOT/pages/spring-boot.adoc b/docs/components/modules/ROOT/pages/spring-boot.adoc
index cd3d61e..a9f0a2e 100644
--- a/docs/components/modules/ROOT/pages/spring-boot.adoc
+++ b/docs/components/modules/ROOT/pages/spring-boot.adoc
@@ -90,7 +90,7 @@ When using Spring Boot make sure to use the following Maven dependency to have s
 ----
 
 
-The component supports 139 options, which are listed below.
+The component supports 140 options, which are listed below.
 
 
 
@@ -183,6 +183,7 @@ The component supports 139 options, which are listed below.
 | *camel.springboot.producer-template-cache-size* | Producer template endpoints cache size. | 1000 | Integer
 | *camel.springboot.route-filter-exclude-pattern* | Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression. For example to only include routes which starts with foo in their route id's, use: include=foo&#42; And to exclude routes which starts from JMS endpoints, use: exclude=jms:&#42; Multiple patterns can be separated by c [...]
 | *camel.springboot.route-filter-include-pattern* | Used for filtering routes routes matching the given pattern, which follows the following rules: - Match by route id - Match by route input endpoint uri The matching is using exact match, by wildcard and regular expression. For example to only include routes which starts with foo in their route id's, use: include=foo&#42; And to exclude routes which starts from JMS endpoints, use: exclude=jms:&#42; Multiple patterns can be separated by c [...]
+| *camel.springboot.routes-collector-enabled* | Whether the routes collector is enabled or not. When enabled Camel will auto-discover routes (RouteBuilder instances from the registry and also load additional XML routes from the file system. The routes collector is default enabled. | true | Boolean
 | *camel.springboot.shutdown-log-inflight-exchanges-on-timeout* | Sets whether to log information about the inflight Exchanges which are still running during a shutdown which didn't complete without the given timeout. | true | Boolean
 | *camel.springboot.shutdown-now-on-timeout* | Sets whether to force shutdown of all consumers when a timeout occurred and thus not all consumers was shutdown within that period. You should have good reasons to set this option to false as it means that the routes keep running and is halted abruptly when CamelContext has been shutdown. | true | Boolean
 | *camel.springboot.shutdown-routes-in-reverse-order* | Sets whether routes should be shutdown in reverse or the same order as they where started. | true | Boolean


[camel] 01/02: Camel-AWS Translate: Fixed docs

Posted by ac...@apache.org.
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

commit 492c344d501dd5975e699b4382746e92ef06afb4
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 18 11:14:37 2019 +0200

    Camel-AWS Translate: Fixed docs
---
 .../camel-aws-translate/src/main/docs/aws-translate-component.adoc      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-aws-translate/src/main/docs/aws-translate-component.adoc b/components/camel-aws-translate/src/main/docs/aws-translate-component.adoc
index 96dd418..96960b4 100644
--- a/components/camel-aws-translate/src/main/docs/aws-translate-component.adoc
+++ b/components/camel-aws-translate/src/main/docs/aws-translate-component.adoc
@@ -124,7 +124,7 @@ The component supports 13 options, which are listed below.
 
 
 
-Required EKS component options
+Required Translate component options
 
 You have to provide the amazonTranslateClient in the
 Registry or your accessKey and secretKey to access