You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/24 10:17:16 UTC

[camel-k] branch camel-main updated: Updated resources

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

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


The following commit(s) were added to refs/heads/camel-main by this push:
     new bba720176 Updated resources
bba720176 is described below

commit bba7201767c0b31e996bda91bd05c0ff4e9afb5e
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Fri Jun 24 12:16:57 2022 +0200

    Updated resources
---
 pkg/resources/resources.go                   |  4 +-
 resources/camel-catalog-1.14.0-SNAPSHOT.yaml | 57 ++++++++++++----------------
 2 files changed, 27 insertions(+), 34 deletions(-)

diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 71deadef0..041226e79 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -597,9 +597,9 @@ var assets = func() http.FileSystem {
 		"/camel-catalog-1.14.0-SNAPSHOT.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "camel-catalog-1.14.0-SNAPSHOT.yaml",
 			modTime:          time.Time{},
-			uncompressedSize: 85090,
+			uncompressedSize: 85007,
 
-			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x5b\x77\xdb\x38\x96\xee\xbb\x7f\x05\x57\xe5\x65\x66\x9d\x26\xba\x2a\xd5\x67\x6a\x4e\x9d\x27\x5b\x8e\x13\x3b\xb6\xe3\x44\xee\x24\xdd\x2f\xb5\x20\x12\x92\x60\x91\x04\x0d\x80\xb2\x9c\x5f\x3f\x0b\x20\x78\x93\x94\xcd\x8b\x37\x3c\x7e\x30\x29\x62\xe3\xdb\xd8\x1f\x40\x10\xd7\x8d\x37\x41\x88\xf7\x77\xf2\x26\xb8\xe6\x11\xcb\x14\x8b\x03\x2d\x02\xbd\x66\xc1\x69\x4e\xa3\x35\x0b\xe6\x62\xa9\x9f\xa8\x64\xc1\x85\x28\xb2\x98\x [...]
+			compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x7d\x4b\x77\xdb\x38\xb6\xee\xdc\xbf\x82\xab\x32\x39\x67\xdd\x26\xba\x2a\xd5\xf7\xd4\x59\x75\x47\xb6\x1c\x27\x76\x6c\xc7\x89\xdc\x49\xba\x27\xb5\x20\x12\xa2\x60\x91\x04\x0d\x80\xb2\x9c\x5f\x7f\x17\x1e\x7c\x4a\xd9\x7c\x18\x70\x7b\x60\x52\xc4\xc6\xb7\xb1\x3f\x3c\x88\x17\x37\xde\x04\xa1\xbb\xbf\x93\x37\xc1\x35\x8d\x48\x2e\x48\x1c\x48\x16\xc8\x0d\x09\x4e\x0b\x1c\x6d\x48\xb0\x64\x6b\xf9\x84\x39\x09\x2e\x58\x99\xc7\x58\x [...]
 		},
 		"/traits.yaml": &vfsgen۰CompressedFileInfo{
 			name:             "traits.yaml",
diff --git a/resources/camel-catalog-1.14.0-SNAPSHOT.yaml b/resources/camel-catalog-1.14.0-SNAPSHOT.yaml
index e0cad05aa..02487bbc2 100644
--- a/resources/camel-catalog-1.14.0-SNAPSHOT.yaml
+++ b/resources/camel-catalog-1.14.0-SNAPSHOT.yaml
@@ -30,9 +30,9 @@ spec:
     provider: quarkus
     applicationClass: io.quarkus.bootstrap.runner.QuarkusEntryPoint
     metadata:
-      camel-quarkus.version: 2.9.0-SNAPSHOT
+      camel-quarkus.version: 2.10.0-SNAPSHOT
       camel.version: 3.18.0-SNAPSHOT
-      quarkus.version: 2.9.0.CR1
+      quarkus.version: 2.10.0.CR1
     dependencies:
     - groupId: org.apache.camel.k
       artifactId: camel-k-runtime
@@ -63,6 +63,10 @@ spec:
           artifactId: camel-quarkus-platform-http
         - groupId: org.apache.camel.quarkus
           artifactId: camel-quarkus-rest
+      resume:
+        dependencies:
+        - groupId: org.apache.camel.k
+          artifactId: camel-k-resume
       tracing:
         dependencies:
         - groupId: org.apache.camel.quarkus
@@ -89,6 +93,9 @@ spec:
     camel-k-master:
       groupId: org.apache.camel.k
       artifactId: camel-k-master
+    camel-k-resume:
+      groupId: org.apache.camel.k
+      artifactId: camel-k-resume
     camel-quarkus-activemq:
       groupId: org.apache.camel.quarkus
       artifactId: camel-quarkus-activemq
@@ -98,27 +105,6 @@ spec:
         passive: false
       javaTypes:
       - org.apache.camel.component.activemq.ActiveMQComponent
-    camel-quarkus-ahc:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ahc
-      schemes:
-      - id: ahc
-        http: true
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ahc.AhcComponent
-    camel-quarkus-ahc-ws:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-ahc-ws
-      schemes:
-      - id: ahc-ws
-        http: true
-        passive: false
-      - id: ahc-wss
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.ahc.ws.WsComponent
     camel-quarkus-amqp:
       groupId: org.apache.camel.quarkus
       artifactId: camel-quarkus-amqp
@@ -411,6 +397,15 @@ spec:
         passive: false
       javaTypes:
       - org.apache.camel.component.azure.eventhubs.EventHubsComponent
+    camel-quarkus-azure-key-vault:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-azure-key-vault
+      schemes:
+      - id: azure-key-vault
+        http: false
+        passive: false
+      javaTypes:
+      - org.apache.camel.component.azure.key.vault.KeyVaultComponent
     camel-quarkus-azure-servicebus:
       groupId: org.apache.camel.quarkus
       artifactId: camel-quarkus-azure-servicebus
@@ -738,6 +733,13 @@ spec:
         passive: true
       javaTypes:
       - org.apache.camel.component.dataformat.DataFormatComponent
+    camel-quarkus-datasonnet:
+      groupId: org.apache.camel.quarkus
+      artifactId: camel-quarkus-datasonnet
+      languages:
+      - datasonnet
+      javaTypes:
+      - org.apache.camel.language.datasonnet.DatasonnetLanguage
     camel-quarkus-debezium-mongodb:
       groupId: org.apache.camel.quarkus
       artifactId: camel-quarkus-debezium-mongodb
@@ -2328,15 +2330,6 @@ spec:
         passive: false
       javaTypes:
       - org.apache.camel.component.solr.SolrComponent
-    camel-quarkus-spark:
-      groupId: org.apache.camel.quarkus
-      artifactId: camel-quarkus-spark
-      schemes:
-      - id: spark
-        http: false
-        passive: false
-      javaTypes:
-      - org.apache.camel.component.spark.SparkComponent
     camel-quarkus-splunk:
       groupId: org.apache.camel.quarkus
       artifactId: camel-quarkus-splunk