Skip to content

Conversation

@adinauer
Copy link
Member

📜 Description

Bump our OpenTelemetry dependencies:

  • SDK to 1.57.0
  • Instrumentation to 2.23.0
  • Semantic Conventions to 1.37.0

Looked at https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-instrumentation-bom/2.23.0 to find what versions to use.

💡 Motivation and Context

Closes #4974

💚 How did you test it?

📝 Checklist

  • I added GH Issue ID & Linear ID
  • I added tests to verify the changes.
  • No new PII added or SDK only sends newly added PII if sendDefaultPII is enabled.
  • I updated the docs if needed.
  • I updated the wizard if needed.
  • Review from the native team if needed.
  • No breaking change or entry added to the changelog.
  • No breaking change for hybrid SDKs or communicated to hybrid SDKs.

🔮 Next steps

compilerOptions.apiVersion = org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_1_9
}

configurations.all {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping OTel seems to have caused older versions of Spring Boot to have problems with OkHttp using v5 instead of v4 and MockWebServer breaking. This was the easier fix vs. bumping OkHttp to v5 and having to upgrade MockWebServer all over the repo.

@adinauer adinauer merged commit c65ce8a into main Dec 22, 2025
59 checks passed
@adinauer adinauer deleted the feat/bump-opentelemetry-2-23 branch December 22, 2025 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OTEL] Update the OTEL Autointrumentation to the recent version.

3 participants