dependabot[bot] opened a new pull request, #5206: URL: https://github.com/apache/ignite-3/pull/5206
Bumps [io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java) from 1.46.0 to 1.47.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.47.0</h2> <h3>API</h3> <h4>Incubator</h4> <ul> <li>Make <code>ExtendedTracer</code> easier to use (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6943">#6943</a>)</li> <li>Add <code>ExtendedLogRecordBuilder#setEventName</code> and corresponding SDK and OTLP serialization (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7012">#7012</a>)</li> <li>BREAKING: Drop event API / SDK (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7053">#7053</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Remove -alpha artifacts from runtime classpath of stable components (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6944">#6944</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Bugfix: Follow spec on span limits, batch processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7030">#7030</a>)</li> <li>Add experimental <code>SdkTracerProvider.setScopeConfigurator(ScopeConfigurator)</code> for updating <code>TracerConfig</code> at runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7021">#7021</a>)</li> </ul> <h4>Profiles</h4> <ul> <li>Add AttributeKeyValue abstraction to common otlp exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7026">#7026</a>)</li> <li>Improve profiles attribute table handling (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7031">#7031</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Interpret timeout zero value as no limit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7023">#7023</a>)</li> <li>Bugfix - OTLP: Fix concurrent span reusable data marshaler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7041">#7041</a>)</li> <li>OTLP: Add ability to customize retry exception predicate (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6991">#6991</a>)</li> <li>OTLP: Expand default OkHttp sender retry exception predicate (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7047">#7047</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7057">#7057</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7017">#7017</a>)</li> <li>Autoconfigure: Promote EnvironmentResourceProvider to public API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7052">#7052</a>)</li> <li>Autoconfigure: Ensure <code>OTEL_PROPAGATORS</code> still works when <code>OTEL_SDK_DISABLED=true</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7062">#7062</a>)%</li> </ul> <h4>Testing</h4> <ul> <li>Add W3CBaggagePropagator to <code>OpenTelemetryRule</code>, <code>OpenTelemetryExtension</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7056">#7056</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/breedx-splk"><code>@​breedx-splk</code></a> <a href="https://github.com/edeweerd1A"><code>@​edeweerd1A</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/jhalliday"><code>@​jhalliday</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</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.47.0 (2025-02-07)</h2> <h3>API</h3> <h4>Incubator</h4> <ul> <li>Make <code>ExtendedTracer</code> easier to use (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6943">#6943</a>)</li> <li>Add <code>ExtendedLogRecordBuilder#setEventName</code> and corresponding SDK and OTLP serialization (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7012">#7012</a>)</li> <li>BREAKING: Drop event API / SDK (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7053">#7053</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Remove -alpha artifacts from runtime classpath of stable components (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6944">#6944</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Bugfix: Follow spec on span limits, batch processors (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7030">#7030</a>)</li> <li>Add experimental <code>SdkTracerProvider.setScopeConfigurator(ScopeConfigurator)</code> for updating <code>TracerConfig</code> at runtime (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7021">#7021</a>)</li> </ul> <h4>Profiles</h4> <ul> <li>Add AttributeKeyValue abstraction to common otlp exporters (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7026">#7026</a>)</li> <li>Improve profiles attribute table handling (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7031">#7031</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>Interpret timeout zero value as no limit (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7023">#7023</a>)</li> <li>Bugfix - OTLP: Fix concurrent span reusable data marshaler (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7041">#7041</a>)</li> <li>OTLP: Add ability to customize retry exception predicate (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6991">#6991</a>)</li> <li>OTLP: Expand default OkHttp sender retry exception predicate (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7047">#7047</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7057">#7057</a>)</li> </ul> <h4>Extensions</h4> <ul> <li>Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7017">#7017</a>)</li> <li>Autoconfigure: Promote EnvironmentResourceProvider to public API</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/f97bea8f12a1371deb298fc74e8db3eed414f614"><code>f97bea8</code></a> [release/v1.47.x] Prepare release 1.47.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7085">#7085</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/355d17ffaa6be81c75784630e99c583c04c1348b"><code>355d17f</code></a> Prepare 1.47.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7078">#7078</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/19650df469e3d1e43a9ae86fc516c4b7a6828212"><code>19650df</code></a> fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.19 (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/a17dcd531dc463597a1233e97881b3f4d6f39de1"><code>a17dcd5</code></a> fix(deps): update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.3 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7054">#7054</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/e075cc157c47e1affd118d931738b56dda022761"><code>e075cc1</code></a> chore(deps): update plugin org.graalvm.buildtools.native to v0.10.5 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7066">#7066</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/22b6fea9ea9d990f640692b6540f0c2381662b92"><code>22b6fea</code></a> chore(deps): update gradle/actions action to v4.3.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7060">#7060</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ab24130dcbe7aba15872e281e5caae9a3111fee3"><code>ab24130</code></a> chore(deps): update plugin com.gradleup.shadow to v8.3.6 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7063">#7063</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/a5739eba19c28e0c3ff1ceceea3e4a29a6807567"><code>a5739eb</code></a> Spec compliance: OTEL_PROPAGATORS should still work when OTEL_SDK_DISABLED (#...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/d16cad3f73d1a94b210f3678720d07f9d93868e3"><code>d16cad3</code></a> feat(sdk-testing): Add W3CBaggagePropagator to test utils (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7056">#7056</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2fcd5f5bf8774ab47e629b721ac245df1311a324"><code>2fcd5f5</code></a> Add OSSF Scorecard code scanning (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7067">#7067</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.46.0...v1.47.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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org