Skip to content

Commit

Permalink
Merge branch '1.2.x' into 1.3.x
Browse files Browse the repository at this point in the history
This downgrades OTel instrumentation artifacts
from 1.33.5-alpha to 1.33.3-alpha.
  • Loading branch information
jonatan-ivanov committed Sep 4, 2024
2 parents 3884fc3 + 92795f2 commit 5378335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ def VERSIONS = [
libs.logback,
libs.log4j,
libs.slf4j,
// otel
libs.otelInstrumentation,
// zipkin
libs.zipkinAws,
// wavefront
Expand All @@ -31,15 +29,13 @@ def VERSIONS = [
]

def MICROMETER_PLATFORM_VERSIONS = [
libs.micrometerBom
libs.micrometerBom
]

def PLATFORM_VERSIONS = [
libs.zipkinReporterBom,
libs.braveBom,
// opentelemetry-instrumentation-api dependency above with this
libs.otelBom,
libs.otelBomAlpha,
libs.otelInstrumentationBomAlpha,
libs.reactorBom,
libs.junitBom
]
Expand Down
8 changes: 2 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ junit = "5.10.3"
javaxServlet="4.0.1"
jmh="1.37"
jakartaWeb="9.1.0"
otelInstrumentation="1.33.5-alpha"
aopalliance="1.0"
zipkinAws="1.2.5"
otelBom="1.38.0"
logback = "1.5.7"
wavefrontSdk="3.4.3"
otelBomAlpha="1.38.0-alpha"
otelInstrumentationBomAlpha="1.33.3-alpha" # Brings in io.opentelemetry:opentelemetry-bom:1.38.0
log4j = "2.23.1"
wavefrontReporter="1.7.16"
slf4j = "1.7.36"
Expand Down Expand Up @@ -51,9 +49,7 @@ micrometerContextPropagation = { module = "io.micrometer:context-propagation", v
micrometerBom = { module = "io.micrometer:micrometer-bom", version.ref = "micrometer" }
mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" }
mockitoJunit = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
otelBom = { module = "io.opentelemetry:opentelemetry-bom", version.ref = "otelBom" }
otelBomAlpha = { module = "io.opentelemetry:opentelemetry-bom-alpha", version.ref = "otelBomAlpha" }
otelInstrumentation = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv", version.ref = "otelInstrumentation" }
otelInstrumentationBomAlpha = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", version.ref = "otelInstrumentationBomAlpha" }
reactorBom = { module = "io.projectreactor:reactor-bom", version.ref = "reactorBom" }
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
springCore = { module = "org.springframework:spring-core", version.ref = "spring" }
Expand Down

0 comments on commit 5378335

Please sign in to comment.