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


##########
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:
   Sorry, now I noticed this is a bakcport. The same applies to `main`



-- 
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-unsubscr...@camel.apache.org

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

Reply via email to