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

   Bumps `opentelemetry-version` from 1.40.0 to 1.41.0.
   Updates `io.opentelemetry:opentelemetry-sdk-testing` from 1.40.0 to 1.41.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.41.0</h2>
   <h3>API</h3>
   <ul>
   <li>Move experimental suppress instrumentation context key to api internal 
package (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6546";>#6546</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Fix bug in <code>ExtendedContextPropagators</code> preventing context 
extraction when case is incorrect. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6569";>#6569</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Extend <code>CompletableResultCode</code> with 
<code>failExceptionally(Throwable)</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6348";>#6348</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Avoid allocations when experimental advice doesn't remove any 
attributes. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6629";>#6629</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Enable retry by default for OTLP exporters. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6588";>#6588</a>)</li>
   <li>Retry ConnectException, add retry logging. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6614";>#6614</a>)</li>
   <li>Extend <code>PrometheusHttpServer</code> with ability to configure 
default aggregation as function of instrument kind, including experimental env 
var support. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6541";>#6541</a>)</li>
   <li>Add exporter data model impl for profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6498";>#6498</a>)</li>
   <li>Add Marshalers for profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6565";>#6565</a>)</li>
   <li>Use generateCertificates() of CertificateFactory to process 
certificates. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6579";>#6579</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Add file configuration ComponentProvider support for exporters. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6493";>#6493</a>)</li>
   <li>Remove nullable from file config Factory contract. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6612";>#6612</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a 
href="https://github.com/Abhishekkr3003";><code>@​Abhishekkr3003</code></a>
   <a href="https://github.com/abvaidya";><code>@​abvaidya</code></a>
   <a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/driverpt";><code>@​driverpt</code></a>
   <a href="https://github.com/galahad098";><code>@​galahad098</code></a>
   <a href="https://github.com/hongshuai1994";><code>@​hongshuai1994</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</code></a>
   <a href="https://github.com/jarrodrobins";><code>@​jarrodrobins</code></a>
   <a href="https://github.com/jaydeluca";><code>@​jaydeluca</code></a>
   <a href="https://github.com/jhalliday";><code>@​jhalliday</code></a>
   <a href="https://github.com/jkwatson";><code>@​jkwatson</code></a>
   <a href="https://github.com/junwense";><code>@​junwense</code></a>
   <a href="https://github.com/LikeTheSalad";><code>@​LikeTheSalad</code></a>
   <a href="https://github.com/Oberon00";><code>@​Oberon00</code></a>
   <a href="https://github.com/shalk";><code>@​shalk</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-sdk-testing's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.41.0 (2024-08-09)</h2>
   <h3>API</h3>
   <ul>
   <li>Move experimental suppress instrumentation context key to api internal 
package
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6546";>#6546</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Fix bug in <code>ExtendedContextPropagators</code> preventing context 
extraction when case is incorrect.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6569";>#6569</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Extend <code>CompletableResultCode</code> with 
<code>failExceptionally(Throwable)</code>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6348";>#6348</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Avoid allocations when experimental advice doesn't remove any attributes.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6629";>#6629</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Enable retry by default for OTLP exporters.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6588";>#6588</a>)</li>
   <li>Retry ConnectException, add retry logging.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6614";>#6614</a>)</li>
   <li>Extend <code>PrometheusHttpServer</code> with ability to configure 
default aggregation as function of
   instrument kind, including experimental env var support.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6541";>#6541</a>)</li>
   <li>Add exporter data model impl for profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6498";>#6498</a>)</li>
   <li>Add Marshalers for profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6565";>#6565</a>)</li>
   <li>Use generateCertificates() of CertificateFactory to process certificates.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6579";>#6579</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Add file configuration ComponentProvider support for exporters.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6493";>#6493</a>)</li>
   <li>Remove nullable from file config Factory contract.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6612";>#6612</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/666bf9abd06f72ed519cc441d2b14ab2a5acca22";><code>666bf9a</code></a>
 [release/v1.41.x] Prepare release 1.41.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6638";>#6638</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f161a1e0396288e1cc9db0a529d65ce0174ef1c6";><code>f161a1e</code></a>
 Prepare 1.41.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6635";>#6635</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/910c7cc218f2edca8cca24615a353ed168015fbd";><code>910c7cc</code></a>
 Retry ConnectException, add retry logging (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6614";>#6614</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e2936d460903c8e303d1abe639386fc132acf9c4";><code>e2936d4</code></a>
 Add config to enable Default Exponential Histogram for Prometheus Exporter 
(#...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/fc283ba7636dae7d265f3ed5882d9d26ee8aac00";><code>fc283ba</code></a>
 Completable result code throwable (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6348";>#6348</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d16ba00e15b12e41e25859204d042f5f1067b54a";><code>d16ba00</code></a>
 Avoid allocations when advice doesn't remove any attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6629";>#6629</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b53c48a769b88e60cd6f0fef6eef1349e9250ef8";><code>b53c48a</code></a>
 Update slf4j monorepo to v2.0.15 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6622";>#6622</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e8b50c688738078ab0e801e9d96fed0d4a7aceed";><code>e8b50c6</code></a>
 Update gradle/actions action to v4 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6618";>#6618</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/4f9d1c9fc6fe315a971cb0c1de155326d701e4c6";><code>4f9d1c9</code></a>
 Update dependency io.grpc:grpc-bom to v1.66.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6631";>#6631</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/56e7ebe669fc4e1ed461102291850e453746b898";><code>56e7ebe</code></a>
 Remove nullable from file config Factory contract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6612";>#6612</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.40.0...v1.41.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-sdk` from 1.40.0 to 1.41.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.41.0</h2>
   <h3>API</h3>
   <ul>
   <li>Move experimental suppress instrumentation context key to api internal 
package (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6546";>#6546</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Fix bug in <code>ExtendedContextPropagators</code> preventing context 
extraction when case is incorrect. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6569";>#6569</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Extend <code>CompletableResultCode</code> with 
<code>failExceptionally(Throwable)</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6348";>#6348</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Avoid allocations when experimental advice doesn't remove any 
attributes. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6629";>#6629</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Enable retry by default for OTLP exporters. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6588";>#6588</a>)</li>
   <li>Retry ConnectException, add retry logging. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6614";>#6614</a>)</li>
   <li>Extend <code>PrometheusHttpServer</code> with ability to configure 
default aggregation as function of instrument kind, including experimental env 
var support. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6541";>#6541</a>)</li>
   <li>Add exporter data model impl for profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6498";>#6498</a>)</li>
   <li>Add Marshalers for profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6565";>#6565</a>)</li>
   <li>Use generateCertificates() of CertificateFactory to process 
certificates. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6579";>#6579</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Add file configuration ComponentProvider support for exporters. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6493";>#6493</a>)</li>
   <li>Remove nullable from file config Factory contract. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6612";>#6612</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a 
href="https://github.com/Abhishekkr3003";><code>@​Abhishekkr3003</code></a>
   <a href="https://github.com/abvaidya";><code>@​abvaidya</code></a>
   <a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/driverpt";><code>@​driverpt</code></a>
   <a href="https://github.com/galahad098";><code>@​galahad098</code></a>
   <a href="https://github.com/hongshuai1994";><code>@​hongshuai1994</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</code></a>
   <a href="https://github.com/jarrodrobins";><code>@​jarrodrobins</code></a>
   <a href="https://github.com/jaydeluca";><code>@​jaydeluca</code></a>
   <a href="https://github.com/jhalliday";><code>@​jhalliday</code></a>
   <a href="https://github.com/jkwatson";><code>@​jkwatson</code></a>
   <a href="https://github.com/junwense";><code>@​junwense</code></a>
   <a href="https://github.com/LikeTheSalad";><code>@​LikeTheSalad</code></a>
   <a href="https://github.com/Oberon00";><code>@​Oberon00</code></a>
   <a href="https://github.com/shalk";><code>@​shalk</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-sdk's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.41.0 (2024-08-09)</h2>
   <h3>API</h3>
   <ul>
   <li>Move experimental suppress instrumentation context key to api internal 
package
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6546";>#6546</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Fix bug in <code>ExtendedContextPropagators</code> preventing context 
extraction when case is incorrect.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6569";>#6569</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Extend <code>CompletableResultCode</code> with 
<code>failExceptionally(Throwable)</code>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6348";>#6348</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Avoid allocations when experimental advice doesn't remove any attributes.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6629";>#6629</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Enable retry by default for OTLP exporters.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6588";>#6588</a>)</li>
   <li>Retry ConnectException, add retry logging.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6614";>#6614</a>)</li>
   <li>Extend <code>PrometheusHttpServer</code> with ability to configure 
default aggregation as function of
   instrument kind, including experimental env var support.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6541";>#6541</a>)</li>
   <li>Add exporter data model impl for profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6498";>#6498</a>)</li>
   <li>Add Marshalers for profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6565";>#6565</a>)</li>
   <li>Use generateCertificates() of CertificateFactory to process certificates.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6579";>#6579</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Add file configuration ComponentProvider support for exporters.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6493";>#6493</a>)</li>
   <li>Remove nullable from file config Factory contract.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6612";>#6612</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/666bf9abd06f72ed519cc441d2b14ab2a5acca22";><code>666bf9a</code></a>
 [release/v1.41.x] Prepare release 1.41.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6638";>#6638</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f161a1e0396288e1cc9db0a529d65ce0174ef1c6";><code>f161a1e</code></a>
 Prepare 1.41.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6635";>#6635</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/910c7cc218f2edca8cca24615a353ed168015fbd";><code>910c7cc</code></a>
 Retry ConnectException, add retry logging (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6614";>#6614</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e2936d460903c8e303d1abe639386fc132acf9c4";><code>e2936d4</code></a>
 Add config to enable Default Exponential Histogram for Prometheus Exporter 
(#...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/fc283ba7636dae7d265f3ed5882d9d26ee8aac00";><code>fc283ba</code></a>
 Completable result code throwable (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6348";>#6348</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d16ba00e15b12e41e25859204d042f5f1067b54a";><code>d16ba00</code></a>
 Avoid allocations when advice doesn't remove any attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6629";>#6629</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b53c48a769b88e60cd6f0fef6eef1349e9250ef8";><code>b53c48a</code></a>
 Update slf4j monorepo to v2.0.15 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6622";>#6622</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e8b50c688738078ab0e801e9d96fed0d4a7aceed";><code>e8b50c6</code></a>
 Update gradle/actions action to v4 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6618";>#6618</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/4f9d1c9fc6fe315a971cb0c1de155326d701e4c6";><code>4f9d1c9</code></a>
 Update dependency io.grpc:grpc-bom to v1.66.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6631";>#6631</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/56e7ebe669fc4e1ed461102291850e453746b898";><code>56e7ebe</code></a>
 Remove nullable from file config Factory contract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6612";>#6612</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.40.0...v1.41.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.opentelemetry:opentelemetry-api` from 1.40.0 to 1.41.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.41.0</h2>
   <h3>API</h3>
   <ul>
   <li>Move experimental suppress instrumentation context key to api internal 
package (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6546";>#6546</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Fix bug in <code>ExtendedContextPropagators</code> preventing context 
extraction when case is incorrect. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6569";>#6569</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Extend <code>CompletableResultCode</code> with 
<code>failExceptionally(Throwable)</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6348";>#6348</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Avoid allocations when experimental advice doesn't remove any 
attributes. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6629";>#6629</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Enable retry by default for OTLP exporters. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6588";>#6588</a>)</li>
   <li>Retry ConnectException, add retry logging. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6614";>#6614</a>)</li>
   <li>Extend <code>PrometheusHttpServer</code> with ability to configure 
default aggregation as function of instrument kind, including experimental env 
var support. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6541";>#6541</a>)</li>
   <li>Add exporter data model impl for profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6498";>#6498</a>)</li>
   <li>Add Marshalers for profiling signal type. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6565";>#6565</a>)</li>
   <li>Use generateCertificates() of CertificateFactory to process 
certificates. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6579";>#6579</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Add file configuration ComponentProvider support for exporters. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6493";>#6493</a>)</li>
   <li>Remove nullable from file config Factory contract. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6612";>#6612</a>)</li>
   </ul>
   <h3>🙇 Thank you</h3>
   <p>This release was possible thanks to the following contributors who shared 
their brilliant ideas and awesome pull requests:</p>
   <p><a 
href="https://github.com/Abhishekkr3003";><code>@​Abhishekkr3003</code></a>
   <a href="https://github.com/abvaidya";><code>@​abvaidya</code></a>
   <a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/driverpt";><code>@​driverpt</code></a>
   <a href="https://github.com/galahad098";><code>@​galahad098</code></a>
   <a href="https://github.com/hongshuai1994";><code>@​hongshuai1994</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</code></a>
   <a href="https://github.com/jarrodrobins";><code>@​jarrodrobins</code></a>
   <a href="https://github.com/jaydeluca";><code>@​jaydeluca</code></a>
   <a href="https://github.com/jhalliday";><code>@​jhalliday</code></a>
   <a href="https://github.com/jkwatson";><code>@​jkwatson</code></a>
   <a href="https://github.com/junwense";><code>@​junwense</code></a>
   <a href="https://github.com/LikeTheSalad";><code>@​LikeTheSalad</code></a>
   <a href="https://github.com/Oberon00";><code>@​Oberon00</code></a>
   <a href="https://github.com/shalk";><code>@​shalk</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md";>io.opentelemetry:opentelemetry-api's
 changelog</a>.</em></p>
   <blockquote>
   <h2>Version 1.41.0 (2024-08-09)</h2>
   <h3>API</h3>
   <ul>
   <li>Move experimental suppress instrumentation context key to api internal 
package
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6546";>#6546</a>)</li>
   </ul>
   <h4>Incubator</h4>
   <ul>
   <li>Fix bug in <code>ExtendedContextPropagators</code> preventing context 
extraction when case is incorrect.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6569";>#6569</a>)</li>
   </ul>
   <h3>SDK</h3>
   <ul>
   <li>Extend <code>CompletableResultCode</code> with 
<code>failExceptionally(Throwable)</code>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6348";>#6348</a>)</li>
   </ul>
   <h4>Metrics</h4>
   <ul>
   <li>Avoid allocations when experimental advice doesn't remove any attributes.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6629";>#6629</a>)</li>
   </ul>
   <h4>Exporter</h4>
   <ul>
   <li>Enable retry by default for OTLP exporters.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6588";>#6588</a>)</li>
   <li>Retry ConnectException, add retry logging.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6614";>#6614</a>)</li>
   <li>Extend <code>PrometheusHttpServer</code> with ability to configure 
default aggregation as function of
   instrument kind, including experimental env var support.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6541";>#6541</a>)</li>
   <li>Add exporter data model impl for profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6498";>#6498</a>)</li>
   <li>Add Marshalers for profiling signal type.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6565";>#6565</a>)</li>
   <li>Use generateCertificates() of CertificateFactory to process certificates.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6579";>#6579</a>)</li>
   </ul>
   <h4>Extensions</h4>
   <ul>
   <li>Add file configuration ComponentProvider support for exporters.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6493";>#6493</a>)</li>
   <li>Remove nullable from file config Factory contract.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/pull/6612";>#6612</a>)</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/666bf9abd06f72ed519cc441d2b14ab2a5acca22";><code>666bf9a</code></a>
 [release/v1.41.x] Prepare release 1.41.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6638";>#6638</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/f161a1e0396288e1cc9db0a529d65ce0174ef1c6";><code>f161a1e</code></a>
 Prepare 1.41.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6635";>#6635</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/910c7cc218f2edca8cca24615a353ed168015fbd";><code>910c7cc</code></a>
 Retry ConnectException, add retry logging (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6614";>#6614</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e2936d460903c8e303d1abe639386fc132acf9c4";><code>e2936d4</code></a>
 Add config to enable Default Exponential Histogram for Prometheus Exporter 
(#...</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/fc283ba7636dae7d265f3ed5882d9d26ee8aac00";><code>fc283ba</code></a>
 Completable result code throwable (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6348";>#6348</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/d16ba00e15b12e41e25859204d042f5f1067b54a";><code>d16ba00</code></a>
 Avoid allocations when advice doesn't remove any attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6629";>#6629</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/b53c48a769b88e60cd6f0fef6eef1349e9250ef8";><code>b53c48a</code></a>
 Update slf4j monorepo to v2.0.15 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6622";>#6622</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/e8b50c688738078ab0e801e9d96fed0d4a7aceed";><code>e8b50c6</code></a>
 Update gradle/actions action to v4 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6618";>#6618</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/4f9d1c9fc6fe315a971cb0c1de155326d701e4c6";><code>4f9d1c9</code></a>
 Update dependency io.grpc:grpc-bom to v1.66.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6631";>#6631</a>)</li>
   <li><a 
href="https://github.com/open-telemetry/opentelemetry-java/commit/56e7ebe669fc4e1ed461102291850e453746b898";><code>56e7ebe</code></a>
 Remove nullable from file config Factory contract (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java/issues/6612";>#6612</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/open-telemetry/opentelemetry-java/compare/v1.40.0...v1.41.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