This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 33c9a23f97d Update camel-3-migration-guide.adoc
33c9a23f97d is described below
commit 33c9a23f97d15550db452242a2872659067e10da
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 14 12:08:51 2023 +0100
Update camel-3-migration-guide.adoc
---
docs/user-manual/modules/ROOT/pages/camel-3-migration-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 feb1094ed6d..8a0e4c274fe 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
@@ -161,7 +161,7 @@ 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].
+We removed the `camel-linkedin` component and there is no replacement.
The `camel-zookeeper` has its route policy functionality removed, instead use
`ZooKeeperClusterService` or the `camel-zookeeper-master` component.