You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2023/03/23 14:40:30 UTC

[camel-quarkus] 03/03: Update Migration guide : add missing removed dependencies

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

zbendhiba pushed a commit to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit ea111a6f4f2a421dcf56edc6d159083ebab9f5fe
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Mar 23 08:55:38 2023 +0100

    Update Migration guide : add missing removed dependencies
---
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc | 32 +++++++++++++++-------
 1 file changed, 22 insertions(+), 10 deletions(-)

diff --git a/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc b/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
index a6ba176bd8..4559e5b3eb 100644
--- a/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
+++ b/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
@@ -17,16 +17,28 @@ The following extensions have been removed.
 [options="header"]
 |===
 | Extension | Alternative extension(s)
-| camel-quarkus-activemq               | camel-quarkus-jms, camel-quarkus-sjms, camel-quarkus-amqp
-| camel-quarkus-caffeine-lrucache      | camel-quarkus-ignite, camel-quarkus-infinispan
-| camel-quarkus-elasticsearch-rest     | TODO Coming camel-quarkus-elasticsearch
-| camel-quarkus-johnzon                | camel-quarkus-jackson, camel-quarkus-fastjson, camel-quarkus-gson
-| camel-quarkus-microprofile-metrics   | camel-quarkus-micrometer, camel-quarkus-opentelemtry
-| camel-quarkus-opentracing            | camel-quarkus-micrometer, camel-quarkus-opentelemtry
-| camel-quarkus-optaplanner            | none
-| camel-quarkus-rabbitmq               | none
-| camel-quarkus-vm                     | camel-quarkus-seda
-| camel-quarkus-xstream                | camel-quarkus-jacksonxml
+| camel-quarkus-activemq                    | camel-quarkus-jms, camel-quarkus-sjms, camel-quarkus-amqp
+| camel-quarkus-atmos                       | none
+| camel-quarkus-avro-rpc                    | none
+| camel-quarkus-caffeine-lrucache           | camel-quarkus-ignite, camel-quarkus-infinispan
+| camel-quarkus-datasonnet                  | should be reintroduced
+| camel-quarkus-dozer                       | none
+| camel-quarkus-elasticsearch-rest          | Coming camel-quarkus-elasticsearch
+| camel-quarkus-hbase                       | none
+| camel-quarkus-iota                        | none
+| camel-quarkus-jbpm                        | none
+| camel-quarkus-jclouds                     | none
+| camel-quarkus-johnzon                     | camel-quarkus-jackson, camel-quarkus-fastjson, camel-quarkus-gson
+| camel-quarkus-microprofile-metrics        | camel-quarkus-micrometer, camel-quarkus-opentelemtry
+| camel-quarkus-milo                        | none
+| camel-quarkus-opentracing                 | camel-quarkus-micrometer, camel-quarkus-opentelemtry
+| camel-quarkus-optaplanner                 | none
+| camel-quarkus-rabbitmq                    | none
+| camel-quarkus-smallrye-reactive-messaging | should be reintroduced
+| camel-quarkus-tika                        | should be reintroduced
+| camel-quarkus-vm                          | camel-quarkus-seda
+| camel-quarkus-xmlsecurity                 | should be reintroduced
+| camel-quarkus-xstream                     | camel-quarkus-jacksonxml
 |===