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

update the jaeger-client dependency to the latest #3172

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

jkwatson
Copy link
Contributor

No description provided.

thriftSender = new HttpSender.Builder(endpoint).build();
try {
thriftSender = new HttpSender.Builder(endpoint).build();
} catch (TTransportException e) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was an unfortunate breaking change in the library's APIs. :(

Copy link
Contributor

@anuraaga anuraaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason to only update this one? Though it is nice that we got the code change done outside of the normal update-all-dependencies PR which might have been the reason.

@jkwatson
Copy link
Contributor Author

Any reason to only update this one? Though it is nice that we got the code change done outside of the normal update-all-dependencies PR which might have been the reason.

Only that I saw that jaeger was updated for a security vulnerability in lib-thrift and it might be good to make sure we were upgraded, even though the vulnerability only impacted the server side of jaeger. We should surely upgrade other deps as well.

@jkwatson jkwatson merged commit ccb03c8 into open-telemetry:main Apr 22, 2021
@jkwatson jkwatson deleted the upgrade_jaeger_thrift branch April 22, 2021 03:15
This was referenced Dec 19, 2021
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 this pull request may close these issues.

2 participants