You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by jp...@apache.org on 2020/01/13 11:42:05 UTC

[camel] branch master updated: CAMEL-14168 mention removal of camel-linkedin component in the camel3 migration guide

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

jpoth 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 dc383a1  CAMEL-14168 mention removal of camel-linkedin component in the camel3 migration guide
dc383a1 is described below

commit dc383a1a1152c7bb1e3ab3a418b8295142f3eae9
Author: John Poth <po...@gmail.com>
AuthorDate: Mon Jan 13 10:41:59 2020 +0100

    CAMEL-14168 mention removal of camel-linkedin component in the camel3 migration guide
---
 docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 ++
 1 file changed, 2 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 7dc117a..758df6b 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
@@ -157,6 +157,8 @@ We removed `camel-jibx` component which wasn't working on JDK 8.
 
 We removed `camel-boon` dataformat which wasn't working on JDK 9 and later.
 
+We removed the `camel-linkedin` component as the Linkedin API 1.0 is no longer https://engineering.linkedin.com/blog/2018/12/developer-program-updates[supported]. Support for the new 2.0 API is tracked by https://issues.apache.org/jira/browse/CAMEL-13813[CAMEL-13813].
+
 The `camel-zookeeper` has its route policy functionality removed, instead use `ZooKeeperClusterService` or the `camel-zookeeper-master` component.
 
 The `camel-jetty` component no longer supports producer (eg to) which has been removed, use `camel-http` component instead.