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 2022/03/09 11:29:19 UTC

[camel-kamelets] branch main updated (f5f2600 -> f8a9a56)

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

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


    from f5f2600  Add Azure Servicebus Sink Kamelet
     new 4bcca31  Azure Service bus Source Kamelet: added out data shape
     new 21953f8  Azure Service bus Source Kamelet: added out data shape
     new 8275229  Azure Service bus Sink Kamelet: added in data shape
     new f8a9a56  Azure Service bus Sink Kamelet: added in data shape

The 4 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:
 kamelets/azure-servicebus-sink.kamelet.yaml                          | 3 +++
 kamelets/azure-servicebus-source.kamelet.yaml                        | 5 ++++-
 .../src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml   | 3 +++
 .../src/main/resources/kamelets/azure-servicebus-source.kamelet.yaml | 5 ++++-
 4 files changed, 14 insertions(+), 2 deletions(-)

[camel-kamelets] 02/04: Azure Service bus Source Kamelet: added out data shape

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

commit 21953f88311d77bb5f50d4e331fc78663ba2c3c1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 12:19:28 2022 +0100

    Azure Service bus Source Kamelet: added out data shape
---
 .../src/main/resources/kamelets/azure-servicebus-source.kamelet.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-source.kamelet.yaml
index 604f898..fe438fc 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-source.kamelet.yaml
@@ -24,7 +24,7 @@ metadata:
     camel.apache.org/catalog.version: "main-SNAPSHOT"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODEgODIiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjx1c2UgeGxpbms6aHJlZj0iI0EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9IkEiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMS4zMzMgMEMuNTMzIDAgMCAuNTMzIDAgMS4zMzN2MTZjMCAuOC41MzMgMS4zMz [...]
     camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Azure Servicebus Blob"
+    camel.apache.org/kamelet.group: "Azure Servicebus"
   labels:
     camel.apache.org/kamelet.type: "source"
 spec:
@@ -49,6 +49,9 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+  types:
+    out:
+      mediaType: application/octet-stream
   dependencies:
     - "camel:azure-servicebus"
     - "camel:kamelet"

[camel-kamelets] 03/04: Azure Service bus Sink Kamelet: added in data shape

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

commit 82752298d25ce37bd857590965093d8ff740c095
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 12:27:15 2022 +0100

    Azure Service bus Sink Kamelet: added in data shape
---
 kamelets/azure-servicebus-sink.kamelet.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/kamelets/azure-servicebus-sink.kamelet.yaml b/kamelets/azure-servicebus-sink.kamelet.yaml
index 8170b8c..1527ab4 100644
--- a/kamelets/azure-servicebus-sink.kamelet.yaml
+++ b/kamelets/azure-servicebus-sink.kamelet.yaml
@@ -49,6 +49,9 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+  types:
+    in:
+      mediaType: application/octet-stream
   dependencies:
     - "camel:azure-servicebus"
     - "camel:kamelet"

[camel-kamelets] 01/04: Azure Service bus Source Kamelet: added out data shape

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

commit 4bcca310fd1c27297f642a7e54bb05efe8ea927f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 12:18:46 2022 +0100

    Azure Service bus Source Kamelet: added out data shape
---
 kamelets/azure-servicebus-source.kamelet.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/kamelets/azure-servicebus-source.kamelet.yaml b/kamelets/azure-servicebus-source.kamelet.yaml
index 604f898..fe438fc 100644
--- a/kamelets/azure-servicebus-source.kamelet.yaml
+++ b/kamelets/azure-servicebus-source.kamelet.yaml
@@ -24,7 +24,7 @@ metadata:
     camel.apache.org/catalog.version: "main-SNAPSHOT"
     camel.apache.org/kamelet.icon: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgODEgODIiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjx1c2UgeGxpbms6aHJlZj0iI0EiIHg9Ii41IiB5PSIuNSIvPjxzeW1ib2wgaWQ9IkEiIG92ZXJmbG93PSJ2aXNpYmxlIj48cGF0aCBkPSJNMS4zMzMgMEMuNTMzIDAgMCAuNTMzIDAgMS4zMzN2MTZjMCAuOC41MzMgMS4zMz [...]
     camel.apache.org/provider: "Apache Software Foundation"
-    camel.apache.org/kamelet.group: "Azure Servicebus Blob"
+    camel.apache.org/kamelet.group: "Azure Servicebus"
   labels:
     camel.apache.org/kamelet.type: "source"
 spec:
@@ -49,6 +49,9 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+  types:
+    out:
+      mediaType: application/octet-stream
   dependencies:
     - "camel:azure-servicebus"
     - "camel:kamelet"

[camel-kamelets] 04/04: Azure Service bus Sink Kamelet: added in data shape

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

commit f8a9a56cace2e5cc5fcbf4f94a5a420733932d55
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 9 12:28:02 2022 +0100

    Azure Service bus Sink Kamelet: added in data shape
---
 .../src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml     | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml
index 8170b8c..1527ab4 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/azure-servicebus-sink.kamelet.yaml
@@ -49,6 +49,9 @@ spec:
         x-descriptors:
         - urn:alm:descriptor:com.tectonic.ui:password
         - urn:camel:group:credentials
+  types:
+    in:
+      mediaType: application/octet-stream
   dependencies:
     - "camel:azure-servicebus"
     - "camel:kamelet"