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 a few modules #207

Merged
merged 7 commits into from
Mar 6, 2020
Merged

Rename a few modules #207

merged 7 commits into from
Mar 6, 2020

Conversation

trask
Copy link
Member

@trask trask commented Mar 4, 2020

classloading ⇒ class-loader

This seems more consistent with other instrumentation like http-url-connection, because it is instrumentation on class loaders.

datastax-cassandra-3.0 ⇒ cassandra-3.0

I don't think there is any ambiguity here. This is the only cassandra driver I'm aware of people using in Java.

reactor-core-3.1 ⇒ reactor-3.1

I don't think there is any ambiguity here.

cdi-1.2 ⇒ cdi-testing

This is consistent with other testing-only modules.

aws-java-sdk-1.11 ⇒ aws-sdk-1.11
aws-java-sdk-2.2 ⇒ aws-sdk-2.2

I don't think there is any ambiguity here (and the artifact name doesn't have java in it).

@trask trask marked this pull request as ready for review March 4, 2020 17:16
settings.gradle Outdated
include ':instrumentation:aws-sdk-2.2'
include ':instrumentation:cassandra-3.0'
include ':instrumentation:cdi-testing'
include ':instrumentation:class-loader'
Copy link
Member

Choose a reason for hiding this comment

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

class-loader or classloader... I'm ok with either, but mentally I generally think of it as one word.

Copy link
Member Author

Choose a reason for hiding this comment

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

I agree class-loader looks a bit odd by itself, but it is ClassLoader and not Classloader.

What do you think about java-class-loader?

Copy link
Member

Choose a reason for hiding this comment

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

also fine with me.

@trask trask merged commit 9ff1fca into open-telemetry:master Mar 6, 2020
@trask trask deleted the rename-some-modules branch March 6, 2020 04:21
@trask trask mentioned this pull request Mar 7, 2020
29 tasks
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.

2 participants