This is an automated email from the ASF dual-hosted git repository. pascalschumacher 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 0acbeb3 Fix lists of camel-git headers and other small improvements to the Camel 3.7 upgrade guide. 0acbeb3 is described below commit 0acbeb33fefa10a0c7527feaec621eeb7e829a6f Author: PascalSchumacher <pascalschumac...@gmx.net> AuthorDate: Tue Jan 5 09:37:58 2021 +0100 Fix lists of camel-git headers and other small improvements to the Camel 3.7 upgrade guide. --- .../modules/ROOT/pages/camel-3x-upgrade-guide-3_7.adoc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 ecf5b78..ef6deb9 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 @@ -136,7 +136,8 @@ The Camel Git Commit consumer has been changed a bit. For each exchange now in the body you'll get the commit full message as a String and the Commit Object like before. -Other information have been stored in headers declared in GitConstants class: +Other information has been stored in headers declared in GitConstants class: + - GIT_COMMIT_ID - "CamelGitCommitId" - The commit Id - GIT_COMMIT_AUTHOR_NAME - "CamelGitAuthorName" - The commit Author name - GIT_COMMIT_COMMITTER_NAME - "CamelGitCommiterName" - The commit committer name @@ -146,7 +147,8 @@ 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: +Other information has been stored in headers declared in GitConstants class: + - GIT_BRANCH_LEAF - "CamelGitBranchLeaf" - Leaf - GIT_BRANCH_OBJECT_ID - "CamelGitBranchObjectId" - Object Id @@ -154,18 +156,18 @@ 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: +Other information has been stored in headers declared in GitConstants class: + - GIT_TAG_LEAF - "CamelGitTagLeaf" - Leaf - GIT_TAG_OBJECT_ID - "CamelGitTagObjectId" - Object Id === camel-github Login using username and password is no longer supported by github and these options has been removed -(https://developer.github.com/changes/2020-02-14-deprecating-password-auth/) +(https://developer.github.com/changes/2020-02-14-deprecating-password-auth/). Login must be done using the `oauthToken` option. - === Camel-AWS2-S3 Autowire support The camel-aws2-s3 now has support for autowiring the amazonS3Client option with a S3Client instance coming from the registry.