-
Notifications
You must be signed in to change notification settings - Fork 892
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
Rename a few modules #207
Conversation
settings.gradle
Outdated
include ':instrumentation:aws-sdk-2.2' | ||
include ':instrumentation:cassandra-3.0' | ||
include ':instrumentation:cdi-testing' | ||
include ':instrumentation:class-loader' |
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.
class-loader
or classloader
... I'm ok with either, but mentally I generally think of it as one word.
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.
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
?
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.
also fine with me.
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).