You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.14.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.13.3.jar
2
-
No changes.
2
+
**** MODIFIED ANNOTATION: PUBLIC ABSTRACT io.opentelemetry.instrumentation.annotations.WithSpan (not serializable)
3
+
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4
+
+++* NEW METHOD: PUBLIC(+) ABSTRACT(+) boolean inheritContext()
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/AnnotationSingletons.java
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/instrumentationannotations/WithSpanInstrumentation.java
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/test/java/io/opentelemetry/test/annotation/TracedWithSpan.java
+10
Original file line number
Diff line number
Diff line change
@@ -57,4 +57,14 @@ public CompletionStage<String> completionStage(CompletableFuture<String> future)
Copy file name to clipboardexpand all lines: instrumentation/opentelemetry-instrumentation-annotations-1.16/javaagent/src/test/java/io/opentelemetry/test/annotation/WithSpanInstrumentationTest.java
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/annotations/JoinPointRequest.java
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/annotations/WithSpanAspect.java
Copy file name to clipboardexpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/test/java/io/opentelemetry/instrumentation/spring/autoconfigure/internal/instrumentation/annotations/InstrumentationWithSpanAspectTest.java
+26
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,27 @@ void withSpanAttributes() {
181
181
equalTo(stringKey("explicitName"), "baz"))));
182
182
}
183
183
184
+
@Test
185
+
@DisplayName(
186
+
"when method is annotated with @WithSpan(inheritContext=false) should build span without parent")
0 commit comments