-
Notifications
You must be signed in to change notification settings - Fork 867
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
Stabilize instrumentation-api and introduce jApiCmp checks #6566
Stabilize instrumentation-api and introduce jApiCmp checks #6566
Conversation
...ion-api/src/main/java/io/opentelemetry/instrumentation/api/instrumenter/SpanSuppressors.java
Show resolved
Hide resolved
oh yes, let's do it 🎉 |
@@ -62,6 +62,18 @@ jobs: | |||
exit 1 | |||
fi | |||
|
|||
- name: Check for jApiCmp diffs |
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.
we only run assemble
above (not check
or build
), maybe add assemble jApiCmp
above, or run jApiCmp
on assemble
(or even compileJava
?) instead of on check
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.
Going to merging and I'll send follow-up PR
…metry#6566) * Stabilize instrumentation-api and introduce jApiCmp checks * Update Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…metry#6566) * Stabilize instrumentation-api and introduce jApiCmp checks * Update Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…metry#6566) * Stabilize instrumentation-api and introduce jApiCmp checks * Update Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Resolves #4467
Resolves #2892 (well, except actual semantic conventions, but I suppose we could have another issue for tracking these)
@trask should we merge this before 1.18?