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

[aws-xray] Remove OkHttp dependency from aws-xray #863

Open
brunobat opened this issue May 8, 2023 · 1 comment
Open

[aws-xray] Remove OkHttp dependency from aws-xray #863

brunobat opened this issue May 8, 2023 · 1 comment
Assignees
Labels

Comments

@brunobat
Copy link
Contributor

brunobat commented May 8, 2023

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

aws-xray has a dependency on OkHttp because of the XraySamplerClient.
This causes transitive dependency issues with other projects.
As an example, Quarkus for example only supports OkHttp 3.x and including this lib, even if the sampler is not used, will cause native builds to fail.

Describe the solution you'd like

Use another Http Client, probably the JDK http client available since java 11.

@trask
Copy link
Member

trask commented May 8, 2023

linking related: open-telemetry/opentelemetry-java#5351

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

No branches or pull requests

4 participants