Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace OkHttp3ClientHttpRequestFactory with JdkClientHttpRequestFactory #1296

Closed
BoykoAlex opened this issue Jul 18, 2024 · 1 comment
Closed

Comments

@BoykoAlex
Copy link
Contributor

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.

@BoykoAlex
Copy link
Contributor Author

Fixed with 57510f8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant