This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-4.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.14.x by this push:
new 2d883941b63c chore: remove broken xref examples sentence from
java-xml-io-dsl docs (#23975)
2d883941b63c is described below
commit 2d883941b63cdcc4e987bdcc86cf6978154f3b86
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Jun 12 10:13:16 2026 +0200
chore: remove broken xref examples sentence from java-xml-io-dsl docs
(#23975)
Signed-off-by: Claus Ibsen <[email protected]>
Co-authored-by: Claude <[email protected]>
---
dsl/camel-xml-io-dsl/src/main/docs/java-xml-io-dsl.adoc | 2 --
1 file changed, 2 deletions(-)
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..52077dcf8504 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,8 +111,6 @@ 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.
-
=== Using bean with constructors
When beans must be created with constructor arguments, then this is made
easier in Camel 4.1 onwards.