Skip to content

Commit 6075737

Browse files
authored
Rename spring-boot-autoconfigure artifacts (#11815)
1 parent 4cdd771 commit 6075737

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

docs/apidiffs/current_vs_latest/opentelemetry-autoconfigure-spring-boot-3.txt

-2
This file was deleted.

docs/apidiffs/current_vs_latest/opentelemetry-autoconfigure-spring-boot-2.txt docs/apidiffs/current_vs_latest/opentelemetry-spring-boot-autoconfigure-2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Comparing source compatibility of opentelemetry-autoconfigure-spring-boot-2-2.6.0-SNAPSHOT.jar against
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2-2.6.0-SNAPSHOT.jar against
22
+++ NEW CLASS: PUBLIC(+) io.opentelemetry.instrumentation.spring.autoconfigure.v2.OpenTelemetryAutoConfiguration (not serializable)
33
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
44
+++ NEW SUPERCLASS: java.lang.Object
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-3-2.6.0-SNAPSHOT.jar against
2+
No changes.

instrumentation/spring/spring-boot-autoconfigure-2/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("otel.japicmp-conventions")
44
}
55

6-
base.archivesName.set("opentelemetry-autoconfigure-spring-boot-2")
6+
base.archivesName.set("opentelemetry-spring-boot-autoconfigure-2")
77
group = "io.opentelemetry.instrumentation"
88

99
val springBootVersion = "2.7.18" // AutoConfiguration is added in 2.7.0, but can be used with older versions

instrumentation/spring/spring-boot-autoconfigure-3/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id("otel.japicmp-conventions")
44
}
55

6-
base.archivesName.set("opentelemetry-autoconfigure-spring-boot-3")
6+
base.archivesName.set("opentelemetry-spring-boot-autoconfigure-3")
77
group = "io.opentelemetry.instrumentation"
88

99
otelJava {

0 commit comments

Comments
 (0)