Skip to content
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

manually registered servlet mapping is missing from live request mapping tab in boot dashboard #452

Closed
martinlippert opened this issue Apr 27, 2020 · 2 comments
Milestone

Comments

@martinlippert
Copy link
Member

martinlippert commented Apr 27, 2020

as described in this sample project from @soe78:
https://github.com/soe78/CxfDemo

the manually registered request mapping/hello doesn't show up in the boot dashboard properties view tab for the request mappings.

The live data from the actuator does contain information about this mapping:

{mappings=[/hello], name=httpServlet, className=demo.config.ServletConfig$1}

Even though the className can't point the tooling towards the exact location of the manual registration, the data allows the tooling to at least navigate to the referenced inner class (in this example case).

@soe78
Copy link

soe78 commented Apr 28, 2020

Hi Martin,
I could retest my app, and STS does exactly, what I was looking for. I see my cxf path, my servlet produced by ServletRegistrationBean, and also added a Servlet which is registered by @ServletComponentScan - all three appear in Request Mapping view and in the path search.
Thanks again, looking forward to install the stable version!!!

@martinlippert
Copy link
Member Author

Awesome, great to hear, and thanks for testing the CI build here!!! 4.6.2 will ship in late May.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants