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

commit 60362f343741dbc8d6fe4198bbeb8626e8451368
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jun 30 11:45:01 2022 +0200

    CAMEL-9627: camel-cxf splitup
---
 .../user-manual/modules/ROOT/pages/camel-3x-upgrade-guide-3_18.adoc | 6 ++++++
 1 file changed, 6 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 f3bfacd6821..f4e75fc0157 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,12 @@ The `camel-cxf` XML XSD schemas has also changed namespaces:
 
 |===
 
+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`.
+
+This means, for example, the `CxfComponent` class is now located
+in `org.apache.camel.component.cxf.jaxws`.
+
 === camel-endpointdsl
 
 The options for `lazyStartProducer` and `bridgeErrorHandler` has moved into 
the _advanced_ group.

Reply via email to