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

jamesnetherton 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 5186a6f51f Add migration guide for the 2.10.0 release
5186a6f51f is described below

commit 5186a6f51ff05880ff22057710cf6b60f5683647
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Mon May 23 09:32:02 2022 +0100

    Add migration guide for the 2.10.0 release
---
 .../modules/ROOT/pages/migration-guide/2.10.0.adoc | 28 ++++++++++++++++++++++
 docs/modules/ROOT/pages/migration-guide/index.adoc |  1 +
 2 files changed, 29 insertions(+)

diff --git a/docs/modules/ROOT/pages/migration-guide/2.10.0.adoc 
b/docs/modules/ROOT/pages/migration-guide/2.10.0.adoc
new file mode 100644
index 0000000000..975ccaa0c8
--- /dev/null
+++ b/docs/modules/ROOT/pages/migration-guide/2.10.0.adoc
@@ -0,0 +1,28 @@
+= Camel Quarkus 2.10.0 Migration Guide
+
+The following guide outlines how to adapt your code to changes that were made 
in Camel Quarkus 2.10.0 & Quarkus 2.10.0.Final.
+
+== Removal of deprecated extensions
+
+The following deprecated extensions were removed in this release.
+
+* camel-ahc
+* camel-ahc-ws
+* camel-atomix
+* camel-beanstalk
+* camel-beanio
+* camel-etcd
+* camel-elsql
+* camel-ganglia
+* camel-nsq
+* camel-hystrix
+* camel-jing
+* camel-msv
+* camel-nagios
+* camel-nsq
+* camel-ribbon
+* camel-sip
+* camel-soroush
+* camel-spark
+* camel-tagsoup
+* camel-yammer
diff --git a/docs/modules/ROOT/pages/migration-guide/index.adoc 
b/docs/modules/ROOT/pages/migration-guide/index.adoc
index aae2d13786..8786e8b4ba 100644
--- a/docs/modules/ROOT/pages/migration-guide/index.adoc
+++ b/docs/modules/ROOT/pages/migration-guide/index.adoc
@@ -4,6 +4,7 @@ We do frequent releases, a release almost every month, and even 
though we strive
 
 Listed here are guides on how to migrate between major versions and anything 
of significance to watch for when upgrading from minor versions.
 
+* xref:migration-guide/2.10.0.adoc[Camel Quarkus 2.9.0 to Camel Quarkus 2.10.0 
migration guide]
 * xref:migration-guide/2.8.0.adoc[Camel Quarkus 2.7.0 to Camel Quarkus 2.8.0 
migration guide]
 * xref:migration-guide/2.7.0.adoc[Camel Quarkus 2.6.0 to Camel Quarkus 2.7.0 
migration guide]
 * xref:migration-guide/2.6.0.adoc[Camel Quarkus 2.5.0 to Camel Quarkus 2.6.0 
migration guide]

Reply via email to