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 1d494d4 Align migration paragraphs to others 1d494d4 is described below commit 1d494d4373d6a92a0a26cf3f20e6550f579bd2bc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Aug 19 12:23:33 2019 +0200 Align migration paragraphs to others --- MIGRATION.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 19f3d7f..1c0f87b 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -524,8 +524,7 @@ The XMLSecurity data format has renamed the attribute `keyOrTrustStoreParameters The `<zipFile>` data format has been renamed to `<zipfile>`. -Migrating Camel Maven Plugins ------------------------------ +### Migrating Camel Maven Plugins The `camel-maven-plugin` has been split up into two maven plugins: @@ -537,8 +536,7 @@ The former has the `run` goal, which is intended for quickly running Camel appli The `camel-report-maven-plugin` has the `validate` and `route-coverage` goals which is used for generating reports of your Camel projects such as validating Camel endpoint URIs and route coverage reports, etc. -Known Issues ------------- +### Known Issues There is an issue with MDC logging and correctly transferring the Camel breadcrumb id's under certain situations with routing over asynchronous endpoints, due to the internal routing engine refactorings. This change also affects the `camel-zipkin` component, which may not correctly transfer the span id's when using MDC logging as well.