This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 883b586e0aa6659c9ce0ce62bbb9b8c62b7cd6e7 Author: Claus Ibsen <[email protected]> AuthorDate: Thu Jun 30 11:56:50 2022 +0200 Regen --- .../resources/org/apache/camel/catalog/others.properties | 1 - .../resources/org/apache/camel/catalog/others/jq.json | 14 -------------- 2 files changed, 15 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 1ef78d06f09..af396b27e3c 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 @@ -22,7 +22,6 @@ health jasypt java-joor-dsl jfr -jq js-dsl jsh-dsl jta diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json deleted file mode 100644 index 1abe9b039c6..00000000000 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/jq.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "other": { - "kind": "other", - "name": "jq", - "title": "Jq", - "description": "Java expression language using JQ", - "deprecated": false, - "firstVersion": "3.18.0", - "supportLevel": "Preview", - "groupId": "org.apache.camel", - "artifactId": "camel-jq", - "version": "3.18.0-SNAPSHOT" - } -}
