Skip to content

Commit 5c208e6

Browse files
committed
make order deterministic
1 parent d9a0d71 commit 5c208e6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2.17.0-SNAPSHOT.jar against opentelemetry-spring-boot-autoconfigure-2.16.0.jar
2-
*** MODIFIED CLASS: PUBLIC io.opentelemetry.instrumentation.spring.autoconfigure.OpenTelemetryAutoConfiguration (not serializable)
3-
=== CLASS FILE FORMAT VERSION: 52.0 <- 52.0
4-
+++ NEW METHOD: PUBLIC(+) io.opentelemetry.instrumentation.spring.autoconfigure.internal.OtelMapConverter otelMapConverter()
5-
+++ NEW ANNOTATION: org.springframework.boot.context.properties.ConfigurationPropertiesBinding
6-
+++ NEW ANNOTATION: org.springframework.context.annotation.Bean
2+
No changes.

instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfiguration.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.springframework.context.annotation.Bean;
3939
import org.springframework.context.annotation.Conditional;
4040
import org.springframework.context.annotation.Configuration;
41+
import org.springframework.context.annotation.DependsOn;
4142
import org.springframework.core.env.Environment;
4243

4344
/**

0 commit comments

Comments
 (0)