Bumping upstream versions#1835
Merged
LikeTheSalad merged 4 commits intoJun 23, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1835 +/- ##
==========================================
- Coverage 64.55% 64.36% -0.20%
==========================================
Files 165 165
Lines 3645 3645
Branches 386 386
==========================================
- Hits 2353 2346 -7
- Misses 1182 1185 +3
- Partials 110 114 +4 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates upstream OpenTelemetry dependency versions used by this repository (and the demo app), plus a small R8/ProGuard consumer rule adjustment in core.
Tier: 1 (dependency bumps / trivial maintenance)
Changes:
- Bump
opentelemetry-instrumentation-bom-alphaversion reference to2.29.0-alphaandopentelemetry-java-contribversion reference to1.58.0-alpha. - Bump demo app OpenTelemetry core versions to
1.63.0/1.63.0-alpha. - Add a new
-dontwarnentry forio.opentelemetry.sdk.autoconfigure.**incoreconsumer rules.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| gradle/libs.versions.toml | Updates version catalog entries for OTel instrumentation alpha BOM and contrib artifacts. |
| demo-app/gradle/libs.versions.toml | Aligns demo app’s OpenTelemetry core version pins with the newer upstream release. |
| core/consumer-rules.pro | Adds an additional -dontwarn to suppress R8 warnings related to OTel autoconfigure package. |
| -dontwarn io.grpc.stub.AbstractStub$StubFactory | ||
| -dontwarn io.grpc.stub.AbstractStub No newline at end of file | ||
| -dontwarn io.grpc.stub.AbstractStub | ||
| -dontwarn io.opentelemetry.sdk.autoconfigure.** No newline at end of file |
DavidGrath
approved these changes
Jun 23, 2026
DavidGrath
left a comment
Contributor
There was a problem hiding this comment.
The tests pass. It seems good to me
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Supersedes #1831, #1830, and #1793