Describe the bug
clientRegistrationId config value is needed by Oauth2FeignConfiguration but spring-configuration-metadata.json file has it as registrationClientId
{
"name": "spring.cloud.openfeign.oauth2.registrationClientId",
"type": "java.lang.String",
"description": "Provides a clientId to be used with OAuth2.",
"defaultValue": ""
}
Sample It confused me, one of them should be replaced in my opinion.
Comment From: OlgaMaciaszek
Thanks for reporting this, @xnart. That's right. Will fix it.