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 e1eba15  Add 2.7.0 migration guide
e1eba15 is described below

commit e1eba15595adf22c43a130b9581788ff78e77e12
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Thu Jan 13 08:17:06 2022 +0000

    Add 2.7.0 migration guide
---
 docs/modules/ROOT/pages/migration-guide/2.7.0.adoc | 7 +++++++
 docs/modules/ROOT/pages/migration-guide/index.adoc | 1 +
 2 files changed, 8 insertions(+)

diff --git a/docs/modules/ROOT/pages/migration-guide/2.7.0.adoc 
b/docs/modules/ROOT/pages/migration-guide/2.7.0.adoc
new file mode 100644
index 0000000..543413e
--- /dev/null
+++ b/docs/modules/ROOT/pages/migration-guide/2.7.0.adoc
@@ -0,0 +1,7 @@
+= Camel Quarkus 2.7.0 Migration Guide
+
+The following guide outlines how to adapt your code to changes that were made 
in Camel Quarkus 2.7.0 & Quarkus 2.7.0.Final.
+
+== Deprecated vertx-kafka extension has been removed
+
+The deprecated `vertx-kafka` extension has been removed. Any routes using this 
component will need modifying to use the 
xref:reference/extensions/kafka.adoc[`kafka`] extension.
diff --git a/docs/modules/ROOT/pages/migration-guide/index.adoc 
b/docs/modules/ROOT/pages/migration-guide/index.adoc
index a53106e..d72c3d3 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.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]
 * xref:migration-guide/2.2.0.adoc[Camel Quarkus 2.1.0 to Camel Quarkus 2.2.0 
migration guide]
 * xref:migration-guide/2.1.0.adoc[Camel Quarkus 2.0.0 to Camel Quarkus 2.1.0 
migration guide]

Reply via email to