Skip to content

Commit 54a86d2

Browse files
renovate[bot]otelbot[bot]laurit
authored andcommitted
fix(deps): update opentelemetry-java-contrib monorepo to v1.57.0-alpha (#18809)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Lauri Tulmin <ltulmin@splunk.com>
1 parent 9f97def commit 54a86d2

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data class DependencySet(val group: String, val version: String, val modules: Li
66

77
// this line is managed by .github/scripts/update-sdk-version.sh
88
val otelSdkVersion = "1.62.0"
9-
val otelContribVersion = "1.56.0-alpha"
9+
val otelContribVersion = "1.57.0-alpha"
1010
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1111

1212
// Need both BOM and groovy jars

licenses/licenses.md

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

testing-common/src/main/java/io/opentelemetry/instrumentation/testing/LibraryTestRunner.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@ public class LibraryTestRunner extends InstrumentationTestRunner {
9090
.addSpanProcessor(SimpleSpanProcessor.create(testSpanExporter))
9191
.addSpanProcessor(
9292
new BaggageSpanProcessor(
93-
baggageKey ->
94-
asList("test-baggage-key-1", "test-baggage-key-2")
95-
.contains(baggageKey)))
93+
asList("test-baggage-key-1", "test-baggage-key-2"), null))
9694
.build())
9795
.setMeterProvider(SdkMeterProvider.builder().registerMetricReader(metricReader).build())
9896
.setLoggerProvider(

0 commit comments

Comments
 (0)