Azure / azure-sdk-for-java

This repository is for active development of the Azure SDK for Java. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/java/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-java.
MIT License
2.25k stars 1.93k forks source link

Moved on from lazy shared `HttpClient` initialization using a null check to using an enum in `HttpClientProvider` implementations #40841

Open vcolin7 opened 4 days ago

vcolin7 commented 4 days ago

Fixes: #39766.

Also updated tests.