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

upgrade new relic dependencies to the same version #995

Closed
bwiercinski opened this issue Apr 14, 2021 · 4 comments · Fixed by #996
Closed

upgrade new relic dependencies to the same version #995

bwiercinski opened this issue Apr 14, 2021 · 4 comments · Fixed by #996

Comments

@bwiercinski
Copy link
Contributor

currently telemetry package is in version 0.10.0 and telemetry-http-okhttp is in version 0.12.0

https://github.com/SimunKaracic/Kamon/blob/master/build.sbt#L587-L588

because new relic renamed telemetry package to telemetry-core. now i have

com/newrelic/telemetry/telemetry-core/0.12.0/telemetry-core-0.12.0.jar
com/newrelic/telemetry/telemetry/0.10.0/telemetry-0.10.0.jar

in my classpath. this causing that i'm unable to assembly my service into JAR without workarounds.

could you upgrade telemetry:0.10.0 to telemetry-core:0.12.0 and release new version of kamon?

@bwiercinski
Copy link
Contributor Author

bwiercinski commented Apr 14, 2021

issued changelog #966

@SimunKaracic
Copy link
Contributor

Thanks for the tip, I had no idea they renamed the package...

@bwiercinski
Copy link
Contributor Author

bwiercinski commented Apr 14, 2021

it is okay, many thanks for fast reply :)

@SimunKaracic
Copy link
Contributor

Fixed in 2.1.16!

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.

2 participants