Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Dec 3, 2024
1 parent 33269a9 commit 7da3f7e
Show file tree
Hide file tree
Showing 11 changed files with 77 additions and 72 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ endif::[]
** xref:reference/extensions/quarkus-cxf-services-sts.adoc[Security Token Service (STS)]
** xref:reference/extensions/quarkus-cxf-rt-transports-http-hc5.adoc[HTTP Async Transport]
** xref:reference/extensions/quarkus-cxf-xjc-plugins.adoc[XJC Plugins]
// extensions: END
// extensions: END
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ hence {quarkus-cxf-project-name} cannot support them either. Tracing is thus
the only OpenTelemetry feature supported by this extension.
====


[id="quarkus-cxf-integration-tracing-opentelemetry-maven-coordinates"]
== Maven coordinates

Expand All @@ -39,7 +40,7 @@ ifeval::[{doc-show-user-guide-link} == true]
[TIP]
====
Check the xref:user-guide/index.adoc[User guide] and especially its
xref:user-guide/create-project.adoc[Dependency management] section
xref:user-guide/create-project.adoc#dependency-management[Dependency management] section
for more information about writing applications with {quarkus-cxf-project-name}.
====
endif::[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ this {quarkus-cxf-project-name} extension does not support https://cxf.apache.or
Only Micrometer is supported.
====


[id="quarkus-cxf-rt-features-metrics-maven-coordinates"]
== Maven coordinates

Expand All @@ -39,7 +40,7 @@ ifeval::[{doc-show-user-guide-link} == true]
[TIP]
====
Check the xref:user-guide/index.adoc[User guide] and especially its
xref:user-guide/create-project.adoc[Dependency management] section
xref:user-guide/create-project.adoc#dependency-management[Dependency management] section
for more information about writing applications with {quarkus-cxf-project-name}.
====
endif::[]
Expand Down Expand Up @@ -151,7 +152,7 @@ be overridden per client or service endpoint using the `quarkus.cxf.client."clie
.<| List of ``string``
.<|

3+a|A list of xref:user-guide/configuration.adoc[references] to
3+a|A list of xref:user-guide/configuration.adoc#beanRefs[references] to
`org.apache.cxf.metrics.micrometer.provider.TagsCustomizer` beans
that will be attached to the global metrics feature.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ifeval::[{doc-show-user-guide-link} == true]
[TIP]
====
Check the xref:user-guide/index.adoc[User guide] and especially its
xref:user-guide/create-project.adoc[Dependency management] section
xref:user-guide/create-project.adoc#dependency-management[Dependency management] section
for more information about writing applications with {quarkus-cxf-project-name}.
====
endif::[]
Expand Down Expand Up @@ -68,7 +68,7 @@ include::example$hc5/async-binding.xml[]
----

This file should then be passed to xref:user-guide/contract-first-code-first/generate-java-from-wsdl.adoc[wsdl2java]
through its xref:reference/extensions/quarkus-cxf.adoc[additional-params] property:
through its xref:reference/extensions/quarkus-cxf.adoc#quarkus-cxf_quarkus-cxf-codegen-wsdl2java-additional-params[additional-params] property:

.application.properties
[source,properties]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ifeval::[{doc-show-user-guide-link} == true]
[TIP]
====
Check the xref:user-guide/index.adoc[User guide] and especially its
xref:user-guide/create-project.adoc[Dependency management] section
xref:user-guide/create-project.adoc#dependency-management[Dependency management] section
for more information about writing applications with {quarkus-cxf-project-name}.
====
endif::[]
Expand All @@ -58,8 +58,8 @@ Enabling WS-RM for a client or service endpoints means that https://cxf.apache.o

In addition to that you may want to set some of the options documented xref:#quarkus-cxf-rt-ws-rm-configuration[below] and/or the following WS-Addressing options:

* `xref:reference/extensions/quarkus-cxf.adoc[quarkus.cxf.client."client-name".decoupled-endpoint]`
* `xref:reference/extensions/quarkus-cxf.adoc[quarkus.cxf.decoupled-endpoint-base]`
* `xref:reference/extensions/quarkus-cxf.adoc#quarkus-cxf_quarkus-cxf-client-client-name-decoupled-endpoint[quarkus.cxf.client."client-name".decoupled-endpoint]`
* `xref:reference/extensions/quarkus-cxf.adoc#quarkus-cxf_quarkus-cxf-decoupled-endpoint-base[quarkus.cxf.decoupled-endpoint-base]`

[id="extensions-quarkus-cxf-rt-ws-rm-usage-runnable-example"]
=== Runnable example
Expand Down Expand Up @@ -169,7 +169,7 @@ destination. If not specified, the acknowledgements will be sent immediately.
.<| `string`
.<|

3+a|A xref:user-guide/configuration.adoc[reference] to a `org.apache.cxf.ws.rm.persistence.RMStore` bean used to
3+a|A xref:user-guide/configuration.adoc#beanRefs[reference] to a `org.apache.cxf.ws.rm.persistence.RMStore` bean used to
store source and destination sequences and message references.

*Environment variable*: `+++QUARKUS_CXF_RM_STORE+++` +
Expand All @@ -179,7 +179,7 @@ store source and destination sequences and message references.
.<| `string`
.<| `#defaultRmFeature`

3+a|A xref:user-guide/configuration.adoc[reference] to a `org.apache.cxf.ws.rm.feature.RMFeature` bean to set on
3+a|A xref:user-guide/configuration.adoc#beanRefs[reference] to a `org.apache.cxf.ws.rm.feature.RMFeature` bean to set on
clients and service endpoint which have `quarkus.cxf.++[++client++\|++service++]++."name".rm.enabled = true`.

If the value is `++#++defaultRmFeature` then Quarkus CXF creates and configures the bean for you.
Expand Down
Loading

0 comments on commit 7da3f7e

Please sign in to comment.