Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps io.micrometer:micrometer-tracing-bom from 1.5.1 to 1.6.0.

Release notes

Sourced from io.micrometer:micrometer-tracing-bom's releases.

1.6.0

⚠️ Noteworthy

  • Do not apply toLowerHyphen to span name in Default TracingObservationHandler #1092
  • Deprecate the Wavefront Reporter and its test support #1148

⭐ New Features / Enhancements

  • Migrate nullability annotations to jSpecify #1115
  • Propagation: Support extraction of multiple values for a single key #1032

🔨 Dependency Upgrades

  • Bump io.micrometer:micrometer-bom from 1.16.0-RC1 to 1.16.0 #1218
  • Bump ch.qos.logback:logback-classic from 1.5.19 to 1.5.20 #1202
  • Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0 #1204
  • Bump com.uber.nullaway:nullaway from 0.12.10 to 0.12.12 #1207
  • Bump io.micrometer:micrometer-bom from 1.15.5 to 1.15.6 #1220
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.20.1 to 2.21.0 #1200
  • Bump io.projectreactor:reactor-bom from 2024.0.10 to 2024.0.11 #1198
  • Bump org.aspectj:aspectjweaver from 1.9.24 to 1.9.25 #1209
  • Bump org.junit:junit-bom from 5.14.0 to 5.14.1 #1208
  • Bump io.zipkin.brave:brave-bom from 6.2.0 to 6.3.0 #1068
  • Bump io.zipkin.reporter2:zipkin-reporter-bom from 3.5.0 to 3.5.1 #1062

📝 Tasks

  • Remove optional jsr305 dependency #1121
  • Allow setting a null baggage value #1134

1.6.0-RC1

🔨 Dependency Upgrades

1.6.0-M3

🔨 Dependency Upgrades

  • Bump com.uber.nullaway:nullaway from 0.12.8 to 0.12.9 #1159
  • Bump io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.18.1 to 2.19.0 #1157
  • Bump mockito from 5.18.0 to 5.19.0 #1156

1.6.0-M2

⚠️ Noteworthy

  • Deprecate the Wavefront Reporter and its test support #1148

🔨 Dependency Upgrades

... (truncated)

Commits
  • 7a708f9 Merge branch '1.5.x'
  • 7cb77c5 Bump io.micrometer:micrometer-bom from 1.15.5 to 1.15.6
  • f0e9031 Merge branch '1.4.x' into 1.5.x
  • e6f0de7 Bump io.micrometer:micrometer-bom from 1.14.12 to 1.14.13
  • 675ad65 Bump io.micrometer:micrometer-bom from 1.16.0-RC1 to 1.16.0 (#1218)
  • 5e533f6 Bump com.uber.nullaway:nullaway from 0.12.11 to 0.12.12 (#1217)
  • 22f3291 Bump com.google.errorprone:error_prone_core from 2.42.0 to 2.43.0 (#1204)
  • b19a490 Merge branch '1.5.x'
  • 8ae806a Synchronize jvm args for CI builds on 1.5.x
  • 330c434 Merge branch '1.4.x' into 1.5.x
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](micrometer-metrics/tracing@v1.5.1...v1.6.0)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing-bom
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 1, 2025
@codecov-commenter
Copy link

codecov-commenter commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 60.72%. Comparing base (2e1034d) to head (bbc4f7e).
⚠️ Report is 3 commits behind head on 3.3.

Additional details and impacted files
@@             Coverage Diff              @@
##                3.3   #15818      +/-   ##
============================================
- Coverage     60.76%   60.72%   -0.05%     
- Complexity    11701    11703       +2     
============================================
  Files          1938     1938              
  Lines         88688    88672      -16     
  Branches      13387    13303      -84     
============================================
- Hits          53893    53844      -49     
- Misses        29265    29267       +2     
- Partials       5530     5561      +31     
Flag Coverage Δ
integration-tests-java21 32.37% <ø> (-0.01%) ⬇️
integration-tests-java8 32.44% <ø> (-0.01%) ⬇️
samples-tests-java21 32.06% <ø> (+0.02%) ⬆️
samples-tests-java8 29.71% <ø> (+0.03%) ⬆️
unit-tests-java11 59.12% <ø> (+0.03%) ⬆️
unit-tests-java17 58.58% <ø> (+0.02%) ⬆️
unit-tests-java21 58.60% <ø> (+0.03%) ⬆️
unit-tests-java25 58.53% <ø> (-0.01%) ⬇️
unit-tests-java8 ?

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.

@zrlw
Copy link
Contributor

zrlw commented Dec 11, 2025

  1. the new version classes Tracer and Propagator could not be mocked by mockito 4.x
  2. mockito 5 doesn't support jdk8 which dubbo still needs to support, so we could not bump mockito to 5 by now.

#15838 will do it.

@zrlw zrlw closed this Dec 11, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/io.micrometer-micrometer-tracing-bom-1.6.0 branch December 11, 2025 09:51
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants