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

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

commit 049dcd533ddf40b7226e8b891b8e2b38196b7319
Author: lburgazzoli <[email protected]>
AuthorDate: Wed Feb 5 18:06:38 2020 +0100

    Update docs
---
 docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc | 2 +-
 extensions/readme.adoc                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc 
b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
index 75b11fb..d0cb331 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -258,7 +258,7 @@ Number of Camel languages: 9 in 3 JAR artifacts (0 
deprecated)
 
 | link:https://camel.apache.org/components/latest/bean-language.html[Bean 
method] (camel-quarkus-bean) | 0.2.0 | To use a Java bean (aka method call) in 
Camel expressions or predicates.
 
-| 
link:https://camel.apache.org/components/latest/constant-language.html[Constant]
 (camel-quarkus-core) | 0.2.0 | To use a constant value in Camel expressions or 
predicates.
+| 
link:https://camel.apache.org/components/latest/constant-language.html[Constant]
 (camel-quarkus-core) | 0.2.0 | To use a constant value in Camel expressions or 
predicates. Important: this is a fixed constant value that is only set once 
during starting up the route, do not use this if you want dynamic values during 
routing.
 
 | 
link:https://camel.apache.org/components/latest/exchangeProperty-language.html[ExchangeProperty]
 (camel-quarkus-core) | 0.2.0 | To use a Camel Exchange property in expressions 
or predicates.
 
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index 1fc42d3..c3d17c5 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -247,7 +247,7 @@ Number of Camel languages: 9 in 3 JAR artifacts (0 
deprecated)
 
 | link:https://camel.apache.org/components/latest/bean-language.html[Bean 
method] (camel-quarkus-bean) | 0.2.0 | To use a Java bean (aka method call) in 
Camel expressions or predicates.
 
-| 
link:https://camel.apache.org/components/latest/constant-language.html[Constant]
 (camel-quarkus-core) | 0.2.0 | To use a constant value in Camel expressions or 
predicates.
+| 
link:https://camel.apache.org/components/latest/constant-language.html[Constant]
 (camel-quarkus-core) | 0.2.0 | To use a constant value in Camel expressions or 
predicates. Important: this is a fixed constant value that is only set once 
during starting up the route, do not use this if you want dynamic values during 
routing.
 
 | 
link:https://camel.apache.org/components/latest/exchangeProperty-language.html[ExchangeProperty]
 (camel-quarkus-core) | 0.2.0 | To use a Camel Exchange property in expressions 
or predicates.
 

Reply via email to