You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by al...@apache.org on 2022/03/18 18:31:17 UTC

[camel-quarkus] 03/03: Fix the migration guide #3532

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

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

commit a665ddcff2213dbce29578c1bb9f3a12537f8c25
Author: aldettinger <al...@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].