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 2019/08/19 10:27:05 UTC

[camel] branch master updated (1d494d4 -> 0343eb7)

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

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


    from 1d494d4  Align migration paragraphs to others
     new 60e593e  Migration guide: Tracer has been implemented
     new 2bc8491  Migration guide: Missing > on xml dsl fragment
     new 0343eb7  Added back original title for known issues and Camel-maven-plugin

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 MIGRATION.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)


[camel] 03/03: Added back original title for known issues and Camel-maven-plugin

Posted by ac...@apache.org.
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 0343eb7a9a3fd632c33e50b35797d01c40edcc01
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 19 12:26:22 2019 +0200

    Added back original title for known issues and Camel-maven-plugin
---
 MIGRATION.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index fa73ec0..6e68b5b 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -524,7 +524,8 @@ 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:
 
@@ -536,7 +537,8 @@ 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.
 


[camel] 02/03: Migration guide: Missing > on xml dsl fragment

Posted by ac...@apache.org.
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 2bc849165ee67f876d42f9c3c0eab01b416d4e2d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 19 12:25:20 2019 +0200

    Migration guide: Missing > on xml dsl fragment
---
 MIGRATION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index e7a0f51..fa73ec0 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -172,7 +172,7 @@ To
                     <header>mySize</header>
                 </completionSizeExpression>
 
-And the same for `<completionTimeout`.
+And the same for `<completionTimeout>`.
 
 #### camel-cdi
 


[camel] 01/03: Migration guide: Tracer has been implemented

Posted by ac...@apache.org.
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 60e593e5a6a8128d2e800f4f9dcb235da19376af
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Aug 19 12:24:00 2019 +0200

    Migration guide: Tracer has been implemented
---
 MIGRATION.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index 1c0f87b..e7a0f51 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -540,6 +540,4 @@ The `camel-report-maven-plugin` has the `validate` and `route-coverage` goals wh
 
 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.
 
-The tracer feature does not work (the implementation from Camel 2.x was deprecated), and we plan to implement a new and improved tracer.
-