diff --git a/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/aot/hint/OAuth2AuthorizationServerBeanRegistrationAotProcessor.java b/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/aot/hint/OAuth2AuthorizationServerBeanRegistrationAotProcessor.java index ffe143428..8a33170f6 100644 --- a/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/aot/hint/OAuth2AuthorizationServerBeanRegistrationAotProcessor.java +++ b/oauth2-authorization-server/src/main/java/org/springframework/security/oauth2/server/authorization/aot/hint/OAuth2AuthorizationServerBeanRegistrationAotProcessor.java @@ -151,11 +151,11 @@ private void registerHints(RuntimeHints hints) { this.reflectionHintsRegistrar.registerReflectionHints(hints.reflection(), loadClass("org.springframework.security.jackson2.SimpleGrantedAuthorityMixin")); this.reflectionHintsRegistrar.registerReflectionHints(hints.reflection(), loadClass( - "org.springframework.security.oauth2.server.authorization.jackson2.OAuth2ActorAuthenticationTokenMixin")); + "org.springframework.security.oauth2.server.authorization.jackson2.OAuth2TokenExchangeActorMixin")); this.reflectionHintsRegistrar.registerReflectionHints(hints.reflection(), loadClass( "org.springframework.security.oauth2.server.authorization.jackson2.OAuth2AuthorizationRequestMixin")); this.reflectionHintsRegistrar.registerReflectionHints(hints.reflection(), loadClass( - "org.springframework.security.oauth2.server.authorization.jackson2.OAuth2CompositeAuthenticationTokenMixin")); + "org.springframework.security.oauth2.server.authorization.jackson2.OAuth2TokenExchangeCompositeAuthenticationTokenMixin")); this.reflectionHintsRegistrar.registerReflectionHints(hints.reflection(), loadClass( "org.springframework.security.oauth2.server.authorization.jackson2.OAuth2TokenFormatMixin"));