dependabot[bot] opened a new pull request, #7390:
URL: https://github.com/apache/ignite-3/pull/7390

   Bumps 
[io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java)
 from 1.57.0 to 1.58.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/releases";>io.opentelemetry:opentelemetry-exporter-otlp's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.58.0</h2>
   <h3>API</h3>
   <h4>Incubator</h4>
   <ul>
   <li>Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7914";>#7914</a>)</li>
   <li>Add DeclarativeConfigProperties#get method (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7923";>#7923</a>)</li>
   <li>Update ConfigProvider#getInstrumentationConfig response to be non-null 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7954";>#7954</a>)</li>
   <li>Add declarative config utility methods for common operations (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7927";>#7927</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Implement SDK metrics for trace (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7895";>#7895</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7930";>#7930</a>)</li>
   <li>Emit warning when TraceIdRatioBasedSampler is used as child sampler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7937";>#7937</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Implement SDK metrics for logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7931";>#7931</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prom exporter update (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7934";>#7934</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Declarative config: update to opentelemetry-configuration 1.0.0-rc.3 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7861";>#7861</a>)</li>
   <li>Declarative config: update jaeger remote sampler to require endpoint, 
initial_sampler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7943";>#7943</a>)</li>
   <li>Declarative config: add support for view unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7942";>#7942</a>)</li>
   <li>Declarative config: add support for new logger config minimum_severity 
and trace_based properties (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7940";>#7940</a>)</li>
   <li>Declarative config: add support for composable parent threshold sampler 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7941";>#7941</a>)</li>
   <li>Declarative config: improve pattern for validating and loading SDK 
extension plugins (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7947";>#7947</a>)</li>
   </ul>
   <h3>Project tooling</h3>
   <ul>
   <li>Use develocity build cache in PRs and local builds (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7906";>#7906</a>)</li>
   <li>Configure japicmp classpath to avoid false positives (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7945";>#7945</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/Gosling-dude";><code>@​Gosling-dude</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</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/SylvainJuge";><code>@​SylvainJuge</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-exporter-otlp's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.58.0 (2026-01-09)</h2>
   <h3>API</h3>
   <h4>Incubator</h4>
   <ul>
   <li>Delete GlobalConfigProvider in favor of access via ExtendedOpenTelemetry
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7914";>#7914</a>)</li>
   <li>Add DeclarativeConfigProperties#get method
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7923";>#7923</a>)</li>
   <li>Update ConfigProvider#getInstrumentationConfig response to be non-null
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7954";>#7954</a>)</li>
   <li>Add declarative config utility methods for common operations
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7927";>#7927</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Traces</h4>
   <ul>
   <li>Implement SDK metrics for trace
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7895";>#7895</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7930";>#7930</a>)</li>
   <li>Emit warning when TraceIdRatioBasedSampler is used as child sampler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7937";>#7937</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Implement SDK metrics for logs
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7931";>#7931</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prom exporter update
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7934";>#7934</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Declarative config: update to opentelemetry-configuration 1.0.0-rc.3
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7861";>#7861</a>)</li>
   <li>Declarative config: update jaeger remote sampler to require endpoint, 
initial_sampler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7943";>#7943</a>)</li>
   <li>Declarative config: add support for view unit
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7942";>#7942</a>)</li>
   <li>Declarative config: add support for new logger config minimum_severity 
and trace_based properties
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7940";>#7940</a>)</li>
   <li>Declarative config: add support for composable parent threshold sampler
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7941";>#7941</a>)</li>
   <li>Declarative config: improve pattern for validating and loading SDK 
extension plugins
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7947";>#7947</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/1e377b49eb73059cb96f5bb0d9670592f81ab505";><code>1e377b4</code></a>
 [release/v1.58.x] Prepare release 1.58.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7968";>#7968</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b8828159f0d5ba176b6c209fa62a263aa5b36356";><code>b882815</code></a>
 Prepare 1.58.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7965";>#7965</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/826c4e92a14030c089825cd663ff8bf09a84a8e4";><code>826c4e9</code></a>
 Improve pattern for validating and loading SDK extension plugins (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7947";>#7947</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/da310cc1fcd06e606426649f6c8db96958d9bb12";><code>da310cc</code></a>
 Prom exporter update (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7934";>#7934</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a15659d1af6f381c8c52509bd720befd70855002";><code>a15659d</code></a>
 add method to retrieve instrumentation configuration by name (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7927";>#7927</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2d38562b063f56932f2a69ceec45de419c8f93fd";><code>2d38562</code></a>
 fix(deps): update armeriaversion to v1.35.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7959";>#7959</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ca536b2274623f827f282ce4cef8956d42a4ec3d";><code>ca536b2</code></a>
 fix(deps): update junit-framework monorepo to v5.14.2 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7956";>#7956</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/5150e52d0852290f59e8b10c166a796b189ff424";><code>5150e52</code></a>
 chore(deps): update otel/opentelemetry-collector-contrib docker tag to 
v0.143...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/15b41f1110e699aa9756beb2a50d83df64b5ca2c";><code>15b41f1</code></a>
 chore(deps): update plugin com.gradleup.shadow to v9.3.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7955";>#7955</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/a46b073cc7d9ebfb451bd4925c2ffba6b2e2c412";><code>a46b073</code></a>
 make getInstrumentationConfig non-null (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7954";>#7954</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.57.0...v1.58.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry:opentelemetry-exporter-otlp&package-manager=gradle&previous-version=1.57.0&new-version=1.58.0)](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]

Reply via email to