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/08/09 09:44:17 UTC

[camel] 03/03: Upgrade migration guide

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 b60bc8251bfe502534842732bb43a173265b820a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Aug 9 11:43:54 2019 +0200

    Upgrade migration guide
---
 MIGRATION.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MIGRATION.md b/MIGRATION.md
index 94cbd57..c70a538 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -239,6 +239,17 @@ 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.
 
+### Telegram
+
+The `camel-telegram` component has moved the authorization token from uri-path to a query parameter instead, eg migrate
+
+    telegram:bots/myTokenHere 
+
+to
+
+    telegram:bots?authorizationToken=myTokenHere
+        
+
 ### JMX
 
 If you run Camel standalone with just `camel-core` as a dependency, and you want JMX enabled out of the box, then you need to add `camel-management-impl` as a dependency.