You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/11/11 08:09:42 UTC

[camel] branch master updated: Migration guide 3.6-3.7: Added note about Camel Git Branch consumer

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


The following commit(s) were added to refs/heads/master by this push:
     new 8e500c5  Migration guide 3.6-3.7: Added note about Camel Git Branch consumer
8e500c5 is described below

commit 8e500c5a9c954e6528c776323eb9d3d71714a324
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 11 09:06:08 2020 +0100

    Migration guide 3.6-3.7: Added note about Camel Git Branch consumer
---
 .../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 f168856..884eff5 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
@@ -132,3 +132,11 @@ Other information have been stored in headers declared in GitConstants class
 - GIT_COMMIT_COMMITTER_NAME - "CamelGitCommiterName" - The commit committer name
 - GIT_COMMIT_TIME - "CamelGitCommitTime" - The commit time
 
+The Camel Git Branch consumer has been changed a bit.
+
+For each exchange now in the body you'll get the branch ref name and not the full ref like before.
+
+Other information have been stored in headers declared in GitConstants class
+- GIT_BRANCH_LEAF - "CamelGitBranchLeaf" - Leaf
+- GIT_BRANCH_OBJECT_ID - "CamelGitBranchObjectId" - Object Id
+