The new RestClient that is part of Spring 6.1 sends the HttpHost target as null which isn't handled by the ApacheHttpClient5ApiAdapter#getHostName method. The interface for the HttpClient allows the ...
I'm following this tutorial to access a Key Vault from an Azure Function written in Java. From my PC I can successfully read a secret from the Key Vault, but not when the code is deployed to a ...