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 f8302aaf6132 Cleanup faq
f8302aaf6132 is described below
commit f8302aaf61327be2097f37bdf6adef944bfde8cb
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 11 06:40:35 2026 +0100
Cleanup faq
---
components/camel-xslt-saxon/src/main/docs/xslt-saxon-component.adoc | 3 +--
components/camel-xslt/src/main/docs/xslt-component.adoc | 3 +--
core/camel-core-engine/src/main/docs/modules/eips/pages/log-eip.adoc | 2 +-
3 files changed, 3 insertions(+), 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 98601b1a3320..b97d0c00af6b 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
@@ -201,8 +201,7 @@ With Spring XML:
To provide a dynamic stylesheet at runtime, you can either:
-- 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.
+- Define a dynamic URI.
- Use header with the stylesheet.
When using a header for dynamic stylesheet, then you can either refer to the
stylesheet as a `file` or `classpath`
diff --git a/components/camel-xslt/src/main/docs/xslt-component.adoc
b/components/camel-xslt/src/main/docs/xslt-component.adoc
index 1c953c00997b..4da609febca5 100644
--- a/components/camel-xslt/src/main/docs/xslt-component.adoc
+++ b/components/camel-xslt/src/main/docs/xslt-component.adoc
@@ -160,8 +160,7 @@ You can explicitly specify `file:` or `classpath:` loading.
The two loading type
To provide a dynamic stylesheet at runtime, you can either:
-- 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.
+- Define a dynamic URI.
- Use header with the stylesheet.
When using a header for dynamic stylesheet, then you can either refer to the
stylesheet as a `file` or `classpath`
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 da56125c3a84..72f2d6aebaf5 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
@@ -84,7 +84,7 @@ to construct the `String` containing 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 afterward. 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 afterward again.
+If the message body is stream based, then logging the message body may cause
the message body to be empty afterward. For streamed messages, you can use
Stream caching to allow logging the message body and be able to read the
message body afterward again.
The log DSL has overloaded methods to set the logging level and/or name as
well.
[source,java]