You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/01/31 09:12:07 UTC

(camel) branch var-headers updated: CAMEL-19749: variables - Should also copy message headers into variable when using EIP variables

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 <cl...@gmail.com>
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: