Browse Source

Polish

pull/47478/head
Phillip Webb 2 months ago
parent
commit
f4e8cacbcd
  1. 1
      module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java
  2. 2
      settings.gradle

1
module/spring-boot-opentelemetry/src/test/java/org/springframework/boot/opentelemetry/autoconfigure/logging/OpenTelemetryLoggingExportAutoConfigurationTests.java

@ -131,7 +131,6 @@ class OpenTelemetryLoggingExportAutoConfigurationTests { @@ -131,7 +131,6 @@ class OpenTelemetryLoggingExportAutoConfigurationTests {
.run((context) -> assertThat(context).hasBean("customOtlpGrpcLogRecordExporter")
.hasSingleBean(LogRecordExporter.class));
}
// FIXME
@Test
void whenHasCustomLoggingConnectionDetailsDoesNotProvideExporterBean() {

2
settings.gradle

@ -187,7 +187,7 @@ include "module:spring-boot-thymeleaf" @@ -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"

Loading…
Cancel
Save