Skip to content

Commit 8ba2bf0

Browse files
committed
Fix failing test
1 parent 7b4c56d commit 8ba2bf0

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.16.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.15.0.jar
1+
Comparing source compatibility of opentelemetry-instrumentation-annotations-2.16.0-SNAPSHOT.jar against opentelemetry-instrumentation-annotations-2.16.0.jar
22
No changes.
Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
1-
Comparing source compatibility of opentelemetry-instrumentation-api-2.16.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.15.0.jar
2-
No changes.
1+
Comparing source compatibility of opentelemetry-instrumentation-api-2.16.0-SNAPSHOT.jar against opentelemetry-instrumentation-api-2.16.0.jar
2+
+++ NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.api.instrumenter.ConditionalAttributesExtractorProvider (not serializable)
3+
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
4+
+++ NEW SUPERCLASS: java.lang.Object
5+
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.api.instrumenter.AttributesExtractor<REQUEST,RESPONSE> get()
6+
GENERIC TEMPLATES: +++ REQUEST:java.lang.Object, +++ RESPONSE:java.lang.Object
7+
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.util.List<java.lang.String> supportedNames()
8+
+++ NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.api.instrumenter.ConditionalContextCustomizerProvider (not serializable)
9+
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
10+
+++ NEW SUPERCLASS: java.lang.Object
11+
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.api.instrumenter.ContextCustomizer<REQUEST> get()
12+
GENERIC TEMPLATES: +++ REQUEST:java.lang.Object
13+
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.util.List<java.lang.String> supportedNames()
14+
+++ NEW INTERFACE: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.api.instrumenter.ConditionalOperationMetricsProvider (not serializable)
15+
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
16+
+++ NEW SUPERCLASS: java.lang.Object
17+
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) io.opentelemetry.instrumentation.api.instrumenter.OperationMetrics get()
18+
+++ NEW METHOD: PUBLIC(+) ABSTRACT(+) java.util.List<java.lang.String> supportedNames()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.16.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.15.0.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.16.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.16.0.jar
22
No changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Comparing source compatibility of opentelemetry-spring-boot-starter-2.16.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.15.0.jar
1+
Comparing source compatibility of opentelemetry-spring-boot-starter-2.16.0-SNAPSHOT.jar against opentelemetry-spring-boot-starter-2.16.0.jar
22
No changes.

0 commit comments

Comments
 (0)