About HttpClients.
We can find “HttpClients” in the last version of v2.0.2[microsoftgraph/msgraph-sdk-java-core at v2.0.21 (github.com)],
But the source of it disappeared from version v3.xx[microsoftgraph/msgraph-sdk-java-core at v3.1.0 (github.com)]
I check out readme files.
The chapters「2.3 Get a HttpClients object」is mentioned both in v2.x
and v3.x.
Question1:
Was it missed from version v3.x or removed from v3.x?
Question2:
So far I am using HttpClients in my source code.
What should I do, if I want to update my Graph SDK from v5 to v6.
It would be very appreciated if you can give me any suggestions.