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

davsclaus pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-4.18.x by this push:
     new e0a7f16aaa63 ci: restore camel-jbang xref links on camel-4.18.x 
(#23934)
e0a7f16aaa63 is described below

commit e0a7f16aaa6334c5491d565a5290549b6ab81faa
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jun 11 12:27:11 2026 +0200

    ci: restore camel-jbang xref links on camel-4.18.x (#23934)
    
    The backport of commit 2d0c8fa35e7 ("Fix broken xref links after Camel
    CLI documentation restructuring") repointed two xrefs to the split CLI
    documentation pages camel-jbang-projects.adoc and camel-jbang-beans.adoc.
    Those split pages exist only on main; the CLI documentation restructuring
    was not backported to camel-4.18.x, where camel-jbang.adoc is still a
    single page. As a result the two xrefs pointed at non-existent pages and
    the docs xref-check failed for every camel-4.18.x PR that regenerates docs.
    
    This reverts 2d0c8fa35e7 on camel-4.18.x, restoring the xrefs to
    camel-jbang.adoc#_update and 
camel-jbang.adoc#_using_spring_beans_in_camel_xml_dsl,
    both of which exist on this branch.
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc | 2 +-
 dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
index ac7164140ea8..2beca3526d0c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-upgrade-recipes-tool.adoc
@@ -20,7 +20,7 @@ To upgrade to the latest version of Camel, you can either 
execute the following
 $ mvn -U org.openrewrite.maven:rewrite-maven-plugin:run 
-Drewrite.recipeArtifactCoordinates=org.apache.camel.upgrade:camel-upgrade-recipes:LATEST
 -Drewrite.activeRecipes=org.apache.camel.upgrade.CamelMigrationRecipe
 ----
 
-or use the Camel CLI 
xref:camel-jbang-projects.adoc#_automated_updates_openrewrite[update] action:
+or use camel-jbang xref:camel-jbang.adoc#_update[update] action:
 
 [source,bas]
 ----
diff --git a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc 
b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc
index 3fe229adc28e..469a7bfddb83 100644
--- a/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc
+++ b/dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc
@@ -111,7 +111,7 @@ Here's an example `camel.xml` file, which defines both the 
routes and beans used
 
 A `my-route` route is referring to `greeter` bean which is defined using 
Spring `<bean>` element.
 
-More examples can be found in 
xref:manual:ROOT:camel-jbang-beans.adoc#_using_spring_beans_xml_in_camel_xml_dsl[Camel
 CLI] page.
+More examples can be found in 
xref:manual:ROOT:camel-jbang.adoc#_using_spring_beans_in_camel_xml_dsl[Camel 
JBang] page.
 
 === Using bean with constructors
 

Reply via email to