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

   Bumps `opentelemetry-version` from 1.28.0 to 1.32.0.
   Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.28.0 to 1.32.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.32.0</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize explicit bucket boundaries advice API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897";>#5897</a>)</li>
   <li>Allow events to be emitted with timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928";>#5928</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>Add null check to StrictContextStorage (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954";>#5954</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Experimental support for Log AnyValue body (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880";>#5880</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820";>#5820</a>)</li>
   <li>Fix delta metric storage concurrency bug that allows for lost writes 
when record operations occur during collection. The fix introduces additional 
work on record threads to ensure correctness. The additional overhead is 
non-blocking and should be small according to performance testing. Still, there 
may be an opportunity for further optimization. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932";>#5932</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976";>#5976</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info 
metrics (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887";>#5887</a>)</li>
   <li>JdkHttpSender should retry on connect exceptions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867";>#5867</a>)</li>
   <li>Expand the set of retryable exceptions in JdkHttpSender (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942";>#5942</a>)</li>
   <li>Identify OTLP export calls with context key used for instrumentation 
suppression (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918";>#5918</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add log support to junit extensions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5966";>#5966</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>Add file configuration to autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5831";>#5831</a>)</li>
   <li>Update to file configuration to use opentelemetry-configuration v0.1.0 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5899";>#5899</a>)</li>
   <li>Add env var substitution support to file configuration (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5914";>#5914</a>)</li>
   <li>Stop setting Resource schemaUrl in autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5911";>#5911</a>)</li>
   <li>Add AutoConfigureListener to provide components with autoconfigured SDK 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5931";>#5931</a>)</li>
   </ul>
   <h3>OpenCensus  Shim</h3>
   <ul>
   <li>Clean up OpenCensus shim (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5858";>#5858</a>)</li>
   </ul>
   <h3>OpenTracing Shim</h3>
   <ul>
   <li>Fix OpenTracing header name issue (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5840";>#5840</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.32.0 (2023-11-13)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize explicit bucket boundaries advice API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897";>#5897</a>)</li>
   <li>Allow events to be emitted with timestamp
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928";>#5928</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>Add null check to StrictContextStorage
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954";>#5954</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Experimental support for Log AnyValue body
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880";>#5880</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820";>#5820</a>)</li>
   <li>Fix delta metric storage concurrency bug that allows for lost writes 
when record operations occur
   during collection. The fix introduces additional work on record threads to 
ensure correctness. The
   additional overhead is non-blocking and should be small according to 
performance testing. Still,
   there may be an opportunity for further optimization.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932";>#5932</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976";>#5976</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info 
metrics
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887";>#5887</a>)</li>
   <li>JdkHttpSender should retry on connect exceptions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867";>#5867</a>)</li>
   <li>Expand the set of retryable exceptions in JdkHttpSender
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942";>#5942</a>)</li>
   <li>Identify OTLP export calls with context key used for instrumentation 
suppression
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918";>#5918</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add log support to junit extensions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5966";>#5966</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ff2e1638caee86120b0ad0e3bd3c2af68d07ae4e";><code>ff2e163</code></a>
 [release/v1.32.x] Prepare release 1.32.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5980";>#5980</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cc5b70c737a96dc71b4984817deb3a1b390884b8";><code>cc5b70c</code></a>
 Prepare 1.32.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5977";>#5977</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ab4379da25d1264114e5a278c3b1c7fce3220b2a";><code>ab4379d</code></a>
 Update dependency com.squareup.wire:wire-bom to v4.9.2 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5978";>#5978</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/72a5bb151bd18e86defacd1588f98ac9d26b9975";><code>72a5bb1</code></a>
 CAS and voltile approach to fix delta concurrency bug (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5976";>#5976</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/aca4157d8f2cc39f5b120975c5e352e82284b2e5";><code>aca4157</code></a>
 Stop publishing announcement on release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5971";>#5971</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f44d99108d3c3c0b692f31a30d96cb98eb8e8b69";><code>f44d991</code></a>
 Expand the set of retryable exceptions in JdkHttpSender (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5942";>#5942</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/04f6d9cc4600596de75e8dee12991d6cb5e49735";><code>04f6d9c</code></a>
 Fix delta metric storage concurrency bug (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5932";>#5932</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/83993e03d342726bd67870752c96be9af3fd5cc3";><code>83993e0</code></a>
 Allow events to be emitted with timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5928";>#5928</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b03ec3aa62d8823e2eb3bcd19be6082d53e209b6";><code>b03ec3a</code></a>
 Add log support to junit extensions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5966";>#5966</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/efcce14ba98dd23b99b65b60c067e120f44ca79e";><code>efcce14</code></a>
 Update dependency org.junit:junit-bom to v5.10.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5962";>#5962</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.28.0...v1.32.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-sdk` from 1.28.0 to 1.32.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.32.0</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize explicit bucket boundaries advice API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897";>#5897</a>)</li>
   <li>Allow events to be emitted with timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928";>#5928</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>Add null check to StrictContextStorage (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954";>#5954</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Experimental support for Log AnyValue body (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880";>#5880</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820";>#5820</a>)</li>
   <li>Fix delta metric storage concurrency bug that allows for lost writes 
when record operations occur during collection. The fix introduces additional 
work on record threads to ensure correctness. The additional overhead is 
non-blocking and should be small according to performance testing. Still, there 
may be an opportunity for further optimization. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932";>#5932</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976";>#5976</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info 
metrics (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887";>#5887</a>)</li>
   <li>JdkHttpSender should retry on connect exceptions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867";>#5867</a>)</li>
   <li>Expand the set of retryable exceptions in JdkHttpSender (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942";>#5942</a>)</li>
   <li>Identify OTLP export calls with context key used for instrumentation 
suppression (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918";>#5918</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add log support to junit extensions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5966";>#5966</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>Add file configuration to autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5831";>#5831</a>)</li>
   <li>Update to file configuration to use opentelemetry-configuration v0.1.0 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5899";>#5899</a>)</li>
   <li>Add env var substitution support to file configuration (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5914";>#5914</a>)</li>
   <li>Stop setting Resource schemaUrl in autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5911";>#5911</a>)</li>
   <li>Add AutoConfigureListener to provide components with autoconfigured SDK 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5931";>#5931</a>)</li>
   </ul>
   <h3>OpenCensus  Shim</h3>
   <ul>
   <li>Clean up OpenCensus shim (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5858";>#5858</a>)</li>
   </ul>
   <h3>OpenTracing Shim</h3>
   <ul>
   <li>Fix OpenTracing header name issue (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5840";>#5840</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.32.0 (2023-11-13)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize explicit bucket boundaries advice API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897";>#5897</a>)</li>
   <li>Allow events to be emitted with timestamp
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928";>#5928</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>Add null check to StrictContextStorage
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954";>#5954</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Experimental support for Log AnyValue body
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880";>#5880</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820";>#5820</a>)</li>
   <li>Fix delta metric storage concurrency bug that allows for lost writes 
when record operations occur
   during collection. The fix introduces additional work on record threads to 
ensure correctness. The
   additional overhead is non-blocking and should be small according to 
performance testing. Still,
   there may be an opportunity for further optimization.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932";>#5932</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976";>#5976</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info 
metrics
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887";>#5887</a>)</li>
   <li>JdkHttpSender should retry on connect exceptions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867";>#5867</a>)</li>
   <li>Expand the set of retryable exceptions in JdkHttpSender
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942";>#5942</a>)</li>
   <li>Identify OTLP export calls with context key used for instrumentation 
suppression
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918";>#5918</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add log support to junit extensions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5966";>#5966</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ff2e1638caee86120b0ad0e3bd3c2af68d07ae4e";><code>ff2e163</code></a>
 [release/v1.32.x] Prepare release 1.32.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5980";>#5980</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cc5b70c737a96dc71b4984817deb3a1b390884b8";><code>cc5b70c</code></a>
 Prepare 1.32.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5977";>#5977</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ab4379da25d1264114e5a278c3b1c7fce3220b2a";><code>ab4379d</code></a>
 Update dependency com.squareup.wire:wire-bom to v4.9.2 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5978";>#5978</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/72a5bb151bd18e86defacd1588f98ac9d26b9975";><code>72a5bb1</code></a>
 CAS and voltile approach to fix delta concurrency bug (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5976";>#5976</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/aca4157d8f2cc39f5b120975c5e352e82284b2e5";><code>aca4157</code></a>
 Stop publishing announcement on release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5971";>#5971</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f44d99108d3c3c0b692f31a30d96cb98eb8e8b69";><code>f44d991</code></a>
 Expand the set of retryable exceptions in JdkHttpSender (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5942";>#5942</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/04f6d9cc4600596de75e8dee12991d6cb5e49735";><code>04f6d9c</code></a>
 Fix delta metric storage concurrency bug (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5932";>#5932</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/83993e03d342726bd67870752c96be9af3fd5cc3";><code>83993e0</code></a>
 Allow events to be emitted with timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5928";>#5928</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b03ec3aa62d8823e2eb3bcd19be6082d53e209b6";><code>b03ec3a</code></a>
 Add log support to junit extensions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5966";>#5966</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/efcce14ba98dd23b99b65b60c067e120f44ca79e";><code>efcce14</code></a>
 Update dependency org.junit:junit-bom to v5.10.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5962";>#5962</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.28.0...v1.32.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-api` from 1.28.0 to 1.32.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.32.0</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize explicit bucket boundaries advice API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897";>#5897</a>)</li>
   <li>Allow events to be emitted with timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928";>#5928</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>Add null check to StrictContextStorage (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954";>#5954</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Experimental support for Log AnyValue body (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880";>#5880</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820";>#5820</a>)</li>
   <li>Fix delta metric storage concurrency bug that allows for lost writes 
when record operations occur during collection. The fix introduces additional 
work on record threads to ensure correctness. The additional overhead is 
non-blocking and should be small according to performance testing. Still, there 
may be an opportunity for further optimization. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932";>#5932</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976";>#5976</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info 
metrics (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887";>#5887</a>)</li>
   <li>JdkHttpSender should retry on connect exceptions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867";>#5867</a>)</li>
   <li>Expand the set of retryable exceptions in JdkHttpSender (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942";>#5942</a>)</li>
   <li>Identify OTLP export calls with context key used for instrumentation 
suppression (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918";>#5918</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add log support to junit extensions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5966";>#5966</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <ul>
   <li>Add file configuration to autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5831";>#5831</a>)</li>
   <li>Update to file configuration to use opentelemetry-configuration v0.1.0 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5899";>#5899</a>)</li>
   <li>Add env var substitution support to file configuration (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5914";>#5914</a>)</li>
   <li>Stop setting Resource schemaUrl in autoconfigure (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5911";>#5911</a>)</li>
   <li>Add AutoConfigureListener to provide components with autoconfigured SDK 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5931";>#5931</a>)</li>
   </ul>
   <h3>OpenCensus  Shim</h3>
   <ul>
   <li>Clean up OpenCensus shim (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5858";>#5858</a>)</li>
   </ul>
   <h3>OpenTracing Shim</h3>
   <ul>
   <li>Fix OpenTracing header name issue (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5840";>#5840</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.32.0 (2023-11-13)</h2>
   <h3>API</h3>
   <ul>
   <li>Stabilize explicit bucket boundaries advice API
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5897";>#5897</a>)</li>
   <li>Allow events to be emitted with timestamp
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5928";>#5928</a>)</li>
   </ul>
   <h4>Context</h4>
   <ul>
   <li>Add null check to StrictContextStorage
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5954";>#5954</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Experimental support for Log AnyValue body
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5880";>#5880</a>)</li>
   </ul>
   <h3>SDK</h3>
   <h4>Metrics</h4>
   <ul>
   <li>Dismantle AbstractInstrumentBuilder inheritance hierarchy
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5820";>#5820</a>)</li>
   <li>Fix delta metric storage concurrency bug that allows for lost writes 
when record operations occur
   during collection. The fix introduces additional work on record threads to 
ensure correctness. The
   additional overhead is non-blocking and should be small according to 
performance testing. Still,
   there may be an opportunity for further optimization.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5932";>#5932</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5976";>#5976</a>)</li>
   </ul>
   <h4>Exporters</h4>
   <ul>
   <li>Prometheus exporter: omit empty otel_scope_info and otel_target_info 
metrics
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5887";>#5887</a>)</li>
   <li>JdkHttpSender should retry on connect exceptions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5867";>#5867</a>)</li>
   <li>Expand the set of retryable exceptions in JdkHttpSender
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5942";>#5942</a>)</li>
   <li>Identify OTLP export calls with context key used for instrumentation 
suppression
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5918";>#5918</a>)</li>
   </ul>
   <h4>Testing</h4>
   <ul>
   <li>Add log support to junit extensions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/5966";>#5966</a>)</li>
   </ul>
   <h4>SDK Extensions</h4>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ff2e1638caee86120b0ad0e3bd3c2af68d07ae4e";><code>ff2e163</code></a>
 [release/v1.32.x] Prepare release 1.32.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5980";>#5980</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/cc5b70c737a96dc71b4984817deb3a1b390884b8";><code>cc5b70c</code></a>
 Prepare 1.32.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5977";>#5977</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/ab4379da25d1264114e5a278c3b1c7fce3220b2a";><code>ab4379d</code></a>
 Update dependency com.squareup.wire:wire-bom to v4.9.2 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5978";>#5978</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/72a5bb151bd18e86defacd1588f98ac9d26b9975";><code>72a5bb1</code></a>
 CAS and voltile approach to fix delta concurrency bug (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5976";>#5976</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/aca4157d8f2cc39f5b120975c5e352e82284b2e5";><code>aca4157</code></a>
 Stop publishing announcement on release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5971";>#5971</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f44d99108d3c3c0b692f31a30d96cb98eb8e8b69";><code>f44d991</code></a>
 Expand the set of retryable exceptions in JdkHttpSender (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5942";>#5942</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/04f6d9cc4600596de75e8dee12991d6cb5e49735";><code>04f6d9c</code></a>
 Fix delta metric storage concurrency bug (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5932";>#5932</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/83993e03d342726bd67870752c96be9af3fd5cc3";><code>83993e0</code></a>
 Allow events to be emitted with timestamp (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5928";>#5928</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b03ec3aa62d8823e2eb3bcd19be6082d53e209b6";><code>b03ec3a</code></a>
 Add log support to junit extensions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5966";>#5966</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/efcce14ba98dd23b99b65b60c067e120f44ca79e";><code>efcce14</code></a>
 Update dependency org.junit:junit-bom to v5.10.1 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/5962";>#5962</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.28.0...v1.32.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 merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to