dependabot[bot] opened a new pull request, #5381: URL: https://github.com/apache/ignite-3/pull/5381
Bumps [io.opentelemetry:opentelemetry-exporter-otlp](https://github.com/open-telemetry/opentelemetry-java) from 1.47.0 to 1.48.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.48.0</h2> <h3>API</h3> <ul> <li>Add some helpful logging attribute methods to <code>LogRecordBuilder</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7089">#7089</a>)</li> </ul> <h4>Incubator</h4> <ul> <li>Introduce ConfigProvider API. Rename <code>StructuredConfigProperties</code> to <code>DeclarativeConfigProperties</code> and move to <code>opentelemetry-api-incubator</code>. Rename <code>FileConfiguration</code> to <code>DeclarativeConfiguration</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6549">#6549</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Log warning and adjust when BatchLogRecordProcessor, BatchSpanProcessor <code>maxExportBatchSize</code> exceeds <code>maxQueueSize</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7045">#7045</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7148">#7148</a>)</li> <li>Fix bug causing <code>ThrottlingLogger</code> to log more than once per minute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7156">#7156</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Remove obsolete <code>SdkMeterProviderUtil#setCardinalitylimit</code> API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7169">#7169</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Fix bug preventing accurate reporting of span event dropped attribute count (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7142">#7142</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: remove support for <code>otel.java.experimental.exporter.memory_mode</code> which was previously replaced by <code>otel.java.exporter.memory_mode</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7127">#7127</a>)</li> <li>OTLP: Extract sender parameters to config carrier class (incubating API) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7151">#7151</a>)</li> <li>OTLP: Add support for setting OTLP exporter service class loader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7150">#7150</a>)</li> </ul> <h3>Tooling</h3> <ul> <li>Update android animalsniffer min API version to 23 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7153">#7153</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/brunobat"><code>@​brunobat</code></a> <a href="https://github.com/chukunx"><code>@​chukunx</code></a> <a href="https://github.com/codefromthecrypt"><code>@​codefromthecrypt</code></a> <a href="https://github.com/devilcoolyue"><code>@​devilcoolyue</code></a> <a href="https://github.com/geoand"><code>@​geoand</code></a> <a href="https://github.com/github-advanced-security"><code>@​github-advanced-security</code></a> <a href="https://github.com/jack-berg"><code>@​jack-berg</code></a> <a href="https://github.com/jaydeluca"><code>@​jaydeluca</code></a> <a href="https://github.com/jeanbisutti"><code>@​jeanbisutti</code></a> <a href="https://github.com/jkwatson"><code>@​jkwatson</code></a> <a href="https://github.com/joffrey-bion"><code>@​joffrey-bion</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-exporter-otlp's changelog</a>.</em></p> <blockquote> <h2>Version 1.48.0 (2025-03-07)</h2> <h3>API</h3> <ul> <li>Add some helpful logging attribute methods to <code>LogRecordBuilder</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7089">#7089</a>)</li> </ul> <h4>Incubator</h4> <ul> <li>Introduce ConfigProvider API. Rename <code>StructuredConfigProperties</code> to <code>DeclarativeConfigProperties</code> and move to <code>opentelemetry-api-incubator</code>. Rename <code>FileConfiguration</code> to <code>DeclarativeConfiguration</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6549">#6549</a>)</li> </ul> <h3>SDK</h3> <ul> <li>Log warning and adjust when BatchLogRecordProcessor, BatchSpanProcessor <code>maxExportBatchSize</code> exceeds <code>maxQueueSize</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7045">#7045</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7148">#7148</a>)</li> <li>Fix bug causing <code>ThrottlingLogger</code> to log more than once per minute (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7156">#7156</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Remove obsolete <code>SdkMeterProviderUtil#setCardinalitylimit</code> API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7169">#7169</a>)</li> </ul> <h4>Traces</h4> <ul> <li>Fix bug preventing accurate reporting of span event dropped attribute count (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7142">#7142</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: remove support for <code>otel.java.experimental.exporter.memory_mode</code> which was previously replaced by <code>otel.java.exporter.memory_mode</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7127">#7127</a>)</li> <li>OTLP: Extract sender parameters to config carrier class (incubating API) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7151">#7151</a>)</li> <li>OTLP: Add support for setting OTLP exporter service class loader (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7150">#7150</a>)</li> </ul> <h3>Tooling</h3> <ul> <li>Update android animalsniffer min API version to 23 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/7153">#7153</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/13ba0ffb725e92c885b8d0903b31f65ffaaeb8fd"><code>13ba0ff</code></a> [release/v1.48.x] Prepare release 1.48.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7187">#7187</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2e4f9ede58234676005eba11d8f9047d63d6c918"><code>2e4f9ed</code></a> Prepare for 1.48.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7183">#7183</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/8efade69a16f86164d52a9b9699620fc254ce772"><code>8efade6</code></a> Extract sender parameters to config carrier class (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7151">#7151</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/4d34b53e0c8c369c30613b6e2cd3fff1dfddebe3"><code>4d34b53</code></a> fix(deps): update dependency com.squareup.wire:wire-bom to v5.3.1 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7177">#7177</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/0de9fc084d80f5ca7040b5eba950f0d1ede0a5ed"><code>0de9fc0</code></a> fix(deps): update armeriaversion to v1.32.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7174">#7174</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1b1d5373758f1fbcc3e5dc74b70bb2cd9b2c32fd"><code>1b1d537</code></a> Reduce warning log about maxExportBatchSize. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7148">#7148</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/42056f57c87b5c1b979a0e0b6b74a132b9162245"><code>42056f5</code></a> Introduce ConfigProvider API (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6549">#6549</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b3e3fff83c19574ccab198cd3140329823fbd6ae"><code>b3e3fff</code></a> chore(deps): update weekly update (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7163">#7163</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/cd8640514885d80d19c82202d5fc4486e7040312"><code>cd86405</code></a> fix(deps): update dependency checkstyle to v10.21.4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/7166">#7166</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/33b37abe9ac329d6b2f0ba281cb6adb38e227e26"><code>33b37ab</code></a> fix(deps): update dependency org.testcontainers:testcontainers-bom to v1.20.6...</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.47.0...v1.48.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