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

Prefer static imports instead of copying the constant #2381

Merged
merged 1 commit into from
Feb 5, 2021

Conversation

mcculls
Copy link
Contributor

@mcculls mcculls commented Feb 5, 2021

this is just cleaning up how config gets these constants, no functional change

@mcculls mcculls added the tag: no release notes Changes to exclude from release notes label Feb 5, 2021
@mcculls mcculls requested a review from a team as a code owner February 5, 2021 12:18
@mcculls mcculls force-pushed the mcculls/configStaticImports branch 2 times, most recently from d74dfff to 15086c4 Compare February 5, 2021 12:57
@tylerbenson tylerbenson added the tag: breaking change Breaking changes label Feb 5, 2021
@mcculls mcculls removed the tag: no release notes Changes to exclude from release notes label Feb 5, 2021
Copy link
Contributor

@tylerbenson tylerbenson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After further consideration, I think we can move forward with this change. The Config class was marked as @Deprecated when I moved those fields out to their respective classes, which was some time ago. I also moved Config out of dd-trace-api, so this will only potentially impact dd-trace-ot users (who really should't be using the javaagent). We should still document this in our release notes though.

@mcculls mcculls merged commit 0ebb27a into master Feb 5, 2021
@mcculls mcculls deleted the mcculls/configStaticImports branch February 5, 2021 17:50
@github-actions github-actions bot added this to the 0.73.0 milestone Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tag: breaking change Breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants