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

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


The following commit(s) were added to refs/heads/var-headers by this push:
     new 276d38f5cc7 CAMEL-19749: variables - Should also copy message headers 
into variable when using EIP variables
276d38f5cc7 is described below

commit 276d38f5cc7d79186ca8d4a44aca5d3ad10ebba4
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Jan 31 10:11:56 2024 +0100

    CAMEL-19749: variables - Should also copy message headers into variable 
when using EIP variables
---
 docs/user-manual/modules/ROOT/pages/variables.adoc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/variables.adoc 
b/docs/user-manual/modules/ROOT/pages/variables.adoc
index fca98bbd115..0e84edd115e 100644
--- a/docs/user-manual/modules/ROOT/pages/variables.adoc
+++ b/docs/user-manual/modules/ROOT/pages/variables.adoc
@@ -30,6 +30,8 @@ For example, you can build a custom repository that stores 
the variables in a da
 
 Each repository must have its own unique id. However, it's also possible to 
replace the default `global` repository with another.
 
+IMPORTANT: The id `exchange` and `header` is reserved by Camel internally and 
should not be used as id for custom repositories.
+
 == Getting and setting variables from Java API
 
 To get a local variable from the current exchange, you can do this via Java 
API:

Reply via email to