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

   Bumps 
[io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
 from 2.10.0-alpha to 2.11.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.10.0</h2>
   <p>This release targets the OpenTelemetry SDK 1.44.1.</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>🌟 New javaagent instrumentation</h3>
   <ul>
   <li>Ktor 3 instrumentation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12562";>#12562</a>)</li>
   </ul>
   <h3>🌟 New library instrumentation</h3>
   <ul>
   <li>Ktor 3 instrumentation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12562";>#12562</a>)</li>
   </ul>
   <h3>Migration notes</h3>
   <ul>
   <li>Spring Boot Starter Scheduling instrumentation scope name changed from 
<code>io.opentelemetry.spring-scheduling-3.1</code> to 
<code>io.opentelemetry.spring-boot-autoconfigure</code> to reflect the module's 
name.</li>
   <li>Default flush timeout for aws lambda javaagent instrumentation changed 
from 1 second to 10 seconds to match the flush timeout used in the aws lambda 
library instrumentation. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12576";>#12576</a>)</li>
   </ul>
   <h3>📈 Enhancements</h3>
   <ul>
   <li>Delegate loading of java package to platform loader (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12505";>#12505</a>)</li>
   <li>Set up virtual field transforms before otel sdk is initialized (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12444";>#12444</a>)</li>
   <li>Update azure-core-tracing-opentelemetry version and improve HTTP 
suppression to back off when Azure SDK tracing is disabled. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12489";>#12489</a>)</li>
   <li>Ktor2 http client uses low level instrumentation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12530";>#12530</a>)</li>
   <li>Add logback mdc instrumentation to spring boot starter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12515";>#12515</a>)</li>
   <li>Run class load listener only once (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12565";>#12565</a>)</li>
   <li>Remove duplicate byte buddy classes to reduce agent jar file size (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12571";>#12571</a>)</li>
   <li>Support additional JVM arg syntax in service name resource detector (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12544";>#12544</a>)</li>
   </ul>
   <h3>🛠️ Bug fixes</h3>
   <ul>
   <li>Fix derby directory connection string parser (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12479";>#12479</a>)</li>
   <li>Improve whitespace handling in oracle jdbc url parser (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12512";>#12512</a>)</li>
   <li>Fix SpanKey bridging for unbridgeable span (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12511";>#12511</a>)</li>
   <li>Fix lettuce instrumentation and tests to pass against latest version (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12552";>#12552</a>)</li>
   <li>Fix Kafka initialization occasionally failed due to concurrent injection 
of OpenTelemetryMetricsReporter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12583";>#12583</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/AntonioLyubchev";><code>@​AntonioLyubchev</code></a>
   <a href="https://github.com/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/brunobat";><code>@​brunobat</code></a>
   <a href="https://github.com/Cirilla-zmh";><code>@​Cirilla-zmh</code></a>
   <a href="https://github.com/e5l";><code>@​e5l</code></a>
   <a href="https://github.com/greatvovan";><code>@​greatvovan</code></a>
   <a href="https://github.com/heyams";><code>@​heyams</code></a>
   <a href="https://github.com/jaydeluca";><code>@​jaydeluca</code></a>
   <a href="https://github.com/jeanbisutti";><code>@​jeanbisutti</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-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.11.0 (2024-12-23)</h2>
   <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>
   </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 />
   
   
   [![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.10.0-alpha&new-version=2.11.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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to