You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/02 07:54:54 UTC

[camel] branch master updated (e65b304 -> 2ff9320)

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

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


    from e65b304  Upgrade swagger
     new 6222803  Add root file that points to the camel 3 migration guide as otherwise people may not find it
     new 2ff9320  Add migration of camel-kafka

The 2 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:
 Camel3-Migration-Guide.md                                        | 1 +
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 Camel3-Migration-Guide.md


[camel] 01/02: Add root file that points to the camel 3 migration guide as otherwise people may not find it

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6222803b561dcb3d55c2b5fdf952615de2ae0e05
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 2 09:51:22 2019 +0200

    Add root file that points to the camel 3 migration guide as otherwise people may not find it
---
 Camel3-Migration-Guide.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Camel3-Migration-Guide.md b/Camel3-Migration-Guide.md
new file mode 100644
index 0000000..21cfb67
--- /dev/null
+++ b/Camel3-Migration-Guide.md
@@ -0,0 +1 @@
+See the [camel 3 migration guide](user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc)


[camel] 02/02: Add migration of camel-kafka

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2ff9320f23a9812d3f9a2908bc70f024995807e2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Oct 2 09:54:23 2019 +0200

    Add migration of camel-kafka
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
index 9365d5f..463c92e 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc
@@ -239,6 +239,10 @@ The component `camel-aws` has been split into multiple components:
 
 So you'll have to add explicitly the dependencies for these components. From the OSGi perspective, there is still a `camel-aws` Karaf feature, which includes all the components features.
 
+=== Kafka
+
+The `camel-kafka` component has removed the options `bridgeEndpoint` and `circularEndpointDetection` as this is no longer needed as the component is acting as briding would work on Camel 2.x. In other words `camel-kafka` will send messages to the topic from the endpoint uri. To override this use the `KafkaConstants.OVERRIDE_TOPIC` header with the new topic. See more details in the `camel-kafka` component documentation.
+
 === Telegram
 
 The `camel-telegram` component has moved the authorization token from uri-path to a query parameter instead, eg migrate