Skip to content

Bumping upstream versions#1835

Merged
LikeTheSalad merged 4 commits into
open-telemetry:mainfrom
LikeTheSalad:bumping-upstream-versions
Jun 23, 2026
Merged

Bumping upstream versions#1835
LikeTheSalad merged 4 commits into
open-telemetry:mainfrom
LikeTheSalad:bumping-upstream-versions

Conversation

@LikeTheSalad

Copy link
Copy Markdown
Contributor

Supersedes #1831, #1830, and #1793

@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 64.36%. Comparing base (f53fc5b) to head (aa910c1).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@LikeTheSalad LikeTheSalad marked this pull request as ready for review June 23, 2026 11:19
@LikeTheSalad LikeTheSalad requested a review from a team as a code owner June 23, 2026 11:19
Copilot AI review requested due to automatic review settings June 23, 2026 11:19

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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-alpha version reference to 2.29.0-alpha and opentelemetry-java-contrib version reference to 1.58.0-alpha.
  • Bump demo app OpenTelemetry core versions to 1.63.0 / 1.63.0-alpha.
  • Add a new -dontwarn entry for io.opentelemetry.sdk.autoconfigure.** in core consumer 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.

Comment thread core/consumer-rules.pro
-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 DavidGrath left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The tests pass. It seems good to me

@LikeTheSalad LikeTheSalad merged commit c5f1fb8 into open-telemetry:main Jun 23, 2026
8 checks passed
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