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

   Bumps 
[io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
 from 2.22.0-alpha to 2.23.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.22.0</h2>
   <p>This release targets the OpenTelemetry SDK 1.56.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>⚠️ Breaking Changes</h3>
   <ul>
   <li>AWS SDK 2.x attributes updated to align with semantic conventions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15028";>#15028</a>)
  - The following attributes have been renamed:  - <code>aws.bucket.name</code> 
(S3) → <code>aws.s3.bucket</code>  - <code>aws.queue.url</code> (SQS) → 
<code>aws.sqs.queue.url</code>  - <code>aws.stream.name</code> (Kinesis) → 
<code>aws.kinesis.stream_name</code>  - <code>aws.table.name</code> (DynamoDB) 
→ <code>aws.dynamodb.table_names</code>  - 
<code>aws.dynamodb.provisioned_throughput.read_capacity_units</code> → 
<code>aws.dynamodb.provisioned_read_capacity</code> (type changed from long to 
double)  - 
<code>aws.dynamodb.provisioned_throughput.write_capacity_units</code> → 
<code>aws.dynamodb.provisioned_write_capacity</code> (type changed from long to 
double)  - <code>aws.dynamodb.exclusive_start_table_name</code> → 
<code>aws.dynamodb.exclusive_start_table</code>  - <code>aws.dynamodb.pr
 ojection_expression</code> → <code>aws.dynamodb.projection</code>  - 
<code>aws.dynamodb.scan_index_forward</code> → 
<code>aws.dynamodb.scan_forward</code>  - The following attribute types have 
changed:  - <code>aws.dynamodb.table_names</code>: string → string[]  - 
<code>aws.dynamodb.consumed_capacity</code>: string → string[]  - 
<code>aws.dynamodb.global_secondary_indexes</code>: string → string[]  - 
<code>aws.dynamodb.local_secondary_indexes</code>: string → string[]  - 
<code>aws.dynamodb.consistent_read</code>: string → boolean  - 
<code>aws.dynamodb.table_count</code>: string → long  - 
<code>aws.dynamodb.limit</code>: string → long  - 
<code>aws.dynamodb.attributes_to_get</code>: string → string[]  - 
<code>aws.dynamodb.segment</code>: string → long  - 
<code>aws.dynamodb.total_segments</code>: string → long  - 
<code>aws.dynamodb.count</code>: string → long  - 
<code>aws.dynamodb.scanned_count</code>: string → long  - The following 
attributes are no longer 
 emitted by default but can be enabled with 
<code>otel.instrumentation.aws-sdk.experimental-span-attributes=true</code>:  - 
<code>aws.queue.name</code> (SQS)  - <code>aws.lambda.function.name</code> 
(Lambda)  - <code>aws.lambda.function.arn</code> (Lambda)</li>
   <li>JDBC library data source instrumentation now disabled by default (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15074";>#15074</a>)</li>
   <li>JMX state metrics unit changed from empty string to <code>1</code> to 
align with semantic conventions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15093";>#15093</a>)</li>
   <li>AWS SDK 1.x attributes updated to align with semantic conventions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15094";>#15094</a>)
  - Only affects users with 
<code>otel.instrumentation.aws-sdk.experimental-span-attributes=true</code>  - 
The following attributes have been renamed and are now emitted by default (no 
experimental flag required):  - <code>aws.bucket.name</code> (S3) → 
<code>aws.s3.bucket</code>  - <code>aws.queue.url</code> (SQS) → 
<code>aws.sqs.queue.url</code>  - <code>aws.stream.name</code> (Kinesis) → 
<code>aws.kinesis.stream_name</code>  - <code>aws.table.name</code> (DynamoDB) 
→ <code>aws.dynamodb.table_names</code></li>
   <li>Finatra controller spans now disabled by default to match other 
controller spans (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15118";>#15118</a>)</li>
   <li>Netty HTTP request wrapper class renamed from HttpRequestAndChannel to 
NettyRequest (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15247";>#15247</a>)</li>
   <li>JSP compile spans now disabled by default to match other view spans (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15261";>#15261</a>)</li>
   </ul>
   <h3>🚫 Deprecations</h3>
   <ul>
   <li>TracingConsumerInterceptor and TracingProducerInterceptor deprecated in 
favor of new configurable interceptors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14929";>#14929</a>)</li>
   <li>Various builder methods updated to use UnaryOperator<!-- raw HTML 
omitted --> instead of Function&lt;X, X&gt; (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15101";>#15101</a>)</li>
   <li>DbClientCommonAttributesGetter deprecated in favor of 
DbClientAttributesGetter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15139";>#15139</a>)</li>
   </ul>
   <h3>🌟 New javaagent instrumentation</h3>
   <ul>
   <li>Add JFinal instrumentation (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15216";>#15216</a>)</li>
   </ul>
   <h3>📈 Enhancements</h3>
   <ul>
   <li>Avoid Unsafe usage on Java 23+ (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14855";>#14855</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15091";>#15091</a>)</li>
   <li>Update Azure SDK instrumentation so <code>az.namespace</code> can be 
used for sampling (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15068";>#15068</a>)</li>
   <li>Spring Boot Starter: Add cache to reduce environment variable lookups 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15132";>#15132</a>)</li>
   <li>HTTP instrumentations now emit semantic convention schema URL (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15144";>#15144</a>)</li>
   <li>Added instrumentation support for AsyncHttpClient version 1.8 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15195";>#15195</a>)</li>
   <li>Instrumenter customizer now receives instrumentation type (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15227";>#15227</a>)</li>
   <li>Added support for Spring Framework 7.0 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15287";>#15287</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15299";>#15299</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15301";>#15301</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15304";>#15304</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15311";>#15311</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15362";>#15362</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15371";>#15371</a>)</li>
   <li>Added span status customizer to incubating InstrumenterCustomizer API 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15288";>#15288</a>)</li>
   <li>Added configuration options for sqlcommenter (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15169";>#15169</a>)</li>
   <li>GraphQL instrumentation now records data fetcher errors (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15289";>#15289</a>)</li>
   <li>Add http client url template customizer (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15217";>#15217</a>)</li>
   <li>Introduce idiomatic <code>JmxTelemetry</code> API for JMX metrics 
library (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15220";>#15220</a>)</li>
   <li>Add instrumentation for OpenTelemetry API incubator's 
<code>ExtendedOpenTelemetry</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15178";>#15178</a>)</li>
   </ul>
   <h3>🛠️ Bug fixes</h3>
   <ul>
   <li>Fix missing <code>peer.service</code> in Netty HTTP spans (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14963";>#14963</a>)</li>
   <li>Fix Couchbase span kind to be <code>CLIENT</code> instead of 
<code>INTERNAL</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14995";>#14995</a>)</li>
   <li>Link attributes are now bridged to the Java agent when using 
OpenTelemetry API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15143";>#15143</a>)</li>
   <li>Potential race condition in JFR runtime metrics initialization fixed (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15231";>#15231</a>)</li>
   <li>Regression fixed related to context propagation when using Spring 
<code>@EnableAsync</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15249";>#15249</a>)</li>
   <li>Declarative configuration now uses snake_case for distro resource 
provider attribute name (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15260";>#15260</a>)</li>
   <li>Logback appender fixed to capture Logstash 
<code>StructuredArguments.entries()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15341";>#15341</a>)</li>
   </ul>
   <!-- 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.23.0 (2025-12-13)</h2>
   <h3>⚠️ Breaking Changes</h3>
   <ul>
   <li>ActiveMQ Classic JMX metrics: rename attributes and metrics to align
   with semantic conventions (see PR description for specifics)
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14996";>#14996</a>)</li>
   <li>Library instrumentation: remove previously deprecated methods from 
telemetry builders
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15324";>#15324</a>)</li>
   <li>Logback: <code>captureArguments</code> no longer captures message 
template, use <code>captureTemplate</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15423";>#15423</a>)</li>
   <li>Play: disable controller spans by default,
   re-enable with 
<code>otel.instrumentation.common.experimental.controller-telemetry.enabled=true</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15604";>#15604</a>)</li>
   </ul>
   <h3>🚫 Deprecations</h3>
   <ul>
   <li>Library instrumentation: deprecate <code>setSpanNameExtractor()</code> 
and <code>setStatusExtractor()</code>
   in favor of <code>setSpanNameExtractorCustomizer()</code> and 
<code>setStatusExtractorCustomizer()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15529";>#15529</a>)</li>
   </ul>
   <h3>🌟 New javaagent instrumentation</h3>
   <ul>
   <li>Apache ElasticJob
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14933";>#14933</a>)</li>
   </ul>
   <h3>🌟 New library instrumentation</h3>
   <ul>
   <li>Apache Iceberg
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15114";>#15114</a>)</li>
   <li>Servlets
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15473";>#15473</a>)</li>
   </ul>
   <h3>📈 Enhancements</h3>
   <ul>
   <li>Spring starter: add declarative config logging exporter
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/14917";>#14917</a>)</li>
   <li>Failsafe: add support for <code>RetryPolicy</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15255";>#15255</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15537";>#15537</a>)</li>
   <li>GraphQL: add option to disable capturing query documents
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15384";>#15384</a>)</li>
   <li>JMX metrics: allow any classpath resource path in rules
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15413";>#15413</a>)</li>
   <li>Spring Boot actuator autoconfigure: support Spring Boot 4
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15433";>#15433</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.22.0-alpha&new-version=2.23.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