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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 9fbc54678680d2bf00b0004963f32a08bf4d0515
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Nov 11 14:25:29 2020 +0100

    CAMEL-15812 - Tag consumer, added note in the migration guide
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc            | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git 
a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
index 884eff5..951beb5 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc
@@ -140,3 +140,11 @@ Other information have been stored in headers declared in 
GitConstants class
 - GIT_BRANCH_LEAF - "CamelGitBranchLeaf" - Leaf
 - GIT_BRANCH_OBJECT_ID - "CamelGitBranchObjectId" - Object Id
 
+The Camel Git Tag consumer has been changed a bit.
+
+For each exchange now in the body you'll get the tag ref name and not the full 
ref like before.
+
+Other information have been stored in headers declared in GitConstants class
+- GIT_TAG_LEAF - "CamelGitTagLeaf" - Leaf
+- GIT_TAG_OBJECT_ID - "CamelGitTagObjectId" - Object Id
+

Reply via email to