mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish
This commit is contained in:
-1
@@ -131,7 +131,6 @@ class OpenTelemetryLoggingExportAutoConfigurationTests {
|
||||
.run((context) -> assertThat(context).hasBean("customOtlpGrpcLogRecordExporter")
|
||||
.hasSingleBean(LogRecordExporter.class));
|
||||
}
|
||||
// FIXME
|
||||
|
||||
@Test
|
||||
void whenHasCustomLoggingConnectionDetailsDoesNotProvideExporterBean() {
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user