dependabot[bot] opened a new pull request, #1527: URL: https://github.com/apache/ratis/pull/1527
Bumps [io.opentelemetry.javaagent:opentelemetry-javaagent](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.28.1 to 2.29.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases">io.opentelemetry.javaagent:opentelemetry-javaagent's releases</a>.</em></p> <blockquote> <h2>Version 2.29.0</h2> <p>This release targets the OpenTelemetry SDK 1.63.0.</p> <p>Note that many artifacts have the <code>-alpha</code> suffix attached to their version number, reflecting that they will continue to have breaking changes. Please see <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/VERSIONING.md#opentelemetry-java-instrumentation-versioning">VERSIONING.md</a> for more details.</p> <h3>⚠️ Breaking changes to non-stable APIs</h3> <ul> <li>Change the return type for <code>JmxTelemetry.start(...)</code> APIs. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18782">#18782</a>)</li> <li>Experimental runtime package telemetry now emits <code>package.checksum_algorithm=SHA-256</code> and 64-character <code>package.checksum</code> values instead of SHA1 checksums. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18846">#18846</a>)</li> </ul> <h3>🚫 Deprecations</h3> <ul> <li>Rename the common logging context keys to <code>otel.instrumentation.common.logging.trace-id-key</code>, <code>otel.instrumentation.common.logging.span-id-key</code>, and <code>otel.instrumentation.common.logging.trace-flags-key</code>, while keeping the old property names deprecated. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18851">#18851</a>)</li> <li>Rename the <code>kafka-broker</code> and <code>kafka-connect</code> JMX target systems to <code>experimental-kafka-broker</code> and <code>experimental-kafka-connect</code>; the old names still work for now and log a warning. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18971">#18971</a>)</li> </ul> <h3>🌟 New javaagent instrumentation</h3> <ul> <li>Add SOFARPC 5.4 instrumentation that emits RPC client and server spans and metrics. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15589">#15589</a>)</li> <li>Add Javaagent instrumentation for HBase client 2.0.0 through 2.5.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18253">#18253</a>)</li> </ul> <h3>📈 Enhancements</h3> <ul> <li>Add opt-in support for emitting HTTP request exceptions as log signals with <code>otel.semconv.exception.signal.preview=logs</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16259">#16259</a>)</li> <li>Add <code>opentelemetry-api-1.63</code> Javaagent instrumentation for OpenTelemetry API 1.63 and <code>opentelemetry-api-incubator</code> 1.63. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18911">#18911</a>)</li> <li>Add <code>otel.semconv-stability.v3-preview</code> as a fallback for the declarative <code>v3_preview</code> semconv stability setting. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18936">#18936</a>)</li> <li>Update the experimental stable database semantic-convention opt-in (<code>otel.semconv-stability.opt-in=database</code>) across database instrumentations, including span names and <code>db.*</code> attributes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18808">#18808</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18853">#18853</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18920">#18920</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18922">#18922</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18926">#18926</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18930">#18930</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18970">#18970</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18979">#18979</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18980">#18980</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18984">#18984</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18985">#18985</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18986">#18986</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18987">#18987</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18989">#18989</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18990">#18990</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18992">#18992</a>, < a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18993">#18993</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19004">#19004</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19005">#19005</a>)</li> <li>Capture query text and parameterization for Cassandra batch statements. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18964">#18964</a>)</li> <li>Keep <code>opentelemetry-api</code> and <code>opentelemetry-instrumentation-annotations</code> enabled under <code>otel.instrumentation.common.v3-preview</code> even when <code>default-enabled=false</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18792">#18792</a>)</li> <li>When <code>otel.instrumentation.common.v3-preview</code> is enabled, affected instrumentations emit <code>user.*</code> identity attributes instead of <code>enduser.*</code> ones. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18795">#18795</a>)</li> <li>Disable Kafka client metrics by default when <code>otel.instrumentation.common.v3-preview=true</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18828">#18828</a>)</li> <li>Recognize Amazon Aurora DSQL and AWS wrapper JDBC URL prefixes when parsing JDBC connection metadata. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18831">#18831</a>)</li> <li>Set instrumentation versions on emitted Meter scopes. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18866">#18866</a>)</li> <li>Run <code>@WithSpan</code> instrumentation after other instrumentations so other advice can attach attributes to the active span. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18874">#18874</a>)</li> <li>Emit database client failures as <code>db.client.operation.exception</code> logs when <code>otel.semconv.exception.signal.preview</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18889">#18889</a>)</li> <li>Emit RPC exceptions as log records when <code>otel.semconv.exception.signal.preview=logs</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18890">#18890</a>)</li> <li>Emit messaging exceptions as log records under <code>otel.semconv.exception.signal.preview</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18891">#18891</a>)</li> <li>Emit <code>faas.invocation.exception</code> log records for FaaS exceptions when <code>otel.semconv.exception.signal.preview=logs</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18892">#18892</a>)</li> <li>Emit <code>gen_ai.client.operation.exception</code> logs for OpenAI chat and embeddings failures when <code>otel.semconv.exception.signal.preview=logs</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18893">#18893</a>)</li> <li>Emit AWS SDK request failures as <code>rpc.client.call.exception</code> log records when <code>otel.semconv.exception.signal.preview=logs</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18894">#18894</a>)</li> <li>Declarative configuration now supports per-domain semantic-convention selection using <code>semconv.version</code>, <code>semconv.experimental</code>, and <code>semconv.dual_emit</code> settings. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18908">#18908</a>)</li> <li>When <code>otel.instrumentation.common.v3-preview</code> is enabled, use <code>otel.semconv-stability.preview</code> instead of <code>otel.semconv-stability.opt-in</code> to opt in to the nonstable <code>service.peer</code> and <code>rpc</code> semantic conventions. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18914">#18914</a>)</li> <li>Disable Kotlin coroutines <code>@WithSpan</code> instrumentation by default when <code>otel.instrumentation.common.v3-preview=true</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18919">#18919</a>)</li> <li>Use the summary-aware path in <code>SqlQueryAnalyzer.analyze()</code> when <code>otel.instrumentation.common.v3-preview</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18921">#18921</a>)</li> <li>When <code>otel.instrumentation.common.v3-preview</code> is enabled, deprecated JDBC/db sanitization config names are ignored in favor of <code>db.query_sanitization.enabled</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18934">#18934</a>)</li> <li>Include <code>jvm.gc.cause</code> on GC duration metrics when <code>otel.instrumentation.common.v3-preview</code> is enabled. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18967">#18967</a>)</li> <li>Emit duration metrics for JDBC transaction operations <code>COMMIT</code> and <code>ROLLBACK</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19003">#19003</a>)</li> <li>Use a generated <code>InstrumentationVersion</code> class in OkHttp 3.0 instead of reading embedded version properties, avoiding Android StrictMode disk-read violations. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19006">#19006</a>)</li> <li>Add thread details span attributes for declarative Spring starter configuration when <code>distribution.spring_starter.thread_details_enabled</code> is set. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19008">#19008</a>)</li> </ul> <h3>🛠️ Bug fixes</h3> <!-- 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-instrumentation/blob/main/CHANGELOG.md">io.opentelemetry.javaagent:opentelemetry-javaagent's changelog</a>.</em></p> <blockquote> <h2>Version 2.29.0 (2026-06-19)</h2> <p>This release targets the OpenTelemetry SDK 1.63.0.</p> <p>Note that many artifacts have the <code>-alpha</code> suffix attached to their version number, reflecting that they will continue to have breaking changes. Please see <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/VERSIONING.md#opentelemetry-java-instrumentation-versioning">VERSIONING.md</a> for more details.</p> <h3>⚠️ Breaking changes to non-stable APIs</h3> <ul> <li>Change the return type for <code>JmxTelemetry.start(...)</code> APIs. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18782">#18782</a>)</li> <li>Experimental runtime package telemetry now emits <code>package.checksum_algorithm=SHA-256</code> and 64-character <code>package.checksum</code> values instead of SHA1 checksums. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18846">#18846</a>)</li> </ul> <h3>🚫 Deprecations</h3> <ul> <li>Rename the common logging context keys to <code>otel.instrumentation.common.logging.trace-id-key</code>, <code>otel.instrumentation.common.logging.span-id-key</code>, and <code>otel.instrumentation.common.logging.trace-flags-key</code>, while keeping the old property names deprecated. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18851">#18851</a>)</li> <li>Rename the <code>kafka-broker</code> and <code>kafka-connect</code> JMX target systems to <code>experimental-kafka-broker</code> and <code>experimental-kafka-connect</code>; the old names still work for now and log a warning. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18971">#18971</a>)</li> </ul> <h3>🌟 New javaagent instrumentation</h3> <ul> <li>Add SOFARPC 5.4 instrumentation that emits RPC client and server spans and metrics. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15589">#15589</a>)</li> <li>Add Javaagent instrumentation for HBase client 2.0.0 through 2.5.0. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18253">#18253</a>)</li> </ul> <h3>📈 Enhancements</h3> <ul> <li>Add opt-in support for emitting HTTP request exceptions as log signals with <code>otel.semconv.exception.signal.preview=logs</code>. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16259">#16259</a>)</li> <li>Add <code>opentelemetry-api-1.63</code> Javaagent instrumentation for OpenTelemetry API 1.63 and <code>opentelemetry-api-incubator</code> 1.63. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18911">#18911</a>)</li> <li>Add <code>otel.semconv-stability.v3-preview</code> as a fallback for the declarative <code>v3_preview</code> semconv stability setting. (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18936">#18936</a>)</li> <li>Update the experimental stable database semantic-convention opt-in (<code>otel.semconv-stability.opt-in=database</code>) across database instrumentations, including span names and <code>db.*</code> attributes.</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-instrumentation/commit/c215cb489a90d95c2ea5808fbdcd2f7d81d2f2ae"><code>c215cb4</code></a> [release/v2.29.x] Prepare release 2.29.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19042">#19042</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/8e25e07fb2bab7bd4e954d7bb744f977e9dbe785"><code>8e25e07</code></a> Draft release notes (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19040">#19040</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/63de06bb3c29dd0cdf4059b5b755bb6bbde7fe71"><code>63de06b</code></a> Update pinned latest dep versions (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19033">#19033</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/5f25ddfdde5f5e410e4bd3d87be531298f6cb5eb"><code>5f25ddf</code></a> fix(deps): update quarkus packages to v3.37.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19031">#19031</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/16c6d2a40218c0e632b1c177e7ec381a340c0804"><code>16c6d2a</code></a> fix(deps): update armeria packages to v1.40.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19032">#19032</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/a5ad92266f119e02d7062f34c5d2e7540be87f52"><code>a5ad922</code></a> fix(deps): update dependency commons-logging:commons-logging to v1.4.0 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19030">#19030</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/0fe64a2f6c5f0d1924b5e9b2b174858970d0efbf"><code>0fe64a2</code></a> Run openserch asyn callbacks with parent context (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19027">#19027</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/23da7602a2b7d95f9383f8ca241e088846d85f0e"><code>23da760</code></a> Set request timeout only for the read timeout test (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19025">#19025</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/7698f71f67b5e7d0e52db6030ccb873550b39fdf"><code>7698f71</code></a> Set query timeouts for camel cassandara test (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19026">#19026</a>)</li> <li><a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commit/6fd466c821b1c3d874a921a920310328d34601a7"><code>6fd466c</code></a> Add another port wait for hadoop test (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/19028">#19028</a>)</li> <li>Additional commits viewable in <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/compare/v2.28.1...v2.29.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
