open-telemetry / opentelemetry-java-contrib

https://opentelemetry.io
Apache License 2.0
144 stars 117 forks source link

Migrate SimpleHttpClient to Native JDK HttpClient #1351

Open driverpt opened 1 week ago

driverpt commented 1 week ago

Component(s)

aws-resources

Is your feature request related to a problem? Please describe.

We don't want to bring extra dependencies into Classpath (i.e.: Kotlin)

Describe the solution you'd like

Migrate from okhttp3 to JDK 11 HttpClient or HttpURLConnection if Java 8 is minimum

Describe alternatives you've considered

No response

Additional context

No response