-
Notifications
You must be signed in to change notification settings - Fork 208
Fix missing artifact warning #3900
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,12 +12,12 @@ muzzle { | |
| } | ||
|
|
||
| val otelInstrumentationAlphaVersion: String by project | ||
| val otelVersion: String by project | ||
| val otelInstrumentationVersion: String by project | ||
|
|
||
| dependencies { | ||
| compileOnly("com.microsoft.azure:applicationinsights-web:2.3.0") | ||
|
|
||
| testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelVersion") | ||
| testImplementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:$otelInstrumentationVersion") | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you put a note saying when it's moved from sdk to otelInstrumentation?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I didn't follow this comment, can you clarify? thanks
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this has been there for 2 years. I just want to know when it was moved to a different artifact and put a comment there.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ah, it has always been wrong it just happened to work because before we bumped instrumentation repo to 2.x it generally had the same version number as the SDK repo
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. plus, it's still "working" (CI passes), it just logs a warning which I think S360 may be complaining about |
||
|
|
||
| testImplementation("com.microsoft.azure:applicationinsights-web:2.3.0") | ||
| testImplementation("javax.servlet:javax.servlet-api:3.0.1") | ||
|
|
||
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.
can you rename otelVersion from dependencyManagement to otelSdkVersion?
otelVersion seems confusing.
Uh oh!
There was an error while loading. Please reload this page.
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.
sure, can I send a follow-up PR for that since it's unrelated to this PR?
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.
np