This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-3.22.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.22.x by this push:
new 5b0eb28786cb Cleanup faq
5b0eb28786cb is described below
commit 5b0eb28786cbdb7bcac22951c3061f18f39ef513
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 11 06:44:09 2026 +0100
Cleanup faq
---
components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc | 2 --
components/camel-xslt/src/main/docs/xslt-component.adoc | 2 --
core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc | 2 +-
3 files changed, 1 insertion(+), 5 deletions(-)
diff --git
a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
index a62a62eca243..8eb6ba3c0572 100644
--- a/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
+++ b/components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc
@@ -195,8 +195,6 @@ With Spring XML:
== Dynamic stylesheets
To provide a dynamic stylesheet at runtime you can define a dynamic URI.
-See xref:manual:faq:how-to-use-a-dynamic-uri-in-to.adoc[How to use a dynamic
URI in
-to()] for more information.
== Accessing warnings, errors and fatalErrors from XSLT ErrorListener
diff --git a/components/camel-xslt/src/main/docs/xslt-component.adoc
b/components/camel-xslt/src/main/docs/xslt-component.adoc
index 5e2e270aac89..04a0ca54dfac 100644
--- a/components/camel-xslt/src/main/docs/xslt-component.adoc
+++ b/components/camel-xslt/src/main/docs/xslt-component.adoc
@@ -158,8 +158,6 @@ You can explicitly specify `file:` or `classpath:` loading.
The two loading type
== Dynamic stylesheets
To provide a dynamic stylesheet at runtime you can define a dynamic URI.
-See xref:manual:faq:how-to-use-a-dynamic-uri-in-to.adoc[How to use a dynamic
URI in
-to()] for more information.
== Accessing warnings, errors and fatalErrors from XSLT ErrorListener
diff --git
a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
index f30003f74d5d..2931dbabf8f0 100644
--- a/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
+++ b/core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc
@@ -57,7 +57,7 @@ to construct the `String` containg the message to be logged.
=== Logging message body with streaming
-If the message body is stream based, then logging the message body, may cause
the message body to be empty afterwards. See this
xref:manual:faq:why-is-my-message-body-empty.adoc[FAQ]. For streamed messages
you can use Stream caching to allow logging the message body and be able to
read the message body afterwards again.
+If the message body is stream based, then logging the message body, may cause
the message body to be empty afterwards. For streamed messages you can use
Stream caching to allow logging the message body and be able to read the
message body afterwards again.
The log DSL have overloaded methods to set the logging level and/or name as
well.
[source,java]