mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:49:14 +00:00
Merge branch '2.6.x' into 2.7.x
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user