From d40e8f6732dfce0db3d97d53f815ac07aa2b3947 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 26 Oct 2021 20:05:06 -0500 Subject: [PATCH] Fix Antora warnings --- docs/modules/ROOT/pages/reactive/oauth2/oauth2-client.adoc | 3 +++ docs/modules/ROOT/pages/whats-new.adoc | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/reactive/oauth2/oauth2-client.adoc b/docs/modules/ROOT/pages/reactive/oauth2/oauth2-client.adoc index de75c4edaf..5146f01183 100644 --- a/docs/modules/ROOT/pages/reactive/oauth2/oauth2-client.adoc +++ b/docs/modules/ROOT/pages/reactive/oauth2/oauth2-client.adoc @@ -866,6 +866,7 @@ class OAuth2ClientSecurityConfig : WebSecurityConfigurerAdapter() { return http.build() } } +---- ==== ==== Requesting an Access Token @@ -953,6 +954,7 @@ class OAuth2ClientSecurityConfig { return OAuth2AuthorizationCodeReactiveAuthenticationManager(accessTokenResponseClient) } } +---- ==== @@ -1029,6 +1031,7 @@ val authorizedClientProvider: ReactiveOAuth2AuthorizedClientProvider = ReactiveO ... authorizedClientManager.setAuthorizedClientProvider(authorizedClientProvider) +---- ==== [NOTE] diff --git a/docs/modules/ROOT/pages/whats-new.adoc b/docs/modules/ROOT/pages/whats-new.adoc index 22c229782e..24ab50b312 100644 --- a/docs/modules/ROOT/pages/whats-new.adoc +++ b/docs/modules/ROOT/pages/whats-new.adoc @@ -7,7 +7,7 @@ Below are the highlights of the release. * All new https://antora.org/[Antora] based https://docs.spring.io/spring-security/[documentation]. [[whats-new-servlet]] -=== Servlet +== Servlet * Core ** Introduced https://github.com/spring-projects/spring-security/issues/10226[`SecurityContextChangedListener`] @@ -41,7 +41,7 @@ Below are the highlights of the release. ** Added support to https://github.com/spring-projects/spring-security/pull/9737[propagate the TestSecurityContextHolder to SecurityContextHolder] [[whats-new-webflux]] -=== WebFlux +== WebFlux * OAuth 2.0 Client