This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch CAMEL-QUARKUS-3532 in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 76de09cc9811f5a9fdc364279c32a00dbeb03766 Author: aldettinger <aldettin...@gmail.com> AuthorDate: Fri Mar 18 17:00:47 2022 +0100 Fix the migration guide #3532 --- docs/modules/ROOT/pages/migration-guide/2.8.0.adoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/modules/ROOT/pages/migration-guide/2.8.0.adoc b/docs/modules/ROOT/pages/migration-guide/2.8.0.adoc index 3b9d608..20a7f0c 100644 --- a/docs/modules/ROOT/pages/migration-guide/2.8.0.adoc +++ b/docs/modules/ROOT/pages/migration-guide/2.8.0.adoc @@ -16,3 +16,10 @@ quarkus.camel.fhir.enable-r4=false ``` For more information, refer to the xref:reference/extensions/fhir.adoc[Camel Quarkus FHIR Extension] documentation. + +== Removal of the weka and ipfs extensions + +The weka and ipfs extensions have been removed from this release because of issues related to the build infrastructure. +Volunteers wishing to maintain those projects are welcome. + +For more information, refer to the matching https://github.com/apache/camel-quarkus/issues/3532[github issue].