This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch quick-fix/remove-examples-xref-418 in repository https://gitbox.apache.org/repos/asf/camel.git
commit ac4a37cdd9df42b7288982d6d266ea404b7a9091 Author: Claus Ibsen <[email protected]> AuthorDate: Fri Jun 12 09:27:26 2026 +0200 chore: remove broken xref examples sentence from java-xml-io-dsl docs Co-Authored-By: Claude <[email protected]> Signed-off-by: Claus Ibsen <[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.
