Merge branch '2.6.x' into 2.7.x

This commit is contained in:
Phillip Webb 2023-05-15 22:20:23 -07:00
commit a75cd014fc
1 changed files with 1 additions and 1 deletions

View File

@ -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