From 6d2b36e810c02c276ec4e2ed9ba87726f4edc731 Mon Sep 17 00:00:00 2001 From: Georgios Andrianakis Date: Wed, 3 Jan 2024 15:01:22 +0200 Subject: [PATCH] Fix the status is a couple extensions documentation pages Closes: #37941 (cherry picked from commit 13662011f190c1de6e736000e52360839d3bb82d) --- docs/src/main/asciidoc/cache.adoc | 2 -- docs/src/main/asciidoc/security-oauth2.adoc | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/src/main/asciidoc/cache.adoc b/docs/src/main/asciidoc/cache.adoc index 2b711ed7ff187..10f397041d653 100644 --- a/docs/src/main/asciidoc/cache.adoc +++ b/docs/src/main/asciidoc/cache.adoc @@ -12,8 +12,6 @@ include::_attributes.adoc[] In this guide, you will learn how to enable application data caching in any CDI managed bean of your Quarkus application. -include::{includes}/extension-status.adoc[] - == Prerequisites include::{includes}/prerequisites.adoc[] diff --git a/docs/src/main/asciidoc/security-oauth2.adoc b/docs/src/main/asciidoc/security-oauth2.adoc index 7720edb8bb238..cf216a14c8225 100644 --- a/docs/src/main/asciidoc/security-oauth2.adoc +++ b/docs/src/main/asciidoc/security-oauth2.adoc @@ -22,8 +22,6 @@ This extension provides a light-weight support for using the opaque Bearer Token If the OAuth2 Authentication server provides JWT Bearer Tokens, consider using either xref:security-oidc-bearer-token-authentication.adoc[OIDC Bearer token authentication] or xref:security-jwt.adoc[SmallRye JWT] extensions instead. OpenID Connect extension has to be used if the Quarkus application needs to authenticate the users using OIDC Authorization Code Flow. For more information, see the xref:security-oidc-code-flow-authentication.adoc[OIDC code flow mechanism for protecting web applications] guide. -include::{includes}/extension-status.adoc[] - == Solution We recommend that you follow the instructions in the next sections and create the application step by step.