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 OkHttpClient with Java 11 HttpClient #1217

Open
artur-ciocanu opened this issue Feb 16, 2025 · 0 comments · May be fixed by #1218
Open

Replace OkHttpClient with Java 11 HttpClient #1217

artur-ciocanu opened this issue Feb 16, 2025 · 0 comments · May be fixed by #1218

Comments

@artur-ciocanu
Copy link
Contributor

Describe the proposal

A few months ago we have upgraded Dapr Java SDK to use Java 11. Java 11 has native support for HTTP client. The proposal is to use the Java 11 HttpClient instead of OkHttpClient. While OkHttpClient is a nice library it adds yet another dependency that we have to manage and upgrade. Also the fact that OkHttpClient uses Kotlin adds another layer of complications since the Kotlin version in OkHttpClient might conflict with our customers Kotlin stdlib.

@artur-ciocanu artur-ciocanu linked a pull request Feb 16, 2025 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant