dependabot[bot] opened a new pull request, #14651: URL: https://github.com/apache/dubbo/pull/14651
Bumps [io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java) from 1.41.0 to 1.42.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-bom's releases</a>.</em></p> <blockquote> <h2>Version 1.42.0</h2> <h3>API</h3> <ul> <li>BREAKING: Stabilize log support for AnyValue bodies. Rename <code>AnyValue</code> to <code>Value</code>, promote from <code>opentelemetry-api-incubator</code> to <code>opentelemetry-api</code>, change package from <code>io.opentelemetry.api.incubator.logs</code> to <code>io.opentelemetry.api.common</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6591">#6591</a>)</li> <li>Noop implementations detect when <code>opentelemetry-api-incubator</code> is present and return extended noop implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6617">#6617</a>)%</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Added experimental support for SpanProcessor OnEnding callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6367">#6367</a>)</li> <li>Remove final modifier from SdkTracer.tracerEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6687">#6687</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Suppress zipkin exporter instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6552">#6552</a>)</li> <li>OTLP exporters return status code exceptions via CompletableResultCode in GrpcExporter and HttpExporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6645">#6645</a>)</li> <li>Align GrpcSender contract with HttpSender (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6658">#6658</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Add autoconfigure support for ns and us durations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6654">#6654</a>)</li> <li>Add declarative configuration ComponentProvider support for resources (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6625">#6625</a>)</li> <li>Add declarative configuration ComponentProvider support for processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6623">#6623</a>)</li> <li>Add declarative configuration ComponentProvider support for samplers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6494">#6494</a>)</li> <li>Add declarative configuration ComponentProvider support for propagators (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6624">#6624</a>)</li> <li>Add declarative configuration missing pieces (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6677">#6677</a>)</li> <li>Change jaeger remote sampler autoconfigure property from <code>pollingInterval</code> to <code>pollingIntervalMs</code> to match spec. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6672">#6672</a>)</li> </ul> <h4>Testing</h4> <ul> <li>Add asserts for log record body fields (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6509">#6509</a>)</li> </ul> <h3>🙇 Thank you</h3> <p>This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:</p> <p><a href="https://github.com/anuraaga"><code>@​anuraaga</code></a> <a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/chungngoops"><code>@​chungngoops</code></a> <a href="https://github.com/codefromthecrypt"><code>@​codefromthecrypt</code></a> <a href="https://github.com/drewhammond"><code>@​drewhammond</code></a> <a href="https://github.com/galahad098"><code>@​galahad098</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jackshirazi"><code>@​jackshirazi</code></a> <a href="https://github.com/jarrodrobins"><code>@​jarrodrobins</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/JonasKunz"><code>@​JonasKunz</code></a> <a href="https://github.com/laurit"><code>@​laurit</code></a> <a href="https://github.com/LikeTheSalad"><code>@​LikeTheSalad</code></a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md">io.opentelemetry:opentelemetry-bom's changelog</a>.</em></p> <blockquote> <h2>Version 1.42.0 (2024-09-06)</h2> <h3>API</h3> <ul> <li>BREAKING: Stabilize log support for AnyValue bodies. Rename <code>AnyValue</code> to <code>Value</code>, promote from <code>opentelemetry-api-incubator</code> to <code>opentelemetry-api</code>, change package from <code>io.opentelemetry.api.incubator.logs</code> to <code>io.opentelemetry.api.common</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6591">#6591</a>)</li> <li>Noop implementations detect when <code>opentelemetry-api-incubator</code> is present and return extended noop implementations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6617">#6617</a>)%</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Added experimental support for SpanProcessor OnEnding callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6367">#6367</a>)</li> <li>Remove final modifier from SdkTracer.tracerEnabled (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6687">#6687</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Suppress zipkin exporter instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6552">#6552</a>)</li> <li>OTLP exporters return status code exceptions via CompletableResultCode in GrpcExporter and HttpExporter. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6645">#6645</a>)</li> <li>Align GrpcSender contract with HttpSender (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6658">#6658</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Add autoconfigure support for ns and us durations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6654">#6654</a>)</li> <li>Add declarative configuration ComponentProvider support for resources (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6625">#6625</a>)</li> <li>Add declarative configuration ComponentProvider support for processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6623">#6623</a>)</li> <li>Add declarative configuration ComponentProvider support for samplers (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6494">#6494</a>)</li> <li>Add declarative configuration ComponentProvider support for propagators (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6624">#6624</a>)</li> <li>Add declarative configuration missing pieces (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6677">#6677</a>)</li> <li>Change jaeger remote sampler autoconfigure property from <code>pollingInterval</code> to <code>pollingIntervalMs</code> to match spec. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6672">#6672</a>)</li> </ul> <h4>Testing</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/96b2419304a2d082963f7fc36f2f6de2eee1e71c"><code>96b2419</code></a> [release/v1.42.x] Prepare release 1.42.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6690">#6690</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/fbdb90621bb145da3535d5de571f4a4ad265606f"><code>fbdb906</code></a> Prepare 1.42.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6688">#6688</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f85a57b5b6bdff9c6292d1ad6aa9d13b914df6f8"><code>f85a57b</code></a> don't throw class cast exception when we have a noop tracer, meter, logger (#...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1f6de3590d284e3ced20c5ac9c8217dda6336732"><code>1f6de35</code></a> Align GrpcSender contract with HttpSender (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6658">#6658</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/00b0e9f87c7009db6c40f384d02595c4662056c1"><code>00b0e9f</code></a> Declarative configuration missing pieces (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6677">#6677</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/61a4b466765d25acfcc808b813712743cc51bddd"><code>61a4b46</code></a> make SdkTracer.tracerEnabled mutable (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6687">#6687</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/aef4ca5b1e0739eb7e2282e7efe863330f1eb205"><code>aef4ca5</code></a> Update dependency io.netty:netty-bom to v4.1.113.Final (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6685">#6685</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/e063b34a2ad1865b8e8bc0e8758e6c375efbf473"><code>e063b34</code></a> Add asserts for event body fields (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6509">#6509</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/5ca6177fcf18de8e11b1f4ea7bdee0f820b6337c"><code>5ca6177</code></a> Update dependency org.owasp:dependency-check-gradle to v10.0.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6679">#6679</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/43be1e7f9d3e326bc9ab34ab54f3c2f24385cf46"><code>43be1e7</code></a> change polling interval property name to match spec (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6672">#6672</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.41.0...v1.42.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
