Skip to content

Commit d40e8f6

Browse files
committed
Fix Antora warnings
1 parent 9357c2f commit d40e8f6

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/modules/ROOT/pages/reactive/oauth2/oauth2-client.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@ class OAuth2ClientSecurityConfig : WebSecurityConfigurerAdapter() {
866866
return http.build()
867867
}
868868
}
869+
----
869870
====
870871

871872
==== Requesting an Access Token
@@ -953,6 +954,7 @@ class OAuth2ClientSecurityConfig {
953954
return OAuth2AuthorizationCodeReactiveAuthenticationManager(accessTokenResponseClient)
954955
}
955956
}
957+
----
956958
====
957959

958960

@@ -1029,6 +1031,7 @@ val authorizedClientProvider: ReactiveOAuth2AuthorizedClientProvider = ReactiveO
10291031
...
10301032
10311033
authorizedClientManager.setAuthorizedClientProvider(authorizedClientProvider)
1034+
----
10321035
====
10331036

10341037
[NOTE]

docs/modules/ROOT/pages/whats-new.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Below are the highlights of the release.
77
* All new https://antora.org/[Antora] based https://docs.spring.io/spring-security/[documentation].
88

99
[[whats-new-servlet]]
10-
=== Servlet
10+
== Servlet
1111
* Core
1212

1313
** Introduced https://github.com/spring-projects/spring-security/issues/10226[`SecurityContextChangedListener`]
@@ -41,7 +41,7 @@ Below are the highlights of the release.
4141
** Added support to https://github.com/spring-projects/spring-security/pull/9737[propagate the TestSecurityContextHolder to SecurityContextHolder]
4242

4343
[[whats-new-webflux]]
44-
=== WebFlux
44+
== WebFlux
4545

4646
* OAuth 2.0 Client
4747

0 commit comments

Comments
 (0)