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

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

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


##########
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:
   There is more: 
   Atmos - removed from Camel
   Avro RPC https://github.com/apache/camel-quarkus/issues/4462
   DataSonnet - should come back https://github.com/apache/camel-quarkus/issues/4685
   Dozer - missing in Camel 4, altough https://camel.apache.org/manual/camel-4-migration-guide.html does not say so
   HBase - removed from Camel
   Iota - removed from Camel
   JBPM  - removed from Camel
   JClouds  - removed from Camel
   Milo - removed from Camel
   smallrye-reactive-messaging - will come back https://github.com/apache/camel-quarkus/issues/4637
   Tika - should come back https://github.com/apache/camel-quarkus/issues/4470
   XML Security Sign - will come back https://github.com/apache/camel-quarkus/issues/4684
   



-- 
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