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 42bc3e0 Skip vertx-common in prepare catalog 42bc3e0 is described below commit 42bc3e0d700fd21effaaf1622078b10d5b893ad1 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Mar 10 06:26:12 2021 +0100 Skip vertx-common in prepare catalog --- .../resources/org/apache/camel/catalog/others.properties | 1 - .../org/apache/camel/catalog/others/vertx-common.json | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties index 7f215b0..aa9f1a3 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others.properties @@ -45,5 +45,4 @@ testcontainers-spring-junit5 threadpoolfactory-vertx tracing undertow-spring-security -vertx-common zipkin diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/vertx-common.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/vertx-common.json deleted file mode 100644 index cac85d1..0000000 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/vertx-common.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "other": { - "kind": "other", - "name": "vertx-common", - "title": "Vertx Common", - "description": "Camel Vert.x Common support", - "deprecated": false, - "firstVersion": "3.9.0", - "label": "eventbus,reactive", - "supportLevel": "Preview", - "groupId": "org.apache.camel", - "artifactId": "camel-vertx-common", - "version": "3.9.0-SNAPSHOT" - } -}