From 5ebd999dd68c4c910f359f3ccf567d856cd29de6 Mon Sep 17 00:00:00 2001 From: wantaek Date: Fri, 24 Jul 2026 16:38:20 +0900 Subject: [PATCH] Fix stale type reference for OTLP logging transport metadata See gh-51119 Signed-off-by: wantaek --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 6d64271a83ac..771da43d8545 100644 --- a/module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/module/spring-boot-opentelemetry/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -76,7 +76,7 @@ }, { "name": "management.otlp.logging.transport", - "type": "org.springframework.boot.opentelemetry.actuate.autoconfigure.logging.Transport", + "type": "org.springframework.boot.opentelemetry.autoconfigure.logging.otlp.Transport", "description": "Transport used to send the logs.", "defaultValue": "http", "deprecation": {