dependabot[bot] opened a new pull request, #3611: URL: https://github.com/apache/eventmesh/pull/3611
Bumps [io.opentelemetry:opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-java) from 1.3.0 to 1.24.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-sdk's releases</a>.</em></p> <blockquote> <h2>Version 1.24.0</h2> <h3>SDK</h3> <h4>Metrics</h4> <ul> <li>Optimize DefaultSynchronousMetricStorage iteration to reduce allocations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5183">#5183</a>)</li> <li>Avoid exemplar allocations if there are no measurements (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5182">#5182</a>)</li> <li>Remove boxed primitives from aggregations to reduce allocations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5184">#5184</a>)</li> <li>Stop ignoring long measurements in HistogramExemplarReservoir (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5216">#5216</a>)</li> <li>Remove validations for noop instrument names and units (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5146">#5146</a>)</li> <li>Allow views to select on instrument unit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5255">#5255</a>)</li> </ul> <h4>Exporter</h4> <ul> <li>Add (internal) TlsConfigHelper for additional TLS configurability (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5246">#5246</a>)</li> </ul> <h4>SDK Extensions</h4> <ul> <li>Introduce mTLS support for JaegerRemoteSamplerBuilder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5209">#5209</a>) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5248">#5248</a>)</li> </ul> <h3>OpenTracing Shim</h3> <ul> <li> <p>OpenTracing Shim: Update Tracer.close() (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5151">#5151</a>)</p> </li> <li> <p>Update version to 1.24.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5198">#5198</a>)</p> </li> <li> <p>Post release 1.23.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5202">#5202</a>)</p> </li> </ul> <h3>OpenCensus Shim</h3> <ul> <li>Addresses opencensus-shim trace issues under otel javaagent (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/4900">#4900</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Cleanup readmes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5263">#5263</a>)</li> <li>Upgrade to gradle 8.0.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5256">#5256</a>)</li> <li>Fixed example resource provider classname. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5235">#5235</a>)</li> <li>Fix case of bug label in open issue workflow (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5268">#5268</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/bogdandrutu"><code>@​bogdandrutu</code></a> <a href="https://github.com/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/carlosalberto"><code>@​carlosalberto</code></a> <a href="https://github.com/cheempz"><code>@​cheempz</code></a> <a href="https://github.com/chicobento"><code>@​chicobento</code></a> <a href="https://github.com/der-eismann"><code>@​der-eismann</code></a> <a href="https://github.com/dmarkwat"><code>@​dmarkwat</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-sdk's changelog</a>.</em></p> <blockquote> <h2>Version 1.24.0 (2023-03-10)</h2> <h3>SDK</h3> <h4>Metrics</h4> <ul> <li>Optimize DefaultSynchronousMetricStorage iteration to reduce allocations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5183">#5183</a>)</li> <li>Avoid exemplar allocations if there are no measurements (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5182">#5182</a>)</li> <li>Remove boxed primitives from aggregations to reduce allocations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5184">#5184</a>)</li> <li>Stop ignoring long measurements in HistogramExemplarReservoir (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5216">#5216</a>)</li> <li>Remove validations for noop instrument names and units (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5146">#5146</a>)</li> <li>Allow views to select on instrument unit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5255">#5255</a>)</li> </ul> <h4>Exporter</h4> <ul> <li>Add (internal) TlsConfigHelper for additional TLS configurability (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5246">#5246</a>)</li> </ul> <h4>SDK Extensions</h4> <ul> <li>Introduce mTLS support for JaegerRemoteSamplerBuilder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5209">#5209</a>) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5248">#5248</a>)</li> </ul> <h3>OpenTracing Shim</h3> <ul> <li> <p>OpenTracing Shim: Update Tracer.close() (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5151">#5151</a>)</p> </li> <li> <p>Update version to 1.24.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5198">#5198</a>)</p> </li> <li> <p>Post release 1.23.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5202">#5202</a>)</p> </li> </ul> <h3>OpenCensus Shim</h3> <ul> <li>Addresses opencensus-shim trace issues under otel javaagent (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/4900">#4900</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Cleanup readmes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5263">#5263</a>)</li> <li>Upgrade to gradle 8.0.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5256">#5256</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/05b6dfa9f6b7951f31d3f021ed6df3e35d3b8660"><code>05b6dfa</code></a> Skip build and publish step to finish release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5283">#5283</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/e57b61ca2eb0aea8e77b517d30051e60be1e7836"><code>e57b61c</code></a> Prepare release 1.24.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5282">#5282</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/102a03a167949def93278f2bc6b411860cb57165"><code>102a03a</code></a> Prepare for 1.24.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5278">#5278</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2babc699242f3f46e10dd8ede293e698e414d2e5"><code>2babc69</code></a> Introduce mTLS support for JaegerRemoteSamplerBuilder (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5209">#5209</a>) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5248">#5248</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/4532648bbc191b8f4fa2c22a7167612ba266d696"><code>4532648</code></a> Addresses opencensus-shim trace issues under otel javaagent (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/4900">#4900</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/02989891caaf0a9945e08a44c741fc4e48e9ca6e"><code>0298989</code></a> Bump com.uber.nullaway:nullaway from 0.10.9 to 0.10.10 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5277">#5277</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/dd40fbeab7735e64b886e7e2f1dd202b8d4827ce"><code>dd40fbe</code></a> Remove validations for noop instrument names and units (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5146">#5146</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/018a76670c43810a168961ef351b27497472a9df"><code>018a766</code></a> Bump com.google.protobuf:protobuf-bom from 3.21.12 to 3.22.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5237">#5237</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f797537cc63b2b5f41f99c8581e1ad4aea45eb19"><code>f797537</code></a> OpenTracing Shim: Update Tracer.close() (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5151">#5151</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b5e8bc680eab60e48fa481a7ccb02408f36f548e"><code>b5e8bc6</code></a> Bump com.squareup.wire:wire-compiler from 4.5.1 to 4.5.2 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5272">#5272</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.3.0...v1.24.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 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: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org