Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add migration guide for the 2.10.0 release #3801

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 28 additions & 0 deletions docs/modules/ROOT/pages/migration-guide/2.10.0.adoc
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions docs/modules/ROOT/pages/migration-guide/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down