dependabot[bot] opened a new pull request, #17172: URL: https://github.com/apache/camel/pull/17172
Bumps [io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.12.0-alpha to 2.13.0-alpha. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases">io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17's releases</a>.</em></p> <blockquote> <h2>Version 2.12.0</h2> <p>This release targets the OpenTelemetry SDK 1.46.0.</p> <p>Note that many artifacts have the <code>-alpha</code> suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the <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>Migration notes</h3> <ul> <li>Some Java agent instrumentation suppression keys have been renamed to match their module names: - <code>elasticsearch-rest-6.0</code> --> <code>elasticsearch-rest-6.4</code> - <code>internal-application-logging</code> --> <code>internal-application-logger</code> - <code>javalin-5</code> -> <code>javalin-5.0</code> - <code>pulsar-2.8.0</code> -> <code>pulsar-2.8</code></li> <li>In preparation for stabilizing HTTP library instrumentation soon: - <code>setCaptured*Headers(List)</code> methods in <code>*TelemetryBuilder</code> classes were changed to <code>setCaptured*Headers(Collection)</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12901">#12901</a>) - <code>setKnownMethods(Set)</code> methods in <code>*TelemetryBuilder</code> classes were changed to <code>setKnownMethods(Collection)</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12902">#12902</a>)</li> </ul> <h3>📈 Enhancements</h3> <ul> <li>Support <code>ExtendedTextMapGetter</code> in gRPC instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13011">#13011</a>)</li> <li>Add database client metrics in DynamoDB instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13033">#13033</a>)</li> <li>Propagate context into async http client CompletableFuture callbacks (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13041">#13041</a>)</li> <li>Exclude spring routing data source from Spring Starter instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13054">#13054</a>)</li> <li>Instrument jdbc batch queries (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12797">#12797</a>)</li> </ul> <h3>🛠️ Bug fixes</h3> <ul> <li>Fix incorrect dubbo trace caused by using rpcContext.isProviderSide() (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12930">#12930</a>)</li> <li>Fix ClickHouse query failing with syntax error (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13020">#13020</a>)</li> <li>Fix instrumentation module not loading silently when duplicate helper classnames are detected (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13005">#13005</a>)</li> <li>Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12982">#12982</a>)</li> <li>Fix appender install for async Logback appenders (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13047">#13047</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/AlbumenJ"><code>@AlbumenJ</code></a> <a href="https://github.com/annettejanewilson"><code>@annettejanewilson</code></a> <a href="https://github.com/ataraxis"><code>@ataraxis</code></a> <a href="https://github.com/cleverchuk"><code>@cleverchuk</code></a> <a href="https://github.com/FlorianBruckner"><code>@FlorianBruckner</code></a> <a href="https://github.com/jamesmoessis"><code>@jamesmoessis</code></a> <a href="https://github.com/jaydeluca"><code>@jaydeluca</code></a> <a href="https://github.com/jeanbisutti"><code>@jeanbisutti</code></a> <a href="https://github.com/johnbley"><code>@johnbley</code></a> <a href="https://github.com/JonasKunz"><code>@JonasKunz</code></a> <a href="https://github.com/laurit"><code>@laurit</code></a> <a href="https://github.com/markAtAthena"><code>@markAtAthena</code></a> <a href="https://github.com/rghugikar"><code>@rghugikar</code></a> <a href="https://github.com/shalk"><code>@shalk</code></a> <a href="https://github.com/steverao"><code>@steverao</code></a> <a href="https://github.com/SylvainJuge"><code>@SylvainJuge</code></a> <a href="https://github.com/trask"><code>@trask</code></a> <a href="https://github.com/xiepuhuan"><code>@xiepuhuan</code></a> <a href="https://github.com/zeitlinger"><code>@zeitlinger</code></a></p> </blockquote> </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.instrumentation:opentelemetry-log4j-appender-2.17's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>Unreleased</h2> <h2>Version 2.13.0 (2025-02-14)</h2> <h3>Migration notes</h3> <ul> <li><code>io.opentelemetry.instrumentation.api.incubator.semconv.util.SpanNames</code> has been deprecated, replaced by the stable <code>io.opentelemetry.instrumentation.api.semconv.util.SpanNames</code></li> <li>In preparation for stabilizing HTTP library instrumentation, the classes and methods that were deprecated in the prior two releases have now been removed (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13135">#13135</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13150">#13150</a>)</li> <li>Deprecated Dubbo instrumentation method was removed (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13076">#13076</a>)</li> </ul> <h3>🌟 New javaagent instrumentation</h3> <ul> <li><code>jdk.httpserver</code> instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243">#13243</a>)</li> </ul> <h3>🌟 New library instrumentation</h3> <ul> <li><code>jdk.httpserver</code> instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13243">#13243</a>)</li> </ul> <h3>📈 Enhancements</h3> <ul> <li>Add database client metrics to Lettuce instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13032">#13032</a>)</li> <li>Stabilize io.opentelemetry.instrumentation.api.semconv.util.SpanNames (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12487">#12487</a>)</li> <li>Implement ExtendedTextMapGetter in http server instrumentations (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13053">#13053</a>)</li> <li>Implement ExtendedTextMapGetter in kafka-clients instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13068">#13068</a>)</li> <li>Scrub system property secrets from process resource attribute values (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13225">#13225</a>)</li> <li>Add database client metrics to AWS SDK 2.x DynamoDB instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13283">#13283</a>)</li> <li>Add runtime metrics to Spring boot starter (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13173">#13173</a>)</li> </ul> <h3>🛠️ Bug fixes</h3> <ul> <li>Fix akka shutdown hanging (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13073">#13073</a>)</li> <li>Fix MalformedInputException on z/OS (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13042">#13042</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits">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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
