Open andxu opened 4 years ago
okhttp has a new version: 4.9.0, could java sdk side update to use this new version?
+--- com.microsoft.azure:azure:1.36.2 | +--- com.microsoft.azure:azure-client-runtime:1.7.8 | | --- com.microsoft.rest:client-runtime:1.7.8 | | +--- com.google.guava:guava:20.0 -> 29.0-jre () | | +--- com.squareup.retrofit2:retrofit:2.6.4 | | | --- com.squareup.okhttp3:okhttp:3.12.0 -> 3.12.12 | | | --- com.squareup.okio:okio:1.15.0 | | +--- com.squareup.okhttp3:okhttp:3.12.12 () | | +--- com.squareup.okhttp3:logging-interceptor:3.12.12 | | | --- com.squareup.okhttp3:okhttp:3.12.12 () | | +--- com.squareup.okhttp3:okhttp-urlconnection:3.12.12 | | | --- com.squareup.okhttp3:okhttp:3.12.12 ()
@andxu
okhttp 4 is unlikely be supported by this library, since clientruntime had to support Java 7 (while okhttp4 requires Java8).
If you had a chance, please try latest ARM SDK https://aka.ms/azsdk/java/mgmt
It is at present in preview, so some interface will change after GA (e.g. Azure
-> AzureResourceManager
).
copied from : https://github.com/microsoft/azure-gradle-plugins/issues/65