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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2f3b1e0  Regen for commit 97011703af164659ca0fcd19e3e0c9b2717eabf6
2f3b1e0 is described below

commit 2f3b1e0d3c6cf0e01f5f62ddcf784f285aecb51c
Author: lburgazzoli <lburgazz...@users.noreply.github.com>
AuthorDate: Tue May 11 15:13:19 2021 +0000

    Regen for commit 97011703af164659ca0fcd19e3e0c9b2717eabf6
    
    Signed-off-by: GitHub <nore...@github.com>
---
 .../resources/org/apache/camel/catalog/components/kamelet.json      | 1 +
 .../resources/org/apache/camel/catalog/docs/kamelet-component.adoc  | 6 +++++-
 docs/components/modules/ROOT/pages/kamelet-component.adoc           | 6 +++++-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
index 36dd720..819ae57 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/kamelet.json
@@ -22,6 +22,7 @@
     "lenientProperties": true
   },
   "componentProperties": {
+    "location": { "kind": "property", "displayName": "Location", "group": 
"common", "label": "", "required": false, "type": "string", "javaType": 
"java.lang.String", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "classpath:\/kamelets", "description": "The location of the 
Kamelets on the file system." },
     "routeProperties": { "kind": "property", "displayName": "Route 
Properties", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "java.util.Map<java.lang.String, java.util.Properties>", 
"deprecated": false, "autowired": false, "secret": false, "description": "Set 
route local parameters." },
     "templateProperties": { "kind": "property", "displayName": "Template 
Properties", "group": "common", "label": "", "required": false, "type": 
"object", "javaType": "java.util.Map<java.lang.String, java.util.Properties>", 
"deprecated": false, "autowired": false, "secret": false, "description": "Set 
template local parameters." },
     "bridgeErrorHandler": { "kind": "property", "displayName": "Bridge Error 
Handler", "group": "consumer", "label": "consumer", "required": false, "type": 
"boolean", "javaType": "boolean", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": false, "description": "Allows for bridging the 
consumer to the Camel routing Error Handler, which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages, or the likes, will 
now be processed as a me [...]
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-component.adoc
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-component.adoc
index e9168ca..be9dd23 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-component.adoc
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-component.adoc
@@ -86,9 +86,13 @@ with the following path and query parameters:
 
 [NOTE]
 ====
-The *kamelet* endpoint is *lenient*, which means that the endpoint accepts 
additional parameters that are passed to the ROute Templkate engine and 
consumed upon route materialization.
+The *kamelet* endpoint is *lenient*, which means that the endpoint accepts 
additional parameters that are passed to the 
xref:manual::route-template.adoc[Route Template] engine and consumed upon route 
materialization.
 ====
 
+== Discovery
+
+If a xref:manual::route-template.adoc[Route Template] is not found, the 
*kamelet* endpoint tries to load the related *kamelet* definition from the file 
system (by default `classpath:/kamelets`). The default resolution mechanism 
expect kamelet files to have the extension `.kamelet.yaml`.
+
 == Samples
 
 
diff --git a/docs/components/modules/ROOT/pages/kamelet-component.adoc 
b/docs/components/modules/ROOT/pages/kamelet-component.adoc
index 4357148..799da32 100644
--- a/docs/components/modules/ROOT/pages/kamelet-component.adoc
+++ b/docs/components/modules/ROOT/pages/kamelet-component.adoc
@@ -88,9 +88,13 @@ with the following path and query parameters:
 
 [NOTE]
 ====
-The *kamelet* endpoint is *lenient*, which means that the endpoint accepts 
additional parameters that are passed to the ROute Templkate engine and 
consumed upon route materialization.
+The *kamelet* endpoint is *lenient*, which means that the endpoint accepts 
additional parameters that are passed to the 
xref:manual::route-template.adoc[Route Template] engine and consumed upon route 
materialization.
 ====
 
+== Discovery
+
+If a xref:manual::route-template.adoc[Route Template] is not found, the 
*kamelet* endpoint tries to load the related *kamelet* definition from the file 
system (by default `classpath:/kamelets`). The default resolution mechanism 
expect kamelet files to have the extension `.kamelet.yaml`.
+
 == Samples
 
 

Reply via email to