You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2021/04/14 09:16:31 UTC

[camel] branch master updated: Regen

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


The following commit(s) were added to refs/heads/master by this push:
     new 86c0ca8  Regen
86c0ca8 is described below

commit 86c0ca837bb49701914a215f8231a2e576f8e6ec
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Apr 14 11:16:04 2021 +0200

    Regen
---
 .../resources/org/apache/camel/catalog/docs/kamelet-eip.adoc      | 8 --------
 .../resources/org/apache/camel/catalog/models/kamelet.json        | 1 +
 .../resources/org/apache/camel/catalog/schemas/camel-spring.xsd   | 4 ++--
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-eip.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-eip.adoc
index 4a850f6..25e7f08 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-eip.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/kamelet-eip.adoc
@@ -58,11 +58,3 @@ The implementation of the Kamelet EIP is located in the `camel-kamelet` JAR, so
     <version>x.y.z</version>
 </dependency>
 ----
-
-== More details
-
-- xref:components::kamelet-component.adoc[Kamelet component]
-- xref:manual:route-tepmplate.adoc[Route Template]
-- xref:latest@camel-k:ROOT::kamelets-user.adoc[Kamelets user guide]
-
-We also provided a small https://github.com/apache/camel-examples/tree/master/examples/kamelet[Kamelet example].
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json
index bf50894..6b5e06e 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/models/kamelet.json
@@ -3,6 +3,7 @@
     "kind": "model",
     "name": "kamelet",
     "title": "Kamelet",
+    "description": "To call Kamelets",
     "deprecated": false,
     "label": "eip,routing,kamelet",
     "javaType": "org.apache.camel.model.KameletDefinition",
diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
index eaffec3..b854e9d 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd
@@ -718,7 +718,7 @@ Evaluate a JsonPath expression against a JSON message body.
   <xs:element name="kamelet" type="tns:kameletDefinition">
     <xs:annotation>
       <xs:documentation xml:lang="en"><![CDATA[
-null
+To call Kamelets
       ]]></xs:documentation>
     </xs:annotation>
   </xs:element>
@@ -5310,7 +5310,7 @@ process its result.
         <xs:attribute name="name" type="xs:string" use="required">
           <xs:annotation>
             <xs:documentation xml:lang="en"><![CDATA[
-Name of the Kamelet (route template id) to call Options for the kamelet can be
+Name of the Kamelet (templateId/routeId) to call. Options for the kamelet can be
 specified using uri syntax, eg mynamecount=4&type=gold.
             ]]></xs:documentation>
           </xs:annotation>