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

Let Spring show the URL mappings for @MessageMapping in startup process [SPR-16015] #20564

Closed
spring-projects-issues opened this issue Sep 26, 2017 · 1 comment
Assignees
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

Manuel Jordan opened SPR-16015 and commented

When I startup the Tomcat server I can see during the process all the URL URI available in the web app from all the @Controller and @RestController according their @RequestMapping and variations such as: @GetMapping etc. And of course taking in consideration the attributes, such as produces, consumes etc ...

I think for websocket the same should happen for @MessageMapping


Affects: 4.3.11

@spring-projects-issues spring-projects-issues added status: waiting-for-triage An issue we've not yet triaged or decided on type: enhancement A general enhancement in: web Issues in web modules (web, webmvc, webflux, websocket) and removed type: enhancement A general enhancement labels Jan 11, 2019
@rstoyanchev rstoyanchev added in: messaging Issues in messaging modules (jms, messaging) and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 25, 2019
@rstoyanchev rstoyanchev added this to the 5.x Backlog milestone Jan 25, 2019
@rstoyanchev
Copy link
Contributor

We could do something similar to the improvements for #21982.

@rstoyanchev rstoyanchev modified the milestones: 5.x Backlog, 5.2 M1 Jan 29, 2019
@rstoyanchev rstoyanchev self-assigned this Jan 29, 2019
@rstoyanchev rstoyanchev added the type: enhancement A general enhancement label Mar 12, 2019
@rstoyanchev rstoyanchev removed the in: web Issues in web modules (web, webmvc, webflux, websocket) label Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants