-
Notifications
You must be signed in to change notification settings - Fork 293
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
Rename packages for consistency #23
Conversation
347a490
to
cee31b4
Compare
dd-java-agent/pom.xml
Outdated
@@ -60,7 +60,7 @@ | |||
<version>0.9.11</version> | |||
</dependency> | |||
|
|||
<!-- Server side instrumentation --> | |||
<!-- Server sintegrationtion --> |
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.
Maybe something went wrong here
package io.opentracing.contrib.agent; | ||
package com.datadoghq.trace.agent; | ||
|
||
import com.datadog.trace.Trace; |
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.
should be datadoghq
|
||
import com.datadoghq.trace.resolver.AgentTracerConfig; | ||
import com.datadog.trace.Trace; |
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.
Should be datadoghq
, no?
@@ -1,4 +1,4 @@ | |||
package io.opentracing.contrib.agent; | |||
package com.datadog.trace; |
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.
Should be datadoghq
, no?
Fix package names. Revert oddness in pom file.
Changes submitted. Please re-review. |
Was all good to me! |
Lots of package renaming. Basically we decided to move everything back into a
com.datadoghq
package namespace until we are ready to contribute.Might be good for @LotharSee or @palazzem to take a look too.