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

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

commit 030be623d76627457a752ae21a67c60253428a58
Author: lburgazzoli <lburgazz...@gmail.com>
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 b8e0b1d..3c4999e 100644
--- a/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
+++ b/docs/modules/ROOT/pages/list-of-camel-quarkus-extensions.adoc
@@ -267,7 +267,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 5ec1faa..49f41c3 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -256,7 +256,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