Skip to content

Commit

Permalink
Render JavaDoc @SInCE version in the config option documentation, give
Browse files Browse the repository at this point in the history
the option description text more space
  • Loading branch information
ppalaga committed Feb 14, 2024
1 parent b22d20b commit e02190f
Show file tree
Hide file tree
Showing 29 changed files with 104 additions and 5,932 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/ws-trust/application.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# STS
# tag::ws-trust-usage.adoc-sts-properties[]
quarkus.cxf.endpoint."/sts".implementor = io.quarkiverse.cxf.it.ws.trust.sts.Sts
quarkus.cxf.endpoint."/sts".logging.enabled = true
quarkus.cxf.endpoint."/sts".logging.enabled = pretty

quarkus.cxf.endpoint."/sts".security.signature.username = sts
quarkus.cxf.endpoint."/sts".security.signature.password = password
Expand All @@ -16,7 +16,7 @@ quarkus.cxf.endpoint."/sts".security.signature.properties."org.apache.ws.securit
# hello-ws-trust
# tag::ws-trust-usage.adoc-service-properties[]
quarkus.cxf.endpoint."/hello-ws-trust".implementor = io.quarkiverse.cxf.it.ws.trust.server.TrustHelloServiceImpl
quarkus.cxf.endpoint."/hello-ws-trust".logging.enabled = true
quarkus.cxf.endpoint."/hello-ws-trust".logging.enabled = pretty

quarkus.cxf.endpoint."/hello-ws-trust".security.signature.username = service
quarkus.cxf.endpoint."/hello-ws-trust".security.signature.password = password
Expand Down

This file was deleted.

This file was deleted.

180 changes: 0 additions & 180 deletions docs/modules/ROOT/pages/includes/quarkus-cxf-rt-ws-rm.adoc

This file was deleted.

Loading

0 comments on commit e02190f

Please sign in to comment.