Skip to content

Commit 5378335

Browse files
Merge branch '1.2.x' into 1.3.x
This downgrades OTel instrumentation artifacts from 1.33.5-alpha to 1.33.3-alpha.
2 parents 3884fc3 + 92795f2 commit 5378335

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

dependencies.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ def VERSIONS = [
1313
libs.logback,
1414
libs.log4j,
1515
libs.slf4j,
16-
// otel
17-
libs.otelInstrumentation,
1816
// zipkin
1917
libs.zipkinAws,
2018
// wavefront
@@ -31,15 +29,13 @@ def VERSIONS = [
3129
]
3230

3331
def MICROMETER_PLATFORM_VERSIONS = [
34-
libs.micrometerBom
32+
libs.micrometerBom
3533
]
3634

3735
def PLATFORM_VERSIONS = [
3836
libs.zipkinReporterBom,
3937
libs.braveBom,
40-
// opentelemetry-instrumentation-api dependency above with this
41-
libs.otelBom,
42-
libs.otelBomAlpha,
38+
libs.otelInstrumentationBomAlpha,
4339
libs.reactorBom,
4440
libs.junitBom
4541
]

gradle/libs.versions.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@ junit = "5.10.3"
55
javaxServlet="4.0.1"
66
jmh="1.37"
77
jakartaWeb="9.1.0"
8-
otelInstrumentation="1.33.5-alpha"
98
aopalliance="1.0"
109
zipkinAws="1.2.5"
11-
otelBom="1.38.0"
1210
logback = "1.5.7"
1311
wavefrontSdk="3.4.3"
14-
otelBomAlpha="1.38.0-alpha"
12+
otelInstrumentationBomAlpha="1.33.3-alpha" # Brings in io.opentelemetry:opentelemetry-bom:1.38.0
1513
log4j = "2.23.1"
1614
wavefrontReporter="1.7.16"
1715
slf4j = "1.7.36"
@@ -51,9 +49,7 @@ micrometerContextPropagation = { module = "io.micrometer:context-propagation", v
5149
micrometerBom = { module = "io.micrometer:micrometer-bom", version.ref = "micrometer" }
5250
mockitoCore = { module = "org.mockito:mockito-core", version.ref = "mockito" }
5351
mockitoJunit = { module = "org.mockito:mockito-junit-jupiter", version.ref = "mockito" }
54-
otelBom = { module = "io.opentelemetry:opentelemetry-bom", version.ref = "otelBom" }
55-
otelBomAlpha = { module = "io.opentelemetry:opentelemetry-bom-alpha", version.ref = "otelBomAlpha" }
56-
otelInstrumentation = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-api-semconv", version.ref = "otelInstrumentation" }
52+
otelInstrumentationBomAlpha = { module = "io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha", version.ref = "otelInstrumentationBomAlpha" }
5753
reactorBom = { module = "io.projectreactor:reactor-bom", version.ref = "reactorBom" }
5854
slf4j = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
5955
springCore = { module = "org.springframework:spring-core", version.ref = "spring" }

0 commit comments

Comments
 (0)