Conversation
…tor-3.1 Bumps [io.opentelemetry.instrumentation:opentelemetry-reactor-3.1](https://github.com/open-telemetry/opentelemetry-java-instrumentation) from 2.23.0-alpha to 2.24.0-alpha. - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits) --- updated-dependencies: - dependency-name: io.opentelemetry.instrumentation:opentelemetry-reactor-3.1 dependency-version: 2.24.0-alpha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
1 similar comment
|
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AlbumenJ
approved these changes
Jan 20, 2026
Alexxigang
pushed a commit
to Alexxigang/agentscope-java
that referenced
this pull request
Jan 25, 2026
…tor-3.1 from 2.23.0-alpha to 2.24.0-alpha (agentscope-ai#593) Bumps [io.opentelemetry.instrumentation:opentelemetry-reactor-3.1](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-reactor-3.1'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-reactor-3.1'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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps io.opentelemetry.instrumentation:opentelemetry-reactor-3.1 from 2.23.0-alpha to 2.24.0-alpha.
Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-reactor-3.1's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-reactor-3.1's changelog.
... (truncated)
Commits
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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)