You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The org.springframework.ide.vscode.boot.app.RestTemplateFactory uses deprecated org.springframework.http.client.OkHttp3ClientHttpRequestFactory. Replace is with org.springframework.http.client.JdkClientHttpRequestFactory.
The trick would be testing the proxy settings with this as it would probably require some kind of setup.
The text was updated successfully, but these errors were encountered:
The
org.springframework.ide.vscode.boot.app.RestTemplateFactory
uses deprecatedorg.springframework.http.client.OkHttp3ClientHttpRequestFactory
. Replace is withorg.springframework.http.client.JdkClientHttpRequestFactory
.The trick would be testing the proxy settings with this as it would probably require some kind of setup.
The text was updated successfully, but these errors were encountered: