Merge branch '2.7.x' into 3.0.x
This commit is contained in:
commit
4e305cc209
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue