From 64927c8ba063ba213d2f9ba241fb6359da557d98 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 14 Jun 2023 12:09:54 +0200 Subject: [PATCH 1/2] Complain for DEBUG errors in AsciiDoc build Formatting errors have been made DEBUG and I found several of them lately so let's complain about them in the CI build to make sure we don't merge them. --- .github/workflows/doc-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index dc329527abde0..8a0d0baa548d9 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -55,7 +55,7 @@ jobs: - name: Build Docs run: | - ./mvnw -e -B --settings .github/mvn-settings.xml clean package -pl docs -Dasciidoctor.fail-if=INFO + ./mvnw -e -B --settings .github/mvn-settings.xml clean package -pl docs -Dasciidoctor.fail-if=DEBUG - name: Store PR id run: echo ${{ github.event.number }} > pr-id.txt From df32c0c1d8c87315e6a2ad781e80e4b11f871d7d Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 14 Jun 2023 12:17:53 +0200 Subject: [PATCH 2/2] Fix formatting issue in security-oidc-code-flow-authentication-concept.adoc --- .../asciidoc/security-oidc-code-flow-authentication-concept.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc b/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc index 20849967b3272..3adb05ceece53 100644 --- a/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc +++ b/docs/src/main/asciidoc/security-oidc-code-flow-authentication-concept.adoc @@ -529,7 +529,6 @@ An access token is only required if the endpoint needs to: In such cases, use the `quarkus.oidc.token-state-manager.strategy` property to configure the token state strategy as follows: -[Attributes] |=== |To... |Set the property to ...