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

   Bumps 
[io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
 from 2.11.0-alpha to 2.12.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.11.0</h2>
   <p>This release targets the OpenTelemetry SDK 1.45.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>
   <p>In preparation for stabilizing HTTP library instrumentation soon:</p>
   <ul>
   <li><code>addAttributeExtractor</code> methods in a few 
<code>*TelemetryBuilder</code> classes have been deprecated and renamed to 
<code>addAttributesExtractor</code> (which is how most of them were named 
already) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12860";>#12860</a>)</li>
   <li><code>setEmitExperimental*</code> methods in 
<code>*TelemetryBuilder</code> classes have been deprecated and moved to 
internal/experimental classes, see Javadoc <code>@deprecated</code> for exact 
relocation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12847";>#12847</a>)</li>
   <li><code>ApacheHttpClient5*</code> classes have been deprecated and renamed 
to <code>ApacheHttpClient*</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12854";>#12854</a>)</li>
   <li><code>RatpackTelemetry*</code> classes have been deprecated and split 
into <code>RatpackClientTelemetry*</code> and 
<code>RatpackServerTelemetry*</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12853";>#12853</a>)</li>
   <li><code>SpringWebfluxTelemetry*</code> classes have been deprecated and 
split into <code>SpringWebfluxClientTelemetry*</code> and 
<code>SpringWebfluxServerTelemetry*</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12852";>#12852</a>)</li>
   <li><code>ArmeriaTelemetry*</code> classes have been deprecated and split 
into <code>ArmeriaClientTelemetry*</code> and 
<code>ArmeriaServerTelemetry*</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12851";>#12851</a>)</li>
   <li><code>*KtorClientTracing*</code> and <code>*KtorServerTracing*</code> 
have been deprecated and renamed to <code>*KtorClientTelemetry*</code> and 
<code>*KtorServerTelemetry*</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12855";>#12855</a>)</li>
   <li>Experimental opt-in attribute <code>spring-webflux.handler.type</code> 
was removed in favor of standard <code>code.*</code> attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12887";>#12887</a>)</li>
   </ul>
   <h3>📈 Enhancements</h3>
   <ul>
   <li>Map lettuce 5.1 <code>db.namespace</code> to <code>db.name</code> 
(unless using experimental database semconv stability opt-in) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12609";>#12609</a>)</li>
   <li>Log4j2: add option to fill code attributes (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12592";>#12592</a>)</li>
   <li>Fill jvm.thread.state attribute for jvm.thread.count metric on jdk8 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12724";>#12724</a>)</li>
   <li>Update Spring Scheduling <code>code.*</code> attribute extraction for 
latest release of Spring Scheduling (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12739";>#12739</a>)</li>
   <li>Add jctools classes to <code>reflect-config.json</code> for better 
native image support (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12736";>#12736</a>)</li>
   <li>Support Pulsar Client send message with transaction (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12731";>#12731</a>)</li>
   <li>Implement reading of simple key-value Logstash JSON Marker attributes 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12513";>#12513</a>)</li>
   <li>Add agent instrumentation for Ratpack 1.7+ (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12572";>#12572</a>)</li>
   <li>Added <code>spring-scheduling.enabled</code> property to 
spring-configuration-metadata.json (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12791";>#12791</a>)</li>
   <li>Remove class files from spring-boot-autoconfigure source jar (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12798";>#12798</a>)</li>
   <li>Updated Camel rules adding route.started, route.added, and thread pools' 
pool.core_size (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12763";>#12763</a>)</li>
   <li>Add database client metrics (when using experimental database semconv 
stability opt-in) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12806";>#12806</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12818";>#12818</a>)</li>
   <li>Add dynamodb instrumenter for aws v1_11 sdk (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12756";>#12756</a>)</li>
   <li>Remove public suffixes list from the agent (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10763";>#10763</a>)</li>
   <li>Add an option to disable automatic kafka interceptor configuration in 
spring starter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12833";>#12833</a>)</li>
   <li>Add code attributes to spring webmvc controller spans (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12839";>#12839</a>)</li>
   <li>Hibernate 6: don't record error on NoResultException (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12879";>#12879</a>)</li>
   <li>Add support for missing spring list properties (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12819";>#12819</a>)</li>
   <li>Ktor: support setting custom <code>spanNameExtractor</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12842";>#12842</a>)
 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12850";>#12850</a>)</li>
   <li>Rename &quot;db.client.connections.usage&quot; to 
&quot;db.client.connection.count&quot; (when using experimental database 
semconv stability opt-in) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12886";>#12886</a>)</li>
   <li>Support Struts 7.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12935";>#12935</a>)</li>
   <li>Support latest Ktor release (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12937";>#12937</a>)</li>
   </ul>
   <h3>🛠️ Bug fixes</h3>
   <ul>
   <li>Logback: don't make MDCPropertyMap of logging event immutable (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12718";>#12718</a>)</li>
   <li>Avoid exception when redisson address is null (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12883";>#12883</a>)</li>
   <li>Add close to fix CWE-404 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12908";>#12908</a>)</li>
   </ul>
   <h3>🙇 Thank you</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.instrumentation:opentelemetry-log4j-appender-2.17's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Changelog</h1>
   <h2>Unreleased</h2>
   <h2>Version 2.12.0 (2025-01-17)</h2>
   <h3>Migration notes</h3>
   <ul>
   <li>Some Java agent instrumentation suppression keys have been renamed to 
match their module names:
   <ul>
   <li><code>elasticsearch-rest-6.0</code> --&gt; 
<code>elasticsearch-rest-6.4</code></li>
   <li><code>internal-application-logging</code> --&gt; 
<code>internal-application-logger</code></li>
   <li><code>javalin-5</code> -&gt; <code>javalin-5.0</code></li>
   <li><code>pulsar-2.8.0</code> -&gt; <code>pulsar-2.8</code></li>
   </ul>
   </li>
   <li>In preparation for stabilizing HTTP library instrumentation soon:
   <ul>
   <li><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>)</li>
   <li><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>
   </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>
   <h2>Version 2.11.0 (2024-12-23)</h2>
   <h3>Migration notes</h3>
   <!-- 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 />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17&package-manager=maven&previous-version=2.11.0-alpha&new-version=2.12.0-alpha)](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: commits-unsubscr...@camel.apache.org

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

Reply via email to