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


The following commit(s) were added to refs/heads/main by this push:
     new 4fa7d6ed65fe Fix catalog wrong for github2
4fa7d6ed65fe is described below

commit 4fa7d6ed65fe89cc6a84e4a89e2d7d6841c56d54
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Feb 18 16:39:51 2026 +0100

    Fix catalog wrong for github2
---
 .../resources/org/apache/camel/catalog/others.properties   |  1 -
 .../resources/org/apache/camel/catalog/others/github2.json | 14 --------------
 .../META-INF/services/org/apache/camel/other.properties    |  7 -------
 .../camel-github2/src/generated/resources/github2.json     | 14 --------------
 docs/components/modules/others/examples/json/github2.json  |  1 -
 5 files changed, 37 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 65d41aa550ea..50e948e7cbd0 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
@@ -13,7 +13,6 @@ debug
 dsl-modeline
 elytron
 endpointdsl
-github2
 headersmap
 health
 jandex
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/github2.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/github2.json
deleted file mode 100644
index caf0cf6bc39d..000000000000
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/github2.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "github2",
-    "title": "Github2",
-    "description": "Interact with the GitHub API using kohsuke github-api 
library",
-    "deprecated": false,
-    "firstVersion": "4.18.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-github2",
-    "version": "4.19.0-SNAPSHOT"
-  }
-}
diff --git 
a/components/camel-github2/src/generated/resources/META-INF/services/org/apache/camel/other.properties
 
b/components/camel-github2/src/generated/resources/META-INF/services/org/apache/camel/other.properties
deleted file mode 100644
index a2ca1806db22..000000000000
--- 
a/components/camel-github2/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-# Generated by camel build tools - do NOT edit this file!
-name=github2
-groupId=org.apache.camel
-artifactId=camel-github2
-version=4.19.0-SNAPSHOT
-projectName=Camel :: GitHub2
-projectDescription=Interact with the GitHub API using kohsuke github-api 
library
diff --git a/components/camel-github2/src/generated/resources/github2.json 
b/components/camel-github2/src/generated/resources/github2.json
deleted file mode 100644
index caf0cf6bc39d..000000000000
--- a/components/camel-github2/src/generated/resources/github2.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  "other": {
-    "kind": "other",
-    "name": "github2",
-    "title": "Github2",
-    "description": "Interact with the GitHub API using kohsuke github-api 
library",
-    "deprecated": false,
-    "firstVersion": "4.18.0",
-    "supportLevel": "Preview",
-    "groupId": "org.apache.camel",
-    "artifactId": "camel-github2",
-    "version": "4.19.0-SNAPSHOT"
-  }
-}
diff --git a/docs/components/modules/others/examples/json/github2.json 
b/docs/components/modules/others/examples/json/github2.json
deleted file mode 120000
index ef0ef1ac1232..000000000000
--- a/docs/components/modules/others/examples/json/github2.json
+++ /dev/null
@@ -1 +0,0 @@
-../../../../../../components/camel-github2/src/generated/resources/github2.json
\ No newline at end of file

Reply via email to