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

Rename packages for consistency #23

Merged
merged 2 commits into from
Jun 29, 2017
Merged

Rename packages for consistency #23

merged 2 commits into from
Jun 29, 2017

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 Jan 29, 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