dependabot[bot] opened a new pull request, #25434:
URL: https://github.com/apache/camel/pull/25434

   Bumps the opentelemetry group with 5 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | 
[io.opentelemetry:opentelemetry-bom](https://github.com/open-telemetry/opentelemetry-java)
 | `1.64.0` | `1.65.0` |
   | 
[io.opentelemetry:opentelemetry-sdk](https://github.com/open-telemetry/opentelemetry-java)
 | `1.64.0` | `1.65.0` |
   | 
[io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java)
 | `1.64.0` | `1.65.0` |
   | 
[io.opentelemetry:opentelemetry-sdk-testing](https://github.com/open-telemetry/opentelemetry-java)
 | `1.64.0` | `1.65.0` |
   | 
[io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java)
 | `1.64.0-alpha` | `1.65.0-alpha` |
   
   Updates `io.opentelemetry:opentelemetry-bom` from 1.64.0 to 1.65.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.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677";>#8677</a>)</li>
   <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> 
warning logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428";>#8428</a>)</li>
   <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform 
default trust store (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565";>#8565</a>)</li>
   <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the 
low-allocation log marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493";>#8493</a>)</li>
   <li>OTLP: Standardize <code>OkHttpHttpSender</code>, 
<code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to 
await executor/channel termination (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495";>#8495</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627";>#8627</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624";>#8624</a>)</li>
   <li>OTLP: Log the underlying except/ion when a gRPC response frame is 
invalid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626";>#8626</a>)</li>
   </ul>
   <!-- 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.65.0 (2026-08-07)</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was
   deprecated in a prior release. Users should migrate to OTLP or use a 
Zipkin-compatible collector
   exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>,
   <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>,
   <code>BoundDoubleGauge</code>) to the incubator metrics API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed
   tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based
   on string value of <code>AttributeKey.getKey()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default
   <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is 
shut down; <code>JaegerRemoteSampler</code> implements
   it to stop its polling executor
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</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/7bc11edca518d4de168230c84a71484a66cbac40";><code>7bc11ed</code></a>
 [release/v1.65.x] Prepare release 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705";>#8705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e";><code>60d7ecf</code></a>
 Prepare 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700";>#8700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91";><code>6d41aa4</code></a>
 Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177";><code>db1d6be</code></a>
 Enforce last-value-wins semantics in AttributesMap without performance 
regres...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca";><code>995cb3c</code></a>
 Avoid unsafe string encoder on Android (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637";>#8637</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531";><code>48b0185</code></a>
 Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632";>#8632</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b";><code>2009d58</code></a>
 Avoid exposing configuration values in errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669";>#8669</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148";><code>3cafbbb</code></a>
 Deprecate OpenCensus shim public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674";>#8674</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610";><code>0e033e2</code></a>
 Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641";>#8641</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590";><code>3d1cce8</code></a>
 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639";>#8639</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-sdk` from 1.64.0 to 1.65.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.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677";>#8677</a>)</li>
   <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> 
warning logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428";>#8428</a>)</li>
   <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform 
default trust store (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565";>#8565</a>)</li>
   <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the 
low-allocation log marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493";>#8493</a>)</li>
   <li>OTLP: Standardize <code>OkHttpHttpSender</code>, 
<code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to 
await executor/channel termination (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495";>#8495</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627";>#8627</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624";>#8624</a>)</li>
   <li>OTLP: Log the underlying except/ion when a gRPC response frame is 
invalid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626";>#8626</a>)</li>
   </ul>
   <!-- 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.65.0 (2026-08-07)</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was
   deprecated in a prior release. Users should migrate to OTLP or use a 
Zipkin-compatible collector
   exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>,
   <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>,
   <code>BoundDoubleGauge</code>) to the incubator metrics API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed
   tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based
   on string value of <code>AttributeKey.getKey()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default
   <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is 
shut down; <code>JaegerRemoteSampler</code> implements
   it to stop its polling executor
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</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/7bc11edca518d4de168230c84a71484a66cbac40";><code>7bc11ed</code></a>
 [release/v1.65.x] Prepare release 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705";>#8705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e";><code>60d7ecf</code></a>
 Prepare 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700";>#8700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91";><code>6d41aa4</code></a>
 Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177";><code>db1d6be</code></a>
 Enforce last-value-wins semantics in AttributesMap without performance 
regres...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca";><code>995cb3c</code></a>
 Avoid unsafe string encoder on Android (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637";>#8637</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531";><code>48b0185</code></a>
 Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632";>#8632</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b";><code>2009d58</code></a>
 Avoid exposing configuration values in errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669";>#8669</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148";><code>3cafbbb</code></a>
 Deprecate OpenCensus shim public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674";>#8674</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610";><code>0e033e2</code></a>
 Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641";>#8641</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590";><code>3d1cce8</code></a>
 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639";>#8639</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-api` from 1.64.0 to 1.65.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.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677";>#8677</a>)</li>
   <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> 
warning logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428";>#8428</a>)</li>
   <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform 
default trust store (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565";>#8565</a>)</li>
   <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the 
low-allocation log marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493";>#8493</a>)</li>
   <li>OTLP: Standardize <code>OkHttpHttpSender</code>, 
<code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to 
await executor/channel termination (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495";>#8495</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627";>#8627</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624";>#8624</a>)</li>
   <li>OTLP: Log the underlying except/ion when a gRPC response frame is 
invalid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626";>#8626</a>)</li>
   </ul>
   <!-- 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.65.0 (2026-08-07)</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was
   deprecated in a prior release. Users should migrate to OTLP or use a 
Zipkin-compatible collector
   exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>,
   <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>,
   <code>BoundDoubleGauge</code>) to the incubator metrics API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed
   tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based
   on string value of <code>AttributeKey.getKey()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default
   <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is 
shut down; <code>JaegerRemoteSampler</code> implements
   it to stop its polling executor
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</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/7bc11edca518d4de168230c84a71484a66cbac40";><code>7bc11ed</code></a>
 [release/v1.65.x] Prepare release 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705";>#8705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e";><code>60d7ecf</code></a>
 Prepare 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700";>#8700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91";><code>6d41aa4</code></a>
 Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177";><code>db1d6be</code></a>
 Enforce last-value-wins semantics in AttributesMap without performance 
regres...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca";><code>995cb3c</code></a>
 Avoid unsafe string encoder on Android (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637";>#8637</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531";><code>48b0185</code></a>
 Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632";>#8632</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b";><code>2009d58</code></a>
 Avoid exposing configuration values in errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669";>#8669</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148";><code>3cafbbb</code></a>
 Deprecate OpenCensus shim public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674";>#8674</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610";><code>0e033e2</code></a>
 Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641";>#8641</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590";><code>3d1cce8</code></a>
 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639";>#8639</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.64.0 to 1.65.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.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677";>#8677</a>)</li>
   <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> 
warning logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428";>#8428</a>)</li>
   <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform 
default trust store (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565";>#8565</a>)</li>
   <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the 
low-allocation log marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493";>#8493</a>)</li>
   <li>OTLP: Standardize <code>OkHttpHttpSender</code>, 
<code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to 
await executor/channel termination (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495";>#8495</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627";>#8627</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624";>#8624</a>)</li>
   <li>OTLP: Log the underlying except/ion when a gRPC response frame is 
invalid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626";>#8626</a>)</li>
   </ul>
   <!-- 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.65.0 (2026-08-07)</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was
   deprecated in a prior release. Users should migrate to OTLP or use a 
Zipkin-compatible collector
   exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>,
   <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>,
   <code>BoundDoubleGauge</code>) to the incubator metrics API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed
   tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based
   on string value of <code>AttributeKey.getKey()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default
   <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is 
shut down; <code>JaegerRemoteSampler</code> implements
   it to stop its polling executor
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</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/7bc11edca518d4de168230c84a71484a66cbac40";><code>7bc11ed</code></a>
 [release/v1.65.x] Prepare release 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705";>#8705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e";><code>60d7ecf</code></a>
 Prepare 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700";>#8700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91";><code>6d41aa4</code></a>
 Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177";><code>db1d6be</code></a>
 Enforce last-value-wins semantics in AttributesMap without performance 
regres...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca";><code>995cb3c</code></a>
 Avoid unsafe string encoder on Android (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637";>#8637</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531";><code>48b0185</code></a>
 Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632";>#8632</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b";><code>2009d58</code></a>
 Avoid exposing configuration values in errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669";>#8669</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148";><code>3cafbbb</code></a>
 Deprecate OpenCensus shim public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674";>#8674</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610";><code>0e033e2</code></a>
 Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641";>#8641</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590";><code>3d1cce8</code></a>
 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639";>#8639</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-sdk` from 1.64.0 to 1.65.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.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer published 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8677";>#8677</a>)</li>
   <li>OTLP: Use HTTP error response bodies in <code>HttpExporter</code> 
warning logs (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8428";>#8428</a>)</li>
   <li>OTLP: Fix <code>OkHttpHttpSender</code> mTLS when using the platform 
default trust store (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8565";>#8565</a>)</li>
   <li>OTLP: Fix sign extension on <code>LogRecord</code> flags in the 
low-allocation log marshaler (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8493";>#8493</a>)</li>
   <li>OTLP: Standardize <code>OkHttpHttpSender</code>, 
<code>JdkHttpSender</code>, and <code>UpstreamGrpcSender</code> shutdown to 
await executor/channel termination (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8495";>#8495</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8627";>#8627</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8624";>#8624</a>)</li>
   <li>OTLP: Log the underlying except/ion when a gRPC response frame is 
invalid (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8626";>#8626</a>)</li>
   </ul>
   <!-- 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.65.0 (2026-08-07)</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was
   deprecated in a prior release. Users should migrate to OTLP or use a 
Zipkin-compatible collector
   exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>,
   <code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>,
   <code>BoundDoubleGauge</code>) to the incubator metrics API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed
   tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based
   on string value of <code>AttributeKey.getKey()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default
   <code>shutdown()</code> invoked when the <code>SdkTracerProvider</code> is 
shut down; <code>JaegerRemoteSampler</code> implements
   it to stop its polling executor
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</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/7bc11edca518d4de168230c84a71484a66cbac40";><code>7bc11ed</code></a>
 [release/v1.65.x] Prepare release 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8705";>#8705</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/60d7ecfe270354f8a329a0ecad42fca2650cc36e";><code>60d7ecf</code></a>
 Prepare 1.65.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8700";>#8700</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/6d41aa40ed39eed5fb000e7595e1b1dd279fed91";><code>6d41aa4</code></a>
 Bound jaeger-baggage parsing work by tokens rather than accepted entries (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8702";>#8702</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/db1d6bee36537b4f356a6b7d616e587217938177";><code>db1d6be</code></a>
 Enforce last-value-wins semantics in AttributesMap without performance 
regres...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/995cb3c4328f76a21f12e79b2667c684845899ca";><code>995cb3c</code></a>
 Avoid unsafe string encoder on Android (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8637";>#8637</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/48b0185d06a8d34d713d4fc24d6c70502b6f1531";><code>48b0185</code></a>
 Do not overwrite existing baggage with empty baggage in JaegerPropagator (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8632";>#8632</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/2009d5840f24251e65aac98c0f2da2f304e0bf7b";><code>2009d58</code></a>
 Avoid exposing configuration values in errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8669";>#8669</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3cafbbb6206afc6cebb984d9b81e2339a506f148";><code>3cafbbb</code></a>
 Deprecate OpenCensus shim public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8674";>#8674</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/0e033e2ca8128ca470abd33f3ef1f2f684bcf610";><code>0e033e2</code></a>
 Remove stray token from addLogRecordProcessorCustomizer Javadoc (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8641";>#8641</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/3d1cce87bd4a78432cca4214a96586046a6e4590";><code>3d1cce8</code></a>
 Fix ObfuscatedLoggerProvider Javadoc copy-paste example (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/8639";>#8639</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.64.0...v1.65.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-api` from 1.64.0 to 1.65.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.65.0</h2>
   <p><strong>NOTE:</strong> The <code>opentelemetry-exporter-zipkin</code> 
artifact has stopped being published. It was deprecated in a prior release. 
Users should migrate to OTLP or use a Zipkin-compatible collector exporter.</p>
   <h3>API</h3>
   <ul>
   <li>Ignore empty baggage keys in <code>ImmutableBaggage.put</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8658";>#8658</a>)</li>
   <li>Use <code>NumberFormatException</code> in baggage decoder (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8593";>#8593</a>)</li>
   <li>Fix <code>TraceStateBuilder.remove</code> corrupting the builder when 
the same key is removed twice (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8613";>#8613</a>)</li>
   </ul>
   <h4>Incubating</h4>
   <ul>
   <li>Add bound instrument APIs (<code>BoundLongCounter</code>, 
<code>BoundDoubleCounter</code>, <code>BoundLongHistogram</code>, 
<code>BoundDoubleHistogram</code>, <code>BoundLongUpDownCounter</code>, 
<code>BoundDoubleUpDownCounter</code>, <code>BoundLongGauge</code>, 
<code>BoundDoubleGauge</code>) to the incubator metrics API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8527";>#8527</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Trace propagators: Fix <code>JaegerPropagator</code> baggage header key 
case sensitivity (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8496";>#8496</a>)</li>
   <li>Trace propagators: Do not overwrite existing baggage with empty baggage 
in <code>JaegerPropagator</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8632";>#8632</a>)</li>
   <li>Trace propagators: Skip empty baggage keys in 
<code>OtTracePropagator</code> extract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8631";>#8631</a>)</li>
   <li>Trace propagators: Stop parsing a <code>jaeger-baggage</code> header 
after 64 tokens, including malformed tokens (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8702";>#8702</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Update SDK attributes implementation (<code>AttributesMap</code>) to 
enforce last-value-win semantics based on string value of 
<code>AttributeKey.getKey()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8548";>#8548</a>)</li>
   </ul>
   <h4>Traces</h4>
   <ul>
   <li>Add <code>Sampler</code> shutdown lifecycle: <code>Sampler</code> now 
extends <code>Closeable</code> and exposes a default <code>shutdown()</code> 
invoked when the <code>SdkTracerProvider</code> is shut down; 
<code>JaegerRemoteSampler</code> implements it to stop its polling executor (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8574";>#8574</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Gate <code>PeriodicMetricReader</code> self-observability metrics by 
internal telemetry version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8597";>#8597</a>)</li>
   <li>Record <code>error.type</code> on failed collections in 
<code>PeriodicMetricReader</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8650";>#8650</a>)</li>
   <li>Testing: Fix 
<code>LongExemplarAssert.hasFilteredAttributesSatisfyingExactly</code> to 
enforce exact attribute matching (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8518";>#8518</a>)</li>
   </ul>
   <h4>Logs</h4>
   <ul>
   <li>Fix <code>ReadWriteLogRecord</code> default 
<code>getObservedTimestampEpochNanos</code> returning the record timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8504";>#8504</a>)</li>
   </ul>
   <h4>Profiles</h4>
   <ul>
   <li>Fix profiles data model attribute count parameter name and timestamp doc 
unit (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/8514";>#8514</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li><strong>WARNING</strong> Zipkin: Delete 
<code>opentelemetry-exporter-zipkin</code>; the artifact is no longer...
   
   _Description has been truncated_


-- 
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