Merge branch '3.0.x'

This commit is contained in:
Phillip Webb
2023-05-15 22:20:39 -07:00

View File

@@ -165,7 +165,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