File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/health Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 55
55
import org .springframework .boot .actuate .health .StatusAggregator ;
56
56
import org .springframework .boot .actuate .health .SystemHealth ;
57
57
import org .springframework .boot .autoconfigure .AutoConfigurations ;
58
- import org .springframework .boot .autoconfigure .logging .ConditionEvaluationReportLoggingListener ;
59
58
import org .springframework .boot .autoconfigure .web .servlet .DispatcherServletAutoConfiguration ;
60
- import org .springframework .boot .logging .LogLevel ;
61
59
import org .springframework .boot .test .context .FilteredClassLoader ;
62
60
import org .springframework .boot .test .context .runner .ApplicationContextRunner ;
63
61
import org .springframework .boot .test .context .runner .ReactiveWebApplicationContextRunner ;
@@ -371,7 +369,6 @@ void additionalJerseyHealthEndpointsPathsTolerateHealthEndpointThatIsNotWebExpos
371
369
AutoConfigurations .of (EndpointAutoConfiguration .class , WebEndpointAutoConfiguration .class ))
372
370
.withClassLoader (
373
371
new FilteredClassLoader (Thread .currentThread ().getContextClassLoader (), DispatcherServlet .class ))
374
- .withInitializer (ConditionEvaluationReportLoggingListener .forLogLevel (LogLevel .INFO ))
375
372
.withPropertyValues ("management.endpoints.web.exposure.exclude=*" ,
376
373
"management.endpoints.test.exposure.include=*" )
377
374
.run ((context ) -> {
@@ -523,9 +520,4 @@ public HealthEndpointGroups postProcessHealthEndpointGroups(HealthEndpointGroups
523
520
524
521
}
525
522
526
- @ Configuration (proxyBeanMethods = false )
527
- static class UnconditionalHealthEndpointWebExtensionConfiguration extends HealthEndpointWebExtensionConfiguration {
528
-
529
- }
530
-
531
523
}
You can’t perform that action at this time.
0 commit comments