Hello Everyone, I am experiencing the weird issue with Azure keyvault dependency and OpenFeign(FeignClient) I am using FeignClient to invoke REST endpoint in springboot. It works fine. However, When I include below dependency for azure keyvault in build.gradle, endpoint returns empty results. If I exclude the below dependency, I am able to see the results form endpoint. Azure key vault dependency: compile("com.azure.spring:azure-boot-starter-keyvault-secrets:3.6.0")

open feign dependencies: compile("org.springframework.cloud:spring-cloud-starter-openfeign:2.1.3.RELEASE") compile("io.github.openfeign:feign-okhttp")

SpringbootVersion :2.3.12 SpringCloudVersion: "Greenwich.M2"

Please let me know if anybody experienced the same issue.

Comment From: OlgaMaciaszek

Hello, @vjaybhas1, thanks for submitting the issue. Please keep in mind, that Greenwich.M2 has not been supported for a very long time now. You can go to start.spring.io to find out what the supported and compatible versions of Spring Boot are. Please upgrade your project to the supported versions and verify if the issue still persists. If it does, please provide a minimal, complete, verifiable example that reproduces the issue. Also, please learn how to properly format code and logs.

Comment From: spring-cloud-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-cloud-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.