-
Notifications
You must be signed in to change notification settings - Fork 38.5k
getHandlerInternal repeated lookup for HandlerMethod #29591
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I don't understand what the problem is. Each |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
Uh oh!
There was an error while loading. Please reload this page.
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 oforg.springframework.web.reactive.result.method.AbstractHandlerMethodMapping#getHandlerInternal
to lookupHandlerMethod
.and so on.
this is my solution: #29589
The text was updated successfully, but these errors were encountered: