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

   Bumps 
[io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
 from 2.30.0-alpha to 2.31.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.30.0</h2>
   <p>This release targets the OpenTelemetry SDK 1.64.0.</p>
   <p>Note that many artifacts have the <code>-alpha</code> suffix attached to 
their version number, reflecting that they will continue to have breaking 
changes. Please see <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 to non-stable APIs</h3>
   <ul>
   <li>Remove <code>ExperimentalInstrumentationModule#getModuleGroup()</code>. 
Built-in invokedynamic modules now share a single 
<code>InstrumentationModuleClassLoader</code>, and each extension is isolated 
in its own. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18859";>#18859</a>)</li>
   <li>Remove the deprecated <code>InstrumentationModule.isIndyModule()</code>; 
whether a module uses invokedynamic is now determined by the agent rather than 
declared per module. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19140";>#19140</a>)</li>
   <li>Remove deprecated query-related APIs from 
<code>SqlClientAttributesGetter</code>, <code>CassandraRequest</code>, and 
<code>Experimental</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19165";>#19165</a>)</li>
   <li>Remove the deprecated <code>Enduser*</code> attribute-capturing APIs 
from the Spring Security 6.0 library; use the <code>User*</code> replacements 
instead. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19168";>#19168</a>)</li>
   </ul>
   <h3>🚫 Deprecations</h3>
   <ul>
   <li>Deprecate only the Spring Boot starter <code>ConfigProperties</code> 
compatibility bean used with experimental declarative configuration, in favor 
of the new <code>ConfigProvider</code> bean; it will be removed in 3.0. The 
<code>ConfigProperties</code> bean remains supported for non-declarative 
configuration. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19175";>#19175</a>)</li>
   <li>Deprecate <code>DeclarativeConfigPropertiesBridge</code> and 
<code>DeclarativeConfigPropertiesBridgeBuilder</code>. Use 
<code>DeclarativeConfigProperties</code> directly or 
<code>DeclarativeConfigBridge</code> instead. Will be removed in 3.0. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19202";>#19202</a>)</li>
   <li>Deprecate <code>ConfigPropertiesBackedConfigProvider</code> in favor of 
<code>DeclarativeConfigBridge</code>. It will be removed in 2.31.0. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19220";>#19220</a>)</li>
   </ul>
   <h3>🌟 New javaagent instrumentation</h3>
   <ul>
   <li>Add Javaagent instrumentation for HBase client 1.4. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19087";>#19087</a>)</li>
   </ul>
   <h3>🌟 New library instrumentation</h3>
   <ul>
   <li>Add library instrumentation (<code>ThriftTelemetry</code>) for the 
Apache Thrift 0.13 async server. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19062";>#19062</a>)</li>
   </ul>
   <h3>📈 Enhancements</h3>
   <ul>
   <li>Add async server tracing to the Apache Thrift 0.13 javaagent 
instrumentation; async server handlers were previously uninstrumented. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/18994";>#18994</a>)</li>
   <li>Support <code>database=</code> as an alias for <code>databaseName</code> 
when extracting <code>db.name</code> from MSSQL JDBC URLs. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19029";>#19029</a>)</li>
   <li>Add batch-operation support to the experimental stable database 
semantic-convention opt-in 
(<code>otel.semconv-stability.opt-in=database</code>) across database 
instrumentations, including batch span names, 
<code>db.operation.batch.size</code> (including empty batches), and 
<code>db.query.summary</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19034";>#19034</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19037";>#19037</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19054";>#19054</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19055";>#19055</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19056";>#19056</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19057";>#19057</a>,
 <a href="https://r
 
edirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19143">#19143</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19147";>#19147</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19161";>#19161</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19162";>#19162</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19164";>#19164</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19172";>#19172</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19189";>#19189</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19199";>#19199</a>)</li>
   <li>Add tracing for Lettuce 4.0 reactive commands, including exceptional 
completion and cancellation. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19071";>#19071</a>)</li>
   <li>Add the experimental Cassandra JMX metrics target system. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19080";>#19080</a>)</li>
   <li>Add experimental JFR-based <code>jvm.thread.virtual.pinned</code> and 
<code>jvm.thread.virtual.submit_failed</code> metrics for Java 19+ virtual 
threads; enable with 
<code>otel.instrumentation.runtime-telemetry.emit-experimental-jfr-metrics=true</code>.
 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19092";>#19092</a>)</li>
   <li>Capture custom object values passed to 
<code>PreparedStatement.setObject()</code> in query parameter attributes. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19093";>#19093</a>)</li>
   <li><code>InstrumentationModule</code> now exposes 
<code>injectedClassNames()</code> and <code>exposedClassNames()</code> for indy 
instrumentations, so module authors no longer need 
<code>ExperimentalInstrumentationModule</code> for those helper-class 
declarations. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19142";>#19142</a>)</li>
   <li>Add <code>captureTemplate</code> and <code>captureArguments</code> 
options to the log4j, java-util-logging, and jboss-logmanager logging 
instrumentations, capturing the log message template and arguments as separate 
<code>log.body.template</code> / <code>log.body.parameters</code> attributes; 
logback already supported these options (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15423";>#15423</a>).
 (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19154";>#19154</a>)</li>
   <li>Add <code>server.address</code> and <code>server.port</code> attributes 
to Redisson client spans. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19191";>#19191</a>)</li>
   <li>Add <code>server.address</code> and <code>server.port</code> attributes 
to Lettuce Redis client spans. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19192";>#19192</a>)</li>
   <li>Add <code>server.address</code> and <code>server.port</code> attributes 
to Rediscala client spans. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19193";>#19193</a>)</li>
   <li>Set <code>server.address</code> on registry-backed Dubbo client spans to 
the registry address plus the service target 
(<code>registry://host:port/interface:version:group</code>) and leave 
<code>server.port</code> unset, gated behind the stable rpc semconv opt-in 
(<code>otel.semconv-stability.opt-in=rpc</code>); the resolved provider host 
and port are kept under the default semconv. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/17244";>#17244</a>,
 <a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19285";>#19285</a>)</li>
   </ul>
   <h3>🛠️ Bug fixes</h3>
   <ul>
   <li>Fix a spurious duplicate warning when the application logger bridge is 
installed multiple times during startup. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19088";>#19088</a>)</li>
   <li>Fix MySQL and MariaDB <code>db.connection_string</code> values so IPv6 
hosts stay bracketed instead of becoming ambiguous. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19078";>#19078</a>)</li>
   <li>Fix multi-topic Pulsar consumers so the internal background receive no 
longer creates a spurious extra receive span. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19095";>#19095</a>)</li>
   <li><code>SpringConfigProperties.getMap()</code> no longer evaluates map 
property values as SpEL expressions; non-special-cased map properties now parse 
as comma-delimited <code>key=value</code> pairs via the SDK's 
<code>DefaultConfigProperties</code>, so settings like 
<code>otel.instrumentation.common.peer-service-mapping</code> work without SpEL 
syntax. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19113";>#19113</a>)</li>
   <li>Fix JMS destination extraction so an unreadable destination now leaves 
<code>messaging.destination.name</code> unset instead of reporting it as 
<code>unknown</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19115";>#19115</a>)</li>
   <li>Fix the JMX Metric Insight <code>jvm.class.loaded</code> and 
<code>jvm.class.unloaded</code> metrics to use counter instruments. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19141";>#19141</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>
   <h3>⚠️ Breaking changes to non-stable APIs</h3>
   <ul>
   <li>Remove the deprecated <code>HostIdResource.REGISTRY_QUERY</code> in 
favor of the absolute-path <code>reg.exe</code> lookup used by
   <code>HostIdResource</code>. (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19778";>#19778</a>)</li>
   </ul>
   <h2>Version 2.31.1 (2026-08-23)</h2>
   <p>This release targets the OpenTelemetry SDK 1.65.0.</p>
   <p>Note that many artifacts have the <code>-alpha</code> suffix attached to 
their version
   number, reflecting that they will continue to have breaking changes. Please 
see
   <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>🛠️ Bug fixes</h3>
   <ul>
   <li>Restore stable semantic convention APIs to the compile classpaths of the 
Spring Boot
   autoconfigure and starter artifacts.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19754";>#19754</a>)</li>
   </ul>
   <h2>Version 2.31.0 (2026-08-20)</h2>
   <p>This release targets the OpenTelemetry SDK 1.65.0.</p>
   <p>Note that many artifacts have the <code>-alpha</code> suffix attached to 
their version
   number, reflecting that they will continue to have breaking changes. Please 
see
   <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 to non-stable APIs</h3>
   <ul>
   <li>Remove the deprecated <code>ConfigPropertiesBackedConfigProvider</code> 
and its <code>create(ConfigProperties)</code>
   compatibility API from the declarative config bridge.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19305";>#19305</a>)</li>
   <li>Stop exposing <code>opentelemetry-instrumentation-api-incubator</code> 
on library instrumentation compile
   classpaths.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19612";>#19612</a>)</li>
   </ul>
   <h3>🚫 Deprecations</h3>
   <ul>
   <li>Deprecate 
<code>otel.instrumentation.experimental.span-suppression-strategy</code> in 
favor of
   <code>Experimental.setSpanSuppressionStrategy(...)</code>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19180";>#19180</a>)</li>
   <li>Deprecate <code>HostIdResource.REGISTRY_QUERY</code> in favor of the 
absolute-path <code>reg.exe</code> lookup used by
   <code>HostIdResource</code>.
   (<a 
href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/19293";>#19293</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.30.0-alpha&new-version=2.31.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