-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to OpenTelemetry 1.23.1 #34100
Comments
This upgrade requires some further investigation as it causes 3 failures in BaggagePropagationIntegrationTests. |
Hi @wilkinsona , we stumble upon issue open-telemetry/opentelemetry-java#4918 regarding the usage of EC certificates with open-telemetry 1.19. The issue was fixed on otel 1.20.0. ps: I know we can always override the bom version on the application level, but just saying. |
Unfortunately not. Whenever possible, we aim to only upgrade to new maintenance releases of dependencies in Boot's maintenance releases. If we'd shipped 3.0.0 with 1.20, we could have upgraded to 1.20.1 in a 3.0.x release, but we won't jump from 1.19.0 to 1.20 or later in 3.0.x.
If you want to opt in to a new minor release, this is what you should do. |
Just a curious thing, looking at otel-sdk release history they have rarely released patch versions so it looks like a Boot minor will be constantly behind and never get bug fixes. Hope that as otel-sdk get more stable they start following a more stable release cycle. That said, the policy to keep 3pp minors within a Boot minor makes completely sense as it is complex to handle all the 3pps and their commitment to semver and minors maintenance. 👍🏻 |
Also worth noting is that 1.20 is needed to get Graal Native to work. Otherwise, you will see this error:
Here is the PR with more info |
No description provided.
The text was updated successfully, but these errors were encountered: