Skip to content

Commit

Permalink
Rename spring-boot-autoconfigure artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Jul 15, 2024
1 parent 746ef01 commit e5f6662
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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-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
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Comparing source compatibility of opentelemetry-spring-boot-autoconfigure-3-2.6.0-SNAPSHOT.jar against
No changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e5f6662

Please sign in to comment.