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

   Bumps 
[io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
 from 2.24.0-alpha to 2.25.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.24.0</h2>
   <p>This release targets the OpenTelemetry SDK 1.58.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>Remove support for previously deprecated property 
<code>otel.instrumentation.logback-appender.experimental.capture-logstash-attributes</code>
 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15722";>#15722</a>)</li>
   <li>Remove deprecated methods from HTTP library instrumentations (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15802";>#15802</a>)</li>
   </ul>
   <h3>🚫 Deprecations</h3>
   <ul>
   <li>JMX Metrics: Deprecated <code>addClassPathRules</code> and 
<code>addCustomRules</code> methods in <code>JmxTelemetryBuilder</code>, and 
moved non-public classes to an internal package (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15658";>#15658</a>)</li>
   <li>Deprecated <code>setMessagingReceiveInstrumentationEnabled</code> in 
favor of <code>setMessagingReceiveTelemetryEnabled</code> to match config 
property name (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15668";>#15668</a>)</li>
   <li>Deprecated database client attribute getter methods 
<code>getDbSystem()</code> and <code>getResponseStatus()</code> in favor of 
<code>getDbSystemName()</code> and <code>getResponseStatusCode()</code> to 
align with stable semantic conventions (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15696";>#15696</a>)</li>
   <li>Deprecated <code>setCapturedRequestParameters()</code> in Servlet 
library instrumentation in favor of 
<code>Experimental.setCapturedRequestParameters()</code> as request parameter 
capture is experimental (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15826";>#15826</a>)</li>
   <li>Deprecated <code>getHttpClient()</code>, 
<code>setHttpClientTransport()</code>, and <code>setSslContextFactory()</code> 
in Jetty client instrumentation in favor of new builder-style methods 
<code>newHttpClient()</code>, <code>newHttpClient(SslContextFactory)</code>, 
and <code>newHttpClient(HttpClientTransport, SslContextFactory)</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15827";>#15827</a>)</li>
   <li>Deprecate Netty experimental method that is still in public API (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15828";>#15828</a>)</li>
   <li>Deprecated <code>newHttpClient()</code> in favor of <code>wrap()</code> 
in Java HTTP Client instrumentation for consistency with naming conventions 
across library instrumentations (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15829";>#15829</a>)</li>
   <li>Deprecated <code>new*</code> methods in favor of <code>create*</code> 
methods across multiple instrumentation libraries for consistency (e.g., 
<code>newHttpClient()</code> → <code>createHttpClient()</code>, 
<code>newInterceptor()</code> → <code>createInterceptor()</code>) (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15832";>#15832</a>)</li>
   <li>Deprecated methods in <code>SqlStatementInfo</code> and 
<code>MultiQuery</code> in favor of methods using stable semantic convention 
terminology: <code>getFullStatement()</code> → <code>getQueryText()</code>, 
<code>getOperation()</code> → <code>getOperationName()</code>, and 
<code>getStatements()</code> → <code>getQueryTexts()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15833";>#15833</a>)</li>
   <li>Deprecated database getter methods in favor of methods using stable 
semantic convention terminology: <code>getResponseStatusCode()</code> → 
<code>getDbResponseStatusCode()</code>, <code>getBatchSize()</code> → 
<code>getDbOperationBatchSize()</code>, and <code>getQueryParameters()</code> → 
<code>getDbQueryParameters()</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15859";>#15859</a>)</li>
   </ul>
   <h3>📈 Enhancements</h3>
   <ul>
   <li>Spring Boot starter: add support for 
<code>otel.instrumentation.logback-appender.experimental.capture-template</code>
 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15649";>#15649</a>)</li>
   <li>Spring Boot Starter: Support Spring Boot 4 RestClient (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15684";>#15684</a>)</li>
   <li>Improve support for experimental declarative configuration (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15656";>#15656</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15688";>#15688</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15697";>#15697</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15698";>#15698</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15704";>#15704</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15707";>#15707</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15713";>#15713</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15714";>#15714</a>,
 <a href="https://redirect.github.com/open-t
 elemetry/opentelemetry-java-instrumentation/pull/15722">#15722</a>, <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15727";>#15727</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15732";>#15732</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15733";>#15733</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15734";>#15734</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15735";>#15735</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15740";>#15740</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15741";>#15741</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15742";>#15742</a>,
 <a href="https://redirect.github.com/open
 -telemetry/opentelemetry-java-instrumentation/pull/15752">#15752</a>, <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15756";>#15756</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15787";>#15787</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15791";>#15791</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15792";>#15792</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15841";>#15841</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15856";>#15856</a>)</li>
   <li>AWS Bedrock: support model IDs with regional prefixes (e.g., 
<code>us.</code>, <code>global.</code>) for inference profiles (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15751";>#15751</a>)</li>
   <li>Redis: Improve sanitization for ACL command (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15797";>#15797</a>)</li>
   <li>Ktor and Netty library instrumentations: Add 
<code>setSpanNameExtractorCustomizer</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15825";>#15825</a>)</li>
   <li>Support more of stable database semconv under opt-in flag (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15836";>#15836</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15854";>#15854</a>)</li>
   <li>Move <code>SpanStatusExtractor.extract()</code> before 
<code>OperationListener.onEnd()</code> in <code>Instrumenter</code> (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15844";>#15844</a>)</li>
   </ul>
   <h3>🛠️ Bug fixes</h3>
   <ul>
   <li>Servlet library instrumentation: fix capturing <code>enduser.id</code> 
(<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15858";>#15858</a>)</li>
   <li>Fix agent startup failing on read-only filesystem (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15682";>#15682</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/breedx-splk";><code>@​breedx-splk</code></a>
   <a href="https://github.com/brunobat";><code>@​brunobat</code></a>
   <a 
href="https://github.com/copilot-pull-request-reviewer";><code>@​copilot-pull-request-reviewer</code></a>
   <a href="https://github.com/gaeljw";><code>@​gaeljw</code></a>
   <a href="https://github.com/igreenfield";><code>@​igreenfield</code></a>
   <a href="https://github.com/jack-berg";><code>@​jack-berg</code></a>
   <a href="https://github.com/jaydeluca";><code>@​jaydeluca</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.25.0 (2026-02-13)</h2>
   <h3>⚠️ Breaking changes to non-stable APIs</h3>
   <ul>
   <li>Make Netty 4.1 library public API self-contained
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15981";>#15981</a>)</li>
   <li>Remove previously deprecated methods
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15892";>#15892</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15929";>#15929</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15943";>#15943</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15944";>#15944</a>,
   <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15945";>#15945</a>)</li>
   </ul>
   <h3>🚫 Deprecations</h3>
   <ul>
   <li>Deprecated <code>getDelegate()</code>, <code>request()</code>, 
<code>channel()</code>, <code>remoteAddress()</code> in HTTP client request
   wrapper classes in favor of <code>getRequest()</code>, 
<code>getChannel()</code>, <code>getRemoteAddress()</code> for consistency
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15942";>#15942</a>)</li>
   <li>Deprecated <code>NettyClientTelemetry.setChannelContext()</code> in 
favor of <code>setParentContext()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16010";>#16010</a>)</li>
   <li>Deprecated <code>new*</code> methods in favor of <code>create*</code> 
methods in Armeria and Jetty client
   instrumentation (e.g., <code>newDecorator()</code> → 
<code>createDecorator()</code>,
   <code>newHttpClient()</code> → <code>createHttpClient()</code>)
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16009";>#16009</a>)</li>
   <li>Deprecated <code>NettyServerTelemetry.createResponseHandler()</code> and 
<code>createCombinedHandler()</code> overloads
   that expose internal classes
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16011";>#16011</a>)</li>
   <li>Deprecated <code>RatpackServerTelemetry.getHandler()</code>, 
<code>getExecInterceptor()</code>, and
   <code>getExecInitializer()</code> in favor of <code>createHandler()</code>, 
<code>createExecInterceptor()</code>, and
   <code>createExecInitializer()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16013";>#16013</a>)</li>
   <li>Deprecated <code>setPeerService()</code> in HTTP, gRPC, Dubbo, and 
Armeria instrumentation builders in favor
   of <code>addAttributesExtractor()</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16059";>#16059</a>)</li>
   <li>Deprecated <code>RpcAttributesGetter.getMethod()</code> in favor of 
<code>getRpcMethod()</code> to support stable RPC
   semantic conventions
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16121";>#16121</a>)</li>
   <li>Deprecated <code>PeerServiceResolver</code>, 
<code>PeerServiceAttributesExtractor</code>, and
   <code>HttpClientPeerServiceAttributesExtractor</code> in favor of renamed 
classes <code>ServicePeerResolver</code>,
   <code>ServicePeerAttributesExtractor</code>, and 
<code>HttpClientServicePeerAttributesExtractor</code>
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16071";>#16071</a>)</li>
   <li>Deprecated <code>setStatementSanitizationEnabled()</code> in favor of 
<code>setQuerySanitizationEnabled()</code> across
   database instrumentation builders (Cassandra, JDBC, Lettuce, Mongo, R2DBC)
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/16133";>#16133</a>)</li>
   <li>Deprecated individual runtime metric classes (<code>Classes</code>, 
<code>Cpu</code>, <code>GarbageCollector</code>,
   <code>MemoryPools</code>, <code>Threads</code>) in favor of 
<code>RuntimeMetrics</code></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.24.0-alpha&new-version=2.25.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 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