Skip to content

Commit 9e380b4

Browse files
authored
Merge pull request #50999 from rolfedh/doc-fixes
Fix display issues caused by missing source directives for code blocks
2 parents 44466b5 + 7a4b827 commit 9e380b4

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

docs/src/main/asciidoc/logging.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ This identifies code like `if(logger.isDebug()) callMethod();` that will never b
273273
[WARNING]
274274
====
275275
If you add these properties on the command line, ensure the `"` character is escaped properly:
276+
277+
[source,properties]
276278
----
277279
-Dquarkus.log.category.\"org.hibernate\".level=TRACE
278280
----

docs/src/main/asciidoc/security-authentication-mechanisms.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ For more information about customizing `SecurityIdentity`, see the xref:security
365365

366366
In the <<mutual-tls>> section we configured the mutual TLS client authentication in the `application.properties` file like this:
367367

368+
[source,properties]
368369
----
369370
quarkus.tls.tls-config-1.key-store.p12.path=server-keystore.p12
370371
quarkus.tls.tls-config-1.key-store.p12.password=the_key_store_secret

docs/src/main/asciidoc/security-oidc-bearer-token-authentication.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1677,6 +1677,7 @@ quarkus.http.auth.proactive=false <1>
16771677

16781678
If the bearer access token claim `acr` does not contain `myACR`, Quarkus returns an authentication requirements challenge indicating required `acr_values`:
16791679

1680+
[source,text]
16801681
----
16811682
HTTP/1.1 401 Unauthorized
16821683
WWW-Authenticate: Bearer error="insufficient_user_authentication",

docs/src/main/asciidoc/security-openid-connect-client-reference.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,7 @@ The OIDC client will also refresh expired access tokens.
17131713

17141714
To configure which OIDC client should be used by the GraphQL client, select one of the configured OIDC clients with the `quarkus.oidc-client-graphql.client-name` property, for example:
17151715

1716+
[source,properties]
17161717
----
17171718
quarkus.oidc-client-graphql.client-name=oidc-client-for-graphql
17181719

0 commit comments

Comments
 (0)