You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/08/04 07:27:20 UTC

[camel] branch main updated: Add note to docs about camel-cxf-blueprint has not changed XSD namespace in 3.18 onwards.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 48cc91f3ce5 Add note to docs about camel-cxf-blueprint has not changed XSD namespace in 3.18 onwards.
48cc91f3ce5 is described below

commit 48cc91f3ce5effbcfecda6895ebd53de64ae2988
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Aug 4 09:27:04 2022 +0200

    Add note to docs about camel-cxf-blueprint has not changed XSD namespace in 3.18 onwards.
---
 docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc
index f4e75fc0157..64367c7a345 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc
@@ -61,6 +61,9 @@ The `camel-cxf` XML XSD schemas has also changed namespaces:
 
 |===
 
+IMPORTANT: The namespace for Apache Camel Karaf (`camel-cxf-blueprint`) has *not* changed.
+This module has not been split-up and comes with both SOAP and REST combined as before.
+
 And the `camel-cxf` SOAP component is moved to a new `jaxws` sub-package,
 i.e. `org.apache.camel.component.cxf` is now `org.apache.camel.component.cxf.jaws`.