Skip to content

Conversation

tylerbenson
Copy link
Contributor

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.

@tylerbenson tylerbenson force-pushed the tyler/rename-package branch from 347a490 to cee31b4 Compare June 27, 2017 20:34
@tylerbenson
Copy link
Contributor Author

@@ -60,7 +60,7 @@
<version>0.9.11</version>
</dependency>

<!-- Server side instrumentation -->
<!-- Server sintegrationtion -->
Copy link
Contributor

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;
Copy link
Contributor

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;
Copy link
Contributor

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;
Copy link
Contributor

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.
@tylerbenson
Copy link
Contributor Author

Changes submitted. Please re-review.

@gpolaert gpolaert merged commit d945def into master Jun 29, 2017
@LotharSee
Copy link

Was all good to me!

This was referenced Mar 3, 2025
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.

3 participants