This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 7b30b3cc15e88d6942cfb08ed4d4bc78406d4e66 Author: Peter Palaga <[email protected]> AuthorDate: Wed Jun 7 16:42:37 2023 +0200 Be more precise about the WS standards coverage on the CXF extension page --- docs/modules/ROOT/pages/reference/extensions/cxf-soap.adoc | 4 ++-- extensions/cxf-soap/runtime/src/main/doc/usage.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/modules/ROOT/pages/reference/extensions/cxf-soap.adoc b/docs/modules/ROOT/pages/reference/extensions/cxf-soap.adoc index 83406f5d38..6669ee33bf 100644 --- a/docs/modules/ROOT/pages/reference/extensions/cxf-soap.adoc +++ b/docs/modules/ROOT/pages/reference/extensions/cxf-soap.adoc @@ -272,7 +272,7 @@ NOTE: The support for `org.apache.cxf.ext.logging.LoggingFeature` is provided by The extent of supported WS specifications is given by the Quarkus CXF project. -`camel-quarkus-cxf-soap` covers the following specifications via the `{link-quarkus-cxf-doc}/reference/extensions/quarkus-cxf.html[io.quarkiverse.cxf:quarkus-cxf]` extension: +`camel-quarkus-cxf-soap` covers only the following specifications via the `{link-quarkus-cxf-doc}/reference/extensions/quarkus-cxf.html[io.quarkiverse.cxf:quarkus-cxf]` extension: * JAX-WS * JAXB @@ -280,7 +280,7 @@ The extent of supported WS specifications is given by the Quarkus CXF project. * WS-Policy * MTOM -If your application requires some other WS specification, you must add an additional Quarkus CXF dependency covering it. +If your application requires some other WS specification, such as WS-Security or WS-Trust, you must add an additional Quarkus CXF dependency covering it. Refer to Quarkus CXF {link-quarkus-cxf-doc}/reference/index.html[Reference] page to see which WS specifications are covered by which Quarkus CXF extensions. TIP: Both {project-name} and Quarkus CXF contain a number of diff --git a/extensions/cxf-soap/runtime/src/main/doc/usage.adoc b/extensions/cxf-soap/runtime/src/main/doc/usage.adoc index 6bb205c899..875ef84709 100644 --- a/extensions/cxf-soap/runtime/src/main/doc/usage.adoc +++ b/extensions/cxf-soap/runtime/src/main/doc/usage.adoc @@ -218,7 +218,7 @@ NOTE: The support for `org.apache.cxf.ext.logging.LoggingFeature` is provided by The extent of supported WS specifications is given by the Quarkus CXF project. -`camel-quarkus-cxf-soap` covers the following specifications via the `{link-quarkus-cxf-doc}/reference/extensions/quarkus-cxf.html[io.quarkiverse.cxf:quarkus-cxf]` extension: +`camel-quarkus-cxf-soap` covers only the following specifications via the `{link-quarkus-cxf-doc}/reference/extensions/quarkus-cxf.html[io.quarkiverse.cxf:quarkus-cxf]` extension: * JAX-WS * JAXB @@ -226,7 +226,7 @@ The extent of supported WS specifications is given by the Quarkus CXF project. * WS-Policy * MTOM -If your application requires some other WS specification, you must add an additional Quarkus CXF dependency covering it. +If your application requires some other WS specification, such as WS-Security or WS-Trust, you must add an additional Quarkus CXF dependency covering it. Refer to Quarkus CXF {link-quarkus-cxf-doc}/reference/index.html[Reference] page to see which WS specifications are covered by which Quarkus CXF extensions. TIP: Both {project-name} and Quarkus CXF contain a number of
