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 2023/08/18 11:20:17 UTC

[camel] branch main updated: (chores) doc: added migration details for the camel-twitter component (#11148)

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 f036165a513 (chores) doc: added migration details for the camel-twitter component (#11148)
f036165a513 is described below

commit f036165a5138df87e4408629f334775773c98e3e
Author: Otavio Rodolfo Piske <or...@users.noreply.github.com>
AuthorDate: Fri Aug 18 13:20:11 2023 +0200

    (chores) doc: added migration details for the camel-twitter component (#11148)
    
    Signed-off-by: Otavio R. Piske <an...@gmail.com>
---
 docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
index d775898d91e..2412afee81f 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4-migration-guide.adoc
@@ -499,3 +499,6 @@ NOTE: The `platform-http-starter` can also be used with Rest DSL.
 
 If the route or consumer is suspended then http status 503 is now returned instead of 404.
 
+=== camel-twitter
+
+The component was updated to use Twitter4j version 4.1.2, which https://twitter4j.org/2022/10/21/264[has moved the packages] used by a few of its classes. If accessing certain twitter-related data, such as the Twit status, you need to update the packages used from `twitter4j.Status` to `twitter4j.v1.Status`.
\ No newline at end of file