You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some way, mocking the OAuth2AuthorizedClientRepository and publishing it as a bean causes Spring MVC's RequestMappingHandlerAdapter bean to be constructed before the OAuth2AuthorizedClientArgumentResolver can be registered.
Changing the corresponding tests to use HttpSessionOAuth2AuthorizedClientRepository addressed the issue so that the upgrade could happen, though this should still be investigated to find the root cause.
The text was updated successfully, but these errors were encountered:
In some way, mocking the
OAuth2AuthorizedClientRepository
and publishing it as a bean causes Spring MVC'sRequestMappingHandlerAdapter
bean to be constructed before theOAuth2AuthorizedClientArgumentResolver
can be registered.Changing the corresponding tests to use
HttpSessionOAuth2AuthorizedClientRepository
addressed the issue so that the upgrade could happen, though this should still be investigated to find the root cause.The text was updated successfully, but these errors were encountered: