Rename spring-boot-autoconfigure artifacts (#11815)
This commit is contained in:
parent
4cdd77161c
commit
60757376a6
|
@ -1,2 +0,0 @@
|
|||
Comparing source compatibility of opentelemetry-autoconfigure-spring-boot-3-2.6.0-SNAPSHOT.jar against
|
||||
No changes.
|
|
@ -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
|
|
@ -0,0 +1,2 @@
|
|||
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-3-2.6.0-SNAPSHOT.jar against
|
||||
No changes.
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue