You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "aldettinger (via GitHub)" <gi...@apache.org> on 2023/03/22 16:21:33 UTC

[GitHub] [camel-quarkus] aldettinger commented on a diff in pull request #4683: backporting Migration guide

aldettinger commented on code in PR #4683:
URL: https://github.com/apache/camel-quarkus/pull/4683#discussion_r1145095902


##########
docs/modules/ROOT/pages/migration-guide/3.0.0.adoc:
##########
@@ -0,0 +1,32 @@
+= Camel Quarkus 3.0.0 Migration Guide
+
+The following guide outlines how to adapt your code to changes that were made in Camel Quarkus 3.0.0.
+
+== Changes in Quarkus
+
+Please refer to xref:https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.0[Quarkus 3.0.0 Migration Guide].
+
+== Changes in Camel
+
+Please refer to xref:https://camel.apache.org/manual/camel-4-migration-guide.html[Apache Camel 3.x to 4.0 Migration guide].
+
+== Removed extensions
+
+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

Review Comment:
   The alternative extensions column is great :+1: 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org