Rename spring-boot-autoconfigure artifacts (#11815)

This commit is contained in:
Trask Stalnaker 2024-07-15 12:30:43 -07:00 committed by GitHub
parent 4cdd77161c
commit 60757376a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -1,2 +0,0 @@
Comparing source compatibility of opentelemetry-autoconfigure-spring-boot-3-2.6.0-SNAPSHOT.jar against
No changes.

View File

@ -1,4 +1,4 @@
Comparing source compatibility of opentelemetry-autoconfigure-spring-boot-2-2.6.0-SNAPSHOT.jar against
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-2-2.6.0-SNAPSHOT.jar against
+++ NEW CLASS: PUBLIC(+) io.opentelemetry.instrumentation.spring.autoconfigure.v2.OpenTelemetryAutoConfiguration (not serializable)
+++ CLASS FILE FORMAT VERSION: 52.0 <- n.a.
+++ NEW SUPERCLASS: java.lang.Object

View File

@ -0,0 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-3-2.6.0-SNAPSHOT.jar against
No changes.

View File

@ -3,7 +3,7 @@ plugins {
id("otel.japicmp-conventions")
}
base.archivesName.set("opentelemetry-autoconfigure-spring-boot-2")
base.archivesName.set("opentelemetry-spring-boot-autoconfigure-2")
group = "io.opentelemetry.instrumentation"
val springBootVersion = "2.7.18" // AutoConfiguration is added in 2.7.0, but can be used with older versions

View File

@ -3,7 +3,7 @@ plugins {
id("otel.japicmp-conventions")
}
base.archivesName.set("opentelemetry-autoconfigure-spring-boot-3")
base.archivesName.set("opentelemetry-spring-boot-autoconfigure-3")
group = "io.opentelemetry.instrumentation"
otelJava {