This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 257e7c925d CAMEL-23607 - remove link in doc for camel-github which has
been removed
257e7c925d is described below
commit 257e7c925d9bbd5a99128a6c68c0a2f83232c953
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue May 26 10:28:56 2026 +0200
CAMEL-23607 - remove link in doc for camel-github which has been removed
Signed-off-by: Aurélien Pupier <[email protected]>
---
docs/modules/ROOT/pages/reference/extensions/github.adoc | 4 ++--
extensions/pom.xml | 6 ++++++
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/reference/extensions/github.adoc
b/docs/modules/ROOT/pages/reference/extensions/github.adoc
index 206c19863d..53b08ba7af 100644
--- a/docs/modules/ROOT/pages/reference/extensions/github.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/github.adoc
@@ -23,9 +23,9 @@ Interact with the GitHub API.
[id="extensions-github-whats-inside"]
== What's inside
-* xref:{cq-camel-components}::github-component.adoc[GitHub component], URI
syntax: `github:type/branchName`
+* GitHub
+
-Please refer to the above link for usage and configuration details.
[id="extensions-github-maven-coordinates"]
== Maven coordinates
diff --git a/extensions/pom.xml b/extensions/pom.xml
index 4ee4213741..5594eb8e69 100644
--- a/extensions/pom.xml
+++ b/extensions/pom.xml
@@ -357,7 +357,13 @@
<jacksonXml>
<name>jacksonXml2</name>
</jacksonXml>
+ <!-- TODO: Remove for Camel > 4.21.0
-->
+ <github>
+ <name>camel-github</name>
+ <xrefPrefix>remove</xrefPrefix>
+ </github>
</componentLinkOverrides>
+
</configuration>
</execution>
</executions>