-
Notifications
You must be signed in to change notification settings - Fork 318
Lots of renaming #184
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
Lots of renaming #184
Conversation
realark
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Earlier we discussed having two projects: dd-trace and dd-trace-ot. Is that still the eventual plan, or is it all going in dd-trace-ot?
|
@realark the eventual plan is to have a I'm going to rename the annotations artifact next and include that in this PR. |
palazzem
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good to me!
|
Looks good! ✅ |
Module: dd-trace -> dd-trace-ot Packages: Standardize on `datadog.trace` and `datadog.opentracing` as the package prefixes.
And move DDTags over to it. Move some `datadog.trace.api` classes over to `datadog.trace.common`. Other misc renaming.
c9ec5b6 to
6d3d889
Compare
Artifact names have changed:
dd-trace -> dd-trace-ot
dd-trace-annotations -> dd-trace-api
https://github.com/DataDog/dd-trace-java/releases/tag/v0.3.0-RC1
DataDog/dd-trace-java#184
Artifact names have changed:
dd-trace -> dd-trace-ot
dd-trace-annotations -> dd-trace-api
https://github.com/DataDog/dd-trace-java/releases/tag/v0.3.0-RC1
DataDog/dd-trace-java#184
Artifact names have changed:
dd-trace -> dd-trace-ot
dd-trace-annotations -> dd-trace-api
https://github.com/DataDog/dd-trace-java/releases/tag/v0.3.0-RC1
DataDog/dd-trace-java#184
Modules:
dd-trace -> dd-trace-ot
dd-trace-annotations -> dd-trace-api
Packages:
Standardize on
datadog.traceanddatadog.opentracingas the package prefixes.