Skip to content

build(deps): bump io.opentelemetry:opentelemetry-bom from 1.59.0 to 1.60.1#16119

Merged
EarthChen merged 2 commits into3.3from
dependabot/maven/io.opentelemetry-opentelemetry-bom-1.60.1
Mar 18, 2026
Merged

build(deps): bump io.opentelemetry:opentelemetry-bom from 1.59.0 to 1.60.1#16119
EarthChen merged 2 commits into3.3from
dependabot/maven/io.opentelemetry-opentelemetry-bom-1.60.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps io.opentelemetry:opentelemetry-bom from 1.59.0 to 1.60.1.

Release notes

Sourced from io.opentelemetry:opentelemetry-bom's releases.

Version 1.60.1

This is a patch release on the previous 1.60.0 release, fixing the issue(s) below.

SDK

Extensions

  • Autoconfigure: fix warning always emitted (#8157)

Version 1.60.0

API

  • Support W3C trace context random flag (#8012)
  • Clarify that SpanBuilder.setAttribute allows null values (#8072)

Incubating

  • Implement environment variable context propagation carriers (#8074)
  • Deprecate ExtendedAttributes, ExtendedAttributeKey, ExtendedAttributeType, ExtendedAttributesBuilder (#8060)
  • Deprecate peerServiceMapping accessor from InstrumentationConfigUtil (#8088)

SDK

Traces

  • Disable warning when using TraceIdRatioBasedSampler as root sampler (#8065)
  • User-supplied attributes take precedence over exception-derived attributes (#7993)
  • Exclude META-INF/maven from traces SDK shaded dependencies (#8096)
  • Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)

Metrics

  • Split out cumulative vs. delta storage (#8015)
  • Add metrics for PeriodicMetricReader (#8038)
  • Allow configuring min/max in histograms (#8095)
  • Remove deprecated otel.experimental.metrics.cardinality.limit property (#8124)
  • BREAKING bug fix: GlobUtil and IncludePatternMatching, used in views and declarative config matching, previously were inconsistent in case sensitivity. If a glob char (* or ?) was present, it was evaluated with case sensitivity. If no glob chars were present, it was evaluated with case insensitivity. Now, all are consistently evaluated with case sensitivity. (#8152)

Logs

  • Stabilize LogRecordBuilder.setException (#8089)
  • Clarify setTimestamp javadoc for event timestamp behavior (#8104)

Exporters

  • OTLP: Fix marshaling for empty string attributes (#8014)
  • Prometheus: Update Prometheus client to 1.5.0 (#8080)
  • OTLP: Serialize exponential histogram sum as optional double (#8107)
  • OTLP: Use KeyManagerFactory.getDefaultAlgorithm() in TlsUtil.keyManager() (#8122)
  • OTLP: Ensure proto serializer idCache is cleared when exception is thrown (#8147)

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.60.1 (2026-03-07)

SDK

Extensions

  • Autoconfigure: fix warning always emitted (#8157)

Version 1.60.0 (2026-03-06)

API

  • Support W3C trace context random flag (#8012)
  • Clarify that SpanBuilder.setAttribute allows null values (#8072)

Incubating

  • Implement environment variable context propagation carriers (#8074)
  • Deprecate ExtendedAttributes, ExtendedAttributeKey, ExtendedAttributeType, ExtendedAttributesBuilder (#8060)
  • Deprecate peerServiceMapping accessor from InstrumentationConfigUtil (#8088)

SDK

Traces

  • Disable warning when using TraceIdRatioBasedSampler as root sampler (#8065)
  • User-supplied attributes take precedence over exception-derived attributes (#7993)
  • Exclude META-INF/maven from traces SDK shaded dependencies (#8096)
  • Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)

Metrics

  • Split out cumulative vs. delta storage (#8015)
  • Add metrics for PeriodicMetricReader (#8038)
  • Allow configuring min/max in histograms (#8095)
  • Remove deprecated otel.experimental.metrics.cardinality.limit property

... (truncated)

Commits
  • b1273b5 [release/v1.60.x] Prepare release 1.60.1 (#8161)
  • 76e74af Prepare changelog for 1.60.1 (#8160)
  • e4235e2 [release/v1.60.x] Fix warning always emitted (#8158)
  • 58a5590 [release/v1.60.x] Change GlobUtil, IncludeExcludePredicate to use case sensit...
  • 299d893 Add changelog entry for #8152 to 1.60.x release branch (#8154)
  • 5d329ae [release/v1.60.x] Prepare release 1.60.0 (#8151)
  • 99857c6 Prepare for 1.60.0 release (#8146)
  • 50f5607 Fix proto serializer (#8147)
  • e8920e7 Fix inverted condition in LegacySpanProcessorInstrumentation#finishSpans (#8145)
  • f08b49c fix(deps): update dependency com.squareup.wire:wire-bom to v5.5.1 (#8144)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 9, 2026
zrlw
zrlw previously approved these changes Mar 10, 2026
Copy link
Contributor

@zrlw zrlw left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@EarthChen EarthChen left a comment

Choose a reason for hiding this comment

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

LGTM

EarthChen
EarthChen previously approved these changes Mar 17, 2026
Copy link
Member

@EarthChen EarthChen left a comment

Choose a reason for hiding this comment

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

LGTM

Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.59.0 to 1.60.1.
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/v1.60.1/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.59.0...v1.60.1)

---
updated-dependencies:
- dependency-name: io.opentelemetry:opentelemetry-bom
  dependency-version: 1.60.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot dismissed stale reviews from EarthChen and zrlw via 050b727 March 17, 2026 09:47
@dependabot dependabot bot force-pushed the dependabot/maven/io.opentelemetry-opentelemetry-bom-1.60.1 branch from c09cd6f to 050b727 Compare March 17, 2026 09:47
@codecov-commenter
Copy link

codecov-commenter commented Mar 18, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.81%. Comparing base (cce03be) to head (2e1cf6b).

Additional details and impacted files
@@             Coverage Diff              @@
##                3.3   #16119      +/-   ##
============================================
+ Coverage     60.78%   60.81%   +0.03%     
- Complexity    11746    11766      +20     
============================================
  Files          1953     1953              
  Lines         89118    89118              
  Branches      13444    13444              
============================================
+ Hits          54166    54198      +32     
+ Misses        29382    29360      -22     
+ Partials       5570     5560      -10     
Flag Coverage Δ
integration-tests-java21 32.18% <ø> (+0.01%) ⬆️
integration-tests-java8 32.25% <ø> (+0.02%) ⬆️
samples-tests-java21 32.22% <ø> (+0.05%) ⬆️
samples-tests-java8 29.89% <ø> (+0.19%) ⬆️
unit-tests-java11 59.06% <ø> (+0.02%) ⬆️
unit-tests-java17 58.58% <ø> (+0.02%) ⬆️
unit-tests-java21 58.58% <ø> (+0.04%) ⬆️
unit-tests-java25 58.53% <ø> (+0.04%) ⬆️
unit-tests-java8 59.09% <ø> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@EarthChen EarthChen left a comment

Choose a reason for hiding this comment

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

LGTM

@EarthChen EarthChen merged commit 1d92ea4 into 3.3 Mar 18, 2026
66 checks passed
@dependabot dependabot bot deleted the dependabot/maven/io.opentelemetry-opentelemetry-bom-1.60.1 branch March 18, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code status/wait for another approve

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants