Update multiple dependencies#584
Merged
renovate[bot] merged 1 commit intomainfrom Apr 22, 2026
Merged
Conversation
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.
This PR contains the following updates:
7.28.0→7.29.02.26.1→2.27.02.26.1→2.27.0Release Notes
hashicorp/terraform-provider-google (google)
v7.29.0Compare Source
open-telemetry/opentelemetry-java-instrumentation (io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom)
v2.27.0Compare Source
This release targets the OpenTelemetry SDK 1.61.0.
Note that many artifacts have the
-alphasuffix attached to their versionnumber, reflecting that they will continue to have breaking changes. Please see
VERSIONING.md
for more details.
AbstractKtorServerTelemetryBuilder.isOpenTelemetryInitialized()protected (previouslypublic).
(#17509)
ExperimentalInstrumentationModule.injectClasses(ClassInjector)withexposedClassNames()for exposing helper classes to the application class loader.(#17765)
WebApplicationContextInstrumentationfrom thespring-webinstrumentation module tospring-webmvc; users who disabled it viaotel.instrumentation.spring-web.enabled=falsemustnow use
otel.instrumentation.spring-webmvc.enabled=false.(#17856)
🚫 Deprecations
KafkaTelemetryBuilder.setMessagingReceiveInstrumentationEnabled(boolean)in favor ofsetMessagingReceiveTelemetryEnabled(boolean).(#17092)
setSanitizeQuery()andsetAddOperationNameToSpanName(), anddeprecated config key
otel.instrumentation.graphql.add-operation-name-to-span-name.enabledinfavor of
setQuerySanitizationEnabled(),setOperationNameInSpanNameEnabled(), andotel.instrumentation.graphql.operation-name-in-span-name.enabled.(#17093)
Experimental.setEnableSqlCommenter()in JDBC and R2DBC instrumentation in favor ofExperimental.setSqlCommenterEnabled().(#17094)
otel.instrumentation.servlet.capture-request-parameterstootel.instrumentation.servlet.experimental.capture-request-parametersandotel.instrumentation.servlet.add-trace-id-request-attributetootel.instrumentation.servlet.experimental.trace-id-request-attribute.enabled; old property namesare deprecated.
(#17113)
statement_sanitizerin favor ofquery_sanitization, andthe declarative config group
common.databasein favor ofcommon.db.(#17116)
query_sanitizerin favor ofquery_sanitization.(#17455)
otel.instrumentation.common.db-statement-sanitizer.enabled,otel.instrumentation.jdbc.statement-sanitizer.enabled,otel.instrumentation.mongo.statement-sanitizer.enabled, andotel.instrumentation.r2dbc.statement-sanitizer.enabledin favor of the corresponding*.query-sanitization.enablednames, deprecatedotel.instrumentation.common.experimental.db-sqlcommenter.enabledin favor ofotel.instrumentation.common.db.experimental.sqlcommenter.enabled, and deprecatedotel.instrumentation.graphql.query-sanitizer.enabledin favor ofotel.instrumentation.graphql.query-sanitization.enabled.(#17464)
InstrumentationModule.isIndyModule(); indy mode is now determined by the agentdistribution configuration instead of per-module overrides.
(#17713)
📈 Enhancements
log4j.map_message.prefix from MapMessage attributes whenotel.instrumentation.common.v3-previewis enabled.(#13871)
otel.instrumentation.common.v3-previewis enabled, so captured header attribute keys nowpreserve the original header name.
(#14554)
db.system.nameattribute to Vertx SQL client instrumentation when stable database semanticconventions are enabled (
otel.semconv-stability.opt-in=database).(#16254)
db.system.nameattribute with stable semantic conventionvalues (e.g.,
postgresql,oracle.db,ibm.db2,sap.hana) when stable database semanticconventions are enabled (
otel.semconv-stability.opt-in=database).(#16277)
otel.instrumentation.common.v3-previewflag that enables upcoming 3.0 breaking changesearly.
(#16459)
pre-computing attribute keys at initialization.
(#16765)
messaging.kafka.bootstrap.serversattribute to Kafka producer spans whenotel.instrumentation.kafka.experimental-span-attributesis enabled.(#17065)
otel.instrumentation.common.v3-previewis enabled.(#17173)
otel.javaagent.add-thread-details) by default whenotel.instrumentation.common.v3-previewis enabled.(#17215)
transformations to be skipped during class loading.
(#17227)
messaging.kafka.offsetattribute to Kafka instrumentation, gated behindotel.semconv-stability.preview=messaging.(#17785)
otel.instrumentation.common.v3-previewis enabled.(#17822)
AgentBuilder.Default.transformationswith aClassFileTransformerhook, avoiding a JDK 26 JEP 500 warning about writing to a final fieldvia reflection.
(#17824)
Tracer.isEnabled(), metric instrumentisEnabled(), andLogger.setBody(Body).(#17849)
🛠️ Bug fixes
WebClientBeanPostProcessorandRestClientBeanPostProcessorto avoid replacinguser-customized builder beans when the OpenTelemetry tracing filter/interceptor is already
registered.
(#15546)
application-side instrument was garbage collected.
(#16219)
restoreThreadContextnotalways being called by Ktor coroutine machinery.
(#16487)
schemaUrlto servlet response instrumenter.(#16560)
OpenTelemetryContextDataProvidercallingGlobalOpenTelemetry.get()during classinitialization, which could interfere with SDK setup ordering.
(#16638)
created after
unsafe.runto lose their parent.(#16647)
nested inside another appender.
(#16697)
VALUE-type attributes set viaAttributeKey.valueKey()on spans and log recordsthrough the javaagent API bridge.
(#16750)
(CVE-2026-33701,
#16986,
also released in 2.26.1)
httpurlconnection,methods, andrmiinstrumentations touse
MethodHandles.Lookupinstead of unsafe fallback on JDK 23+.(#17050)
preferJfris enabled but JFR is notavailable.
(#17058)
NullPointerExceptionin servlet instrumentation when response object is null during errorhandling.
(#17087)
commands.
(#17139)
Dubbo's extension loader.
(#17210)
them.
(#17220)
(#17222)
setPropagationEnabled(false)and not inject trace contextinto message headers when propagation is disabled.
(#17231)
IgnoredClassLoadersMatchercaused bycomputeIfAbsentholding a lock whilecalling
loadClass.(#17241)
versions where
triggerListenerwas refactored into a lambda.(#17405)
ProducerRecordheaders areread-only (e.g. when a record is sent a second time).
(#17530)
NullPointerExceptionin Undertow instrumentation when the active-handlers context key isabsent.
(#17559)
HttpServerResponseCustomizererror isolation so that a failing customizer no longer preventssubsequent customizers from running.
(#17617)
rocketmq-client-4.8instrumentation not recording spans for ONEWAY messages.(#17656)
otel.instrumentation.common.default-enabledis set to
false.(#17657)
from nanoseconds to the target time unit.
(#17715)
ClassNotFoundExceptioninMicrometerBridgeAutoConfigurationwhen Spring Boot Actuatormetrics module is not on the classpath in Spring Boot 4.
(#17723)
and adding an 8 KB total size limit to prevent excessively large payloads.
(#17870)
otel.instrumentation.runtime-telemetry.emit-experimental-metrics=true, which could imposeunwanted JFR recording overhead on users who only wanted the JMX-based experimental metrics.
JFR-based experimental metrics are now gated by a separate
otel.instrumentation.runtime-telemetry.emit-experimental-jfr-metricsproperty.(#18110)
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.