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

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


The following commit(s) were added to refs/heads/main by this push:
     new d82de0208c Init Migrating to Camel Quarkus 3.0 guide
d82de0208c is described below

commit d82de0208c3068bfc5d7fedeb060ab1a49d8e219
Author: Zineb Bendhiba <bendhiba.zi...@gmail.com>
AuthorDate: Tue Mar 21 15:30:53 2023 +0100

    Init Migrating to Camel Quarkus 3.0 guide
---
 docs/modules/ROOT/nav.adoc                         |  1 +
 docs/modules/ROOT/pages/migration-guide/3.0.0.adoc | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/docs/modules/ROOT/nav.adoc b/docs/modules/ROOT/nav.adoc
index 3b76d03299..2c3cf3bd6b 100644
--- a/docs/modules/ROOT/nav.adoc
+++ b/docs/modules/ROOT/nav.adoc
@@ -13,6 +13,7 @@
 ** xref:user-guide/kubernetes.adoc[Kubernetes]
 * xref:migration-guide/index.adoc[Migration guide]
 ** xref:migration-guide/2.0.0.adoc[Camel Quarkus 2.0.0 migration guide]
+** xref:migration-guide/3.0.0.adoc[Camel Quarkus 3.0.0 migration guide]
 * xref:contributor-guide/index.adoc[Contributor guide]
 ** xref:contributor-guide/create-new-extension.adoc[Create new extension]
 ** xref:contributor-guide/promote-jvm-to-native.adoc[Promote JVM extension to 
Native]
diff --git a/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc 
b/docs/modules/ROOT/pages/migration-guide/3.0.0.adoc
new file mode 100644
index 0000000000..a6ba176bd8
--- /dev/null
+++ b/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
+|===
+
+

Reply via email to