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 be9bbe56f47 CAMEL-9627: camel-cxf splitup
be9bbe56f47 is described below

commit be9bbe56f471ba0b82c096b990f54a78eb65cdf4
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 30 10:34:08 2022 +0200

    CAMEL-9627: camel-cxf splitup
---
 .../modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc            | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

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 00e15e11dc4..f3bfacd6821 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
@@ -37,7 +37,12 @@ Users should therefore choose `camel-cxf` to migrate among 
the following JARs:
 For example if you were using CXF for SOAP and with Spring XML, then you would 
need to migrate
 from using `camel-cxf` to `camel-cxf-spring-soap` and 
`camel-cxf-spring-transport`.
 
-The camel-cxf XML schemas (XSD) has also changed namespaces:
+When using Spring Boot then you need to migrate from `camel-cxf-starter` to 
use SOAP or REST:
+
+- `camel-cxf-soap-starter`
+- `camel-cxf-rest-starter`
+
+The `camel-cxf` XML XSD schemas has also changed namespaces:
 
 |===
 |Old Namespace | New Namespace

Reply via email to