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 2023/12/15 08:40:59 UTC

(camel-kamelets) branch 1798 created (now 97cc56ab)

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

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


      at 97cc56ab Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too

This branch includes the following new commits:

     new 2034f4d5 Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too
     new 97cc56ab Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too

The 2 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.



(camel-kamelets) 02/02: Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 97cc56ab2da3180ffbb217009c71724b798ad0aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 15 09:39:37 2023 +0100

    Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 .../kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml
index c35caf6c..19ce0a77 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml
@@ -113,7 +113,7 @@ spec:
     - "camel:kafka"
     - "camel:core"
     - "camel:kamelet"
-    - "mvn:io.apicurio:apicurio-registry-serdes-avro-serde:2.4.14.Final"
+    - "mvn:io.quarkus:quarkus-apicurio-registry-avro:3.6.3"
   template:
     beans:
       - name: kafkaHeaderDeserializer


(camel-kamelets) 01/02: Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2034f4d5256a5b923287c666c76ff61cbd82f949
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 15 09:30:57 2023 +0100

    Kafka Apicurio Registry: Use the Quarkus extension as dependency so the Kamelets will work well in Camel K too
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml | 2 +-
 pom.xml                                                          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml
index c35caf6c..19ce0a77 100644
--- a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml
+++ b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml
@@ -113,7 +113,7 @@ spec:
     - "camel:kafka"
     - "camel:core"
     - "camel:kamelet"
-    - "mvn:io.apicurio:apicurio-registry-serdes-avro-serde:2.4.14.Final"
+    - "mvn:io.quarkus:quarkus-apicurio-registry-avro:3.6.3"
   template:
     beans:
       - name: kafkaHeaderDeserializer
diff --git a/pom.xml b/pom.xml
index 736a1af8..637ddc6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
         <version.com.amazon.redshift.redshift-jdbc42>2.1.0.24</version.com.amazon.redshift.redshift-jdbc42>
         <version.org.apache.activemq.artemis-jms-client-all>2.31.2</version.org.apache.activemq.artemis-jms-client-all>
 	<version.org.postgresql.postgresql>42.7.1</version.org.postgresql.postgresql>
-	<version.io.apicurio.apicurio-registry-serdes-avro-serde>2.4.14.Final</version.io.apicurio.apicurio-registry-serdes-avro-serde>
+	<version.io.quarkus.quarkus-apicurio-registry-avro>3.6.3</version.io.quarkus.quarkus-apicurio-registry-avro>
 	<!-- These versions should be taken from Azure SDK BOM used in the Camel version declared -->
 	<version.com.azure.azure-identity>1.10.4</version.com.azure.azure-identity>
         <version.com.azure.azure-data-schemaregistry-apacheavro>1.1.11</version.com.azure.azure-data-schemaregistry-apacheavro>
@@ -342,7 +342,7 @@
                         "version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
                         "version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
 			"version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
-                        "version.io.apicurio.apicurio-registry-serdes-avro-serde": "${version.io.apicurio.apicurio-registry-serdes-avro-serde}",
+                        "version.io.quarkus.quarkus-apicurio-registry-avro": "${version.io.quarkus.quarkus-apicurio-registry-avro}",
                         "version.com.azure.azure-identity": "${version.com.azure.azure-identity}",
                         "version.com.azure.azure-data-schemaregistry-apacheavro": "${version.com.azure.azure-data-schemaregistry-apacheavro}",
                         "version.com.microsoft.azure.azure-schemaregistry-kafka-avro": "${version.com.microsoft.azure.azure-schemaregistry-kafka-avro}"