Browse Source

Merge branch '2.5.x' into 2.6.x

2.6.x
Phillip Webb 3 years ago
parent
commit
95d1cb9884
  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

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

Loading…
Cancel
Save