From 0496c02c306458b2c279ed3aee3ef387b9ed9b7a Mon Sep 17 00:00:00 2001 From: Joe Grandja <10884212+jgrandja@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:43:01 -0500 Subject: [PATCH] Polish gh-18542 --- .../server/resource/web/BearerTokenAuthenticationEntryPoint.java | 1 + 1 file changed, 1 insertion(+) diff --git a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java index c7640c2a14..157efbc9a3 100644 --- a/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java +++ b/oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationEntryPoint.java @@ -105,6 +105,7 @@ public final class BearerTokenAuthenticationEntryPoint implements Authentication * Set the resolver to compute the {@code resource_metadata} parameter from the * request. * @param resourceMetadataParameterResolver + * @since 7.1 */ public void setResourceMetadataParameterResolver( Function resourceMetadataParameterResolver) {