-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed as not planned
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
when spring-boot-starter-actuator
imported to my project :
there are 6 members in org.springframework.web.reactive.DispatcherHandler#handlerMappings. Part of those HandlerMappings are subclass of org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping
, which caused repeated call of org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping#getHandlerInternal
to lookup HandlerMethod
.
- AdditionalHealthEndpointPathsWebFluxHandlerMapping
- WebFluxEndpointHandlerMapping
- ControllerEndpointHandlerMapping
and so on.
this is my solution: #29589
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid