Post release updates (#7213)
fyi I added topic for SIG meeting in 2 weeks b/c I'd like to automate this but have some questions: * What is the purpose of keeping around old diffs? * If we need them, what about not including the empty ones? * Do we diff minor versions against patches (if any), or only against last minor?
This commit is contained in:
parent
25f9bdcb11
commit
b0fb249a65
|
@ -126,8 +126,8 @@ jobs:
|
|||
echo "No diff detected."
|
||||
else
|
||||
echo "Diff detected - did you run './gradlew jApiCmp'?"
|
||||
echo $(git diff --name-only)
|
||||
echo $(git diff)
|
||||
echo $(git diff --cached --name-only)
|
||||
echo $(git diff --cached)
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
@ -0,0 +1,20 @@
|
|||
Comparing source compatibility of against
|
||||
+++ NEW ANNOTATION: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.annotations.SpanAttribute (not serializable)
|
||||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
|
||||
+++ NEW INTERFACE: java.lang.annotation.Annotation
|
||||
+++ NEW SUPERCLASS: java.lang.Object
|
||||
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.lang.String value()
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Target
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.ElementType.PARAMETER (+)
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Retention
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.RetentionPolicy.RUNTIME (+)
|
||||
+++ NEW ANNOTATION: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.annotations.WithSpan (not serializable)
|
||||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
|
||||
+++ NEW INTERFACE: java.lang.annotation.Annotation
|
||||
+++ NEW SUPERCLASS: java.lang.Object
|
||||
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.api.trace.SpanKind kind()
|
||||
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.lang.String value()
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Target
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.ElementType.METHOD,java.lang.annotation.ElementType.CONSTRUCTOR (+)
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Retention
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.RetentionPolicy.RUNTIME (+)
|
|
@ -0,0 +1,2 @@
|
|||
Comparing source compatibility of against
|
||||
No changes.
|
|
@ -1,20 +1,2 @@
|
|||
Comparing source compatibility of against
|
||||
+++ NEW ANNOTATION: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.annotations.SpanAttribute (not serializable)
|
||||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
|
||||
+++ NEW INTERFACE: java.lang.annotation.Annotation
|
||||
+++ NEW SUPERCLASS: java.lang.Object
|
||||
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.lang.String value()
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Target
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.ElementType.PARAMETER (+)
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Retention
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.RetentionPolicy.RUNTIME (+)
|
||||
+++ NEW ANNOTATION: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.annotations.WithSpan (not serializable)
|
||||
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
|
||||
+++ NEW INTERFACE: java.lang.annotation.Annotation
|
||||
+++ NEW SUPERCLASS: java.lang.Object
|
||||
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.api.trace.SpanKind kind()
|
||||
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.lang.String value()
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Target
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.ElementType.METHOD,java.lang.annotation.ElementType.CONSTRUCTOR (+)
|
||||
+++ NEW ANNOTATION: java.lang.annotation.Retention
|
||||
+++ NEW ELEMENT: value=java.lang.annotation.RetentionPolicy.RUNTIME (+)
|
||||
No changes.
|
Loading…
Reference in New Issue