dependabot[bot] opened a new pull request, #22566: URL: https://github.com/apache/camel/pull/22566
Bumps `opentelemetry-version` from 1.60.1 to 1.61.0. Updates `io.opentelemetry:opentelemetry-sdk` from 1.60.1 to 1.61.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.61.0</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use <code>io.opentelemetry.common.ComponentLoader</code> instead) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8243">#8243</a>)</li> <li>Declarative config: fix <code>DeclarativeConfigProperties</code> javadoc to not throw exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8079">#8079</a>)</li> <li>Declarative config: resource attribute filtering should include attributes by default (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8177">#8177</a>)</li> <li>Declarative config: enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8266">#8266</a>)</li> <li>Autoconfigure: restructure SDK incubator to not depend on autoconfigure internals (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8242">#8242</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Disable Gradle build cache on releases to mitigate supply chain risk (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8254">#8254</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/adp2201"><code>@​adp2201</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.61.0 (2026-04-10)</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use</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/339e938e75567529565fd1dac27a1d517fa55fa9"><code>339e938</code></a> [release/v1.61.x] Prepare release 1.61.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8279">#8279</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/45496edf1e740161b5fcc4960cad886490b7a069"><code>45496ed</code></a> Prepare for 1.61.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8273">#8273</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f3cefbd3f21ef1463c514a94524f80b5000f73ed"><code>f3cefbd</code></a> Update dependency com.google.api.grpc:proto-google-common-protos to v2.68.0 (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/d706c8036ef833c8dbffde4ff2a5bb9f01ba8c19"><code>d706c80</code></a> Fix OTLP handling of identity content-encoding (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8277">#8277</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2e385f8b50c28abc1471840850f6e8c997b2db42"><code>2e385f8</code></a> Enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8266">#8266</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b665652bb8b997341a7c5c5cf96c0fe5825bb217"><code>b665652</code></a> Response body bounds (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8224">#8224</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/acc2b5d99827efe275769d75054f430b5c26db7a"><code>acc2b5d</code></a> Series start time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8180">#8180</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/aa4400af4a9c011326cde6f5338c2bb6072a689f"><code>aa4400a</code></a> retain propagated context for random trace-ids (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8263">#8263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1e0ddc6687347fb9be1c822509740b04df5e4db3"><code>1e0ddc6</code></a> Fix equalsverifier renovate exclusion (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8268">#8268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ec002c331d29141d458322d228f7c6421a3d5a45"><code>ec002c3</code></a> make include/exclude easier to use with empty but not null arguments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8185">#8185</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.60.1...v1.61.0">compare view</a></li> </ul> </details> <br /> Updates `io.opentelemetry:opentelemetry-api` from 1.60.1 to 1.61.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-api's releases</a>.</em></p> <blockquote> <h2>Version 1.61.0</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use <code>io.opentelemetry.common.ComponentLoader</code> instead) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8243">#8243</a>)</li> <li>Declarative config: fix <code>DeclarativeConfigProperties</code> javadoc to not throw exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8079">#8079</a>)</li> <li>Declarative config: resource attribute filtering should include attributes by default (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8177">#8177</a>)</li> <li>Declarative config: enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8266">#8266</a>)</li> <li>Autoconfigure: restructure SDK incubator to not depend on autoconfigure internals (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8242">#8242</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Disable Gradle build cache on releases to mitigate supply chain risk (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8254">#8254</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/adp2201"><code>@​adp2201</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-api's changelog</a>.</em></p> <blockquote> <h2>Version 1.61.0 (2026-04-10)</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use</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/339e938e75567529565fd1dac27a1d517fa55fa9"><code>339e938</code></a> [release/v1.61.x] Prepare release 1.61.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8279">#8279</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/45496edf1e740161b5fcc4960cad886490b7a069"><code>45496ed</code></a> Prepare for 1.61.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8273">#8273</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f3cefbd3f21ef1463c514a94524f80b5000f73ed"><code>f3cefbd</code></a> Update dependency com.google.api.grpc:proto-google-common-protos to v2.68.0 (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/d706c8036ef833c8dbffde4ff2a5bb9f01ba8c19"><code>d706c80</code></a> Fix OTLP handling of identity content-encoding (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8277">#8277</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2e385f8b50c28abc1471840850f6e8c997b2db42"><code>2e385f8</code></a> Enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8266">#8266</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b665652bb8b997341a7c5c5cf96c0fe5825bb217"><code>b665652</code></a> Response body bounds (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8224">#8224</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/acc2b5d99827efe275769d75054f430b5c26db7a"><code>acc2b5d</code></a> Series start time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8180">#8180</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/aa4400af4a9c011326cde6f5338c2bb6072a689f"><code>aa4400a</code></a> retain propagated context for random trace-ids (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8263">#8263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1e0ddc6687347fb9be1c822509740b04df5e4db3"><code>1e0ddc6</code></a> Fix equalsverifier renovate exclusion (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8268">#8268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ec002c331d29141d458322d228f7c6421a3d5a45"><code>ec002c3</code></a> make include/exclude easier to use with empty but not null arguments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8185">#8185</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.60.1...v1.61.0">compare view</a></li> </ul> </details> <br /> Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.60.1 to 1.61.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java/releases">io.opentelemetry:opentelemetry-sdk-testing's releases</a>.</em></p> <blockquote> <h2>Version 1.61.0</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use <code>io.opentelemetry.common.ComponentLoader</code> instead) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8243">#8243</a>)</li> <li>Declarative config: fix <code>DeclarativeConfigProperties</code> javadoc to not throw exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8079">#8079</a>)</li> <li>Declarative config: resource attribute filtering should include attributes by default (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8177">#8177</a>)</li> <li>Declarative config: enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8266">#8266</a>)</li> <li>Autoconfigure: restructure SDK incubator to not depend on autoconfigure internals (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8242">#8242</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Disable Gradle build cache on releases to mitigate supply chain risk (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8254">#8254</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/adp2201"><code>@​adp2201</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-testing's changelog</a>.</em></p> <blockquote> <h2>Version 1.61.0 (2026-04-10)</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use</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/339e938e75567529565fd1dac27a1d517fa55fa9"><code>339e938</code></a> [release/v1.61.x] Prepare release 1.61.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8279">#8279</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/45496edf1e740161b5fcc4960cad886490b7a069"><code>45496ed</code></a> Prepare for 1.61.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8273">#8273</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f3cefbd3f21ef1463c514a94524f80b5000f73ed"><code>f3cefbd</code></a> Update dependency com.google.api.grpc:proto-google-common-protos to v2.68.0 (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/d706c8036ef833c8dbffde4ff2a5bb9f01ba8c19"><code>d706c80</code></a> Fix OTLP handling of identity content-encoding (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8277">#8277</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2e385f8b50c28abc1471840850f6e8c997b2db42"><code>2e385f8</code></a> Enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8266">#8266</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b665652bb8b997341a7c5c5cf96c0fe5825bb217"><code>b665652</code></a> Response body bounds (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8224">#8224</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/acc2b5d99827efe275769d75054f430b5c26db7a"><code>acc2b5d</code></a> Series start time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8180">#8180</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/aa4400af4a9c011326cde6f5338c2bb6072a689f"><code>aa4400a</code></a> retain propagated context for random trace-ids (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8263">#8263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1e0ddc6687347fb9be1c822509740b04df5e4db3"><code>1e0ddc6</code></a> Fix equalsverifier renovate exclusion (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8268">#8268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ec002c331d29141d458322d228f7c6421a3d5a45"><code>ec002c3</code></a> make include/exclude easier to use with empty but not null arguments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8185">#8185</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.60.1...v1.61.0">compare view</a></li> </ul> </details> <br /> Updates `io.opentelemetry:opentelemetry-bom` from 1.60.1 to 1.61.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.61.0</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use <code>io.opentelemetry.common.ComponentLoader</code> instead) (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8243">#8243</a>)</li> <li>Declarative config: fix <code>DeclarativeConfigProperties</code> javadoc to not throw exceptions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8079">#8079</a>)</li> <li>Declarative config: resource attribute filtering should include attributes by default (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8177">#8177</a>)</li> <li>Declarative config: enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8266">#8266</a>)</li> <li>Autoconfigure: restructure SDK incubator to not depend on autoconfigure internals (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8242">#8242</a>)</li> </ul> <h3>Project tooling</h3> <ul> <li>Disable Gradle build cache on releases to mitigate supply chain risk (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8254">#8254</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/adp2201"><code>@​adp2201</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.61.0 (2026-04-10)</h2> <h3>API</h3> <ul> <li>Stabilize <code>isEnabled()</code> on <code>Tracer</code>, <code>Logger</code>, and metric instruments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8200">#8200</a>)</li> </ul> <h4>Incubating</h4> <ul> <li><strong>BREAKING</strong> Update <code>EnvironmentGetter</code> and <code>EnvironmentSetter</code> key normalization to reflect spec changes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8233">#8233</a>)</li> </ul> <h3>SDK</h3> <h4>Traces</h4> <ul> <li>Retain propagated context when generating random trace IDs (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8263">#8263</a>)</li> <li>Add rate-limited warning log when <code>BatchSpanProcessor</code> drops spans (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8167">#8167</a>)</li> </ul> <h4>Metrics</h4> <ul> <li>Track series start time per aggregator rather than at <code>SdkMeterProvider</code> creation time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8180">#8180</a>)</li> <li>Capture context class loader during async callback registration (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8091">#8091</a>)</li> <li>Make include/exclude work correctly with empty (but non-null) lists (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8185">#8185</a>)</li> </ul> <h4>Logs</h4> <ul> <li>Fix condition for recording successful log processing metrics (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8226">#8226</a>)</li> </ul> <h4>Exporters</h4> <ul> <li>OTLP: add configurable bounds to response body reading (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8224">#8224</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8277">#8277</a>)</li> <li>OTLP: only throw invalid response exception when gRPC response size < 5 bytes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8194">#8194</a>)</li> <li>OTLP: remove duplicate FINEST-level error logging in gRPC exporter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8216">#8216</a>)</li> <li>OTLP Profiles: clean up profile signal exporters for consistency (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8172">#8172</a>)</li> </ul> <h4>Extensions</h4> <ul> <li><strong>BREAKING</strong> Autoconfigure: remove deprecated <code>ComponentLoader</code> class (use</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/339e938e75567529565fd1dac27a1d517fa55fa9"><code>339e938</code></a> [release/v1.61.x] Prepare release 1.61.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8279">#8279</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/45496edf1e740161b5fcc4960cad886490b7a069"><code>45496ed</code></a> Prepare for 1.61.0 release (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8273">#8273</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/f3cefbd3f21ef1463c514a94524f80b5000f73ed"><code>f3cefbd</code></a> Update dependency com.google.api.grpc:proto-google-common-protos to v2.68.0 (...</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/d706c8036ef833c8dbffde4ff2a5bb9f01ba8c19"><code>d706c80</code></a> Fix OTLP handling of identity content-encoding (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8277">#8277</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/2e385f8b50c28abc1471840850f6e8c997b2db42"><code>2e385f8</code></a> Enforce IncludedExcludeModel .included and .excluded are not empty (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8266">#8266</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/b665652bb8b997341a7c5c5cf96c0fe5825bb217"><code>b665652</code></a> Response body bounds (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8224">#8224</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/acc2b5d99827efe275769d75054f430b5c26db7a"><code>acc2b5d</code></a> Series start time (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8180">#8180</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/aa4400af4a9c011326cde6f5338c2bb6072a689f"><code>aa4400a</code></a> retain propagated context for random trace-ids (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8263">#8263</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/1e0ddc6687347fb9be1c822509740b04df5e4db3"><code>1e0ddc6</code></a> Fix equalsverifier renovate exclusion (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8268">#8268</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java/commit/ec002c331d29141d458322d228f7c6421a3d5a45"><code>ec002c3</code></a> make include/exclude easier to use with empty but not null arguments (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8185">#8185</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.60.1...v1.61.0">compare view</a></li> </ul> </details> <br /> 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 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]
