dependabot[bot] opened a new pull request, #20896: URL: https://github.com/apache/camel/pull/20896
Bumps [io.opentelemetry.instrumentation:opentelemetry-log4j-appender-2.17](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.23.0-alpha to 2.24.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.23.0</h2> <p>This release targets the OpenTelemetry SDK 1.57.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>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> <li>Spring JMS: support Spring Boot 4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15434">#15434</a>)</li> <li>Spring starter: support Spring Boot 4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15459">#15459</a>)</li> <li>Lettuce: support custom <code>ClientResources</code> (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15470">#15470</a>)</li> <li>Lettuce: add reactor-core compatibility checker (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15472">#15472</a>)</li> <li>Servlet: propagate context explicitly for async runnables (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15476">#15476</a>)</li> <li>Servlet: always add <code>trace_id</code> and <code>span_id</code> attributes to requests (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15485">#15485</a>)</li> <li>Pekko HTTP: separate route instrumentation from HTTP server instrumentation (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15499">#15499</a>)</li> <li>MongoDB: emit versioned scope name (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15500">#15500</a>)</li> <li>Spring WebFlux: support Spring Boot 4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15502">#15502</a>, <a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15574">#15574</a>)</li> <li>Spring WebMVC: support Spring Boot 4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15525">#15525</a>)</li> <li>Spring Cloud Gateway: support Spring Boot 4 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15540">#15540</a>)</li> <li>Spring starter: add missing Kafka configuration options (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15592">#15592</a>)</li> <li>OpenTelemetry API interop: support new GlobalOpenTelemetry methods introduced in 1.57 (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15620">#15620</a>)</li> </ul> <h3>🛠️ Bug fixes</h3> <ul> <li>Spring Web/WebFlux: restore GraalVM native-image compatibility (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15306">#15306</a>)</li> <li>Spring Kafka: end span in <code>afterRecord</code> callback (<a href="https://redirect.github.com/open-telemetry/opentelemetry-java-instrumentation/pull/15367">#15367</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.24.0 (2026-01-17)</h2> <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> <!-- 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 /> [](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]
