From f4e8cacbcdf0d42e63593e2440688240ba27c897 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 9 Oct 2025 22:17:24 -0700 Subject: [PATCH] Polish --- .../OpenTelemetryLoggingExportAutoConfigurationTests.java | 1 - settings.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java b/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java index 1123e234572..f25d82277f7 100644 --- a/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java +++ b/module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java @@ -131,7 +131,6 @@ class OpenTelemetryLoggingExportAutoConfigurationTests { .run((context) -> assertThat(context).hasBean("customOtlpGrpcLogRecordExporter") .hasSingleBean(LogRecordExporter.class)); } - // FIXME @Test void whenHasCustomLoggingConnectionDetailsDoesNotProvideExporterBean() { diff --git a/settings.gradle b/settings.gradle index 3d94e667c85..5c6ce4f3cfc 100644 --- a/settings.gradle +++ b/settings.gradle @@ -187,7 +187,7 @@ include "module:spring-boot-thymeleaf" include "module:spring-boot-tomcat" include "module:spring-boot-tx" include "module:spring-boot-validation" -include "module:spring-boot-web-server" // FIXME move to core? +include "module:spring-boot-web-server" include "module:spring-boot-webclient" include "module:spring-boot-webflux" include "module:spring-boot-webflux-test"