Skip to content

Conversation

robzienert
Copy link

@robzienert robzienert commented May 20, 2025

What was changed

Upgrading io.opentelemetry:opentelemetry-bom and i.o:opentelemetry-opentracing-shim to 1.50.0.

Why?

The opentracing version transitively referenced by io.opentelemetry is 0.26.0 which is quite old and causing issues. Updating this aligns the version explicitly included by temporal-opentracing.

We could make an internal resolution rule for this, but it feels like the SDK should be using similar versions regardless of module being imported.

Checklist

  1. How was this tested:

./gradlew build check

@robzienert robzienert requested a review from a team as a code owner May 20, 2025 20:29
Copy link

@dantheman5398 dantheman5398 left a comment

Choose a reason for hiding this comment

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

Ty!

@@ -1,7 +1,7 @@
description = '''Spring Boot AutoConfigure for Temporal Java SDK'''

ext {
otelVersion = '1.25.0'
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we want to use 1.50.0 since it does't match our min. kotlin version and is the latest version of the dep., if you want to use this version then I would encourage you to manually override it.

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.

3 participants