Browse Source

Merge branch '2.6.x' into 2.7.x

pull/35702/head
Phillip Webb 3 years ago
parent
commit
a75cd014fc
  1. 2
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java

2
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/cloudfoundry/reactive/ReactiveCloudFoundryActuatorAutoConfiguration.java

@ -166,7 +166,7 @@ public class ReactiveCloudFoundryActuatorAutoConfiguration { @@ -166,7 +166,7 @@ public class ReactiveCloudFoundryActuatorAutoConfiguration {
static class WebFilterChainPostProcessor implements BeanPostProcessor {
private Supplier<PathMappedEndpoints> pathMappedEndpoints;
private final Supplier<PathMappedEndpoints> pathMappedEndpoints;
WebFilterChainPostProcessor(ObjectProvider<CloudFoundryWebFluxEndpointHandlerMapping> handlerMapping) {
this.pathMappedEndpoints = SingletonSupplier

Loading…
Cancel
Save