Skip to content

Add native image support for WebSocket STOMP messaging #28754

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

Closed
mhalbritter opened this issue Jul 4, 2022 · 0 comments
Closed

Add native image support for WebSocket STOMP messaging #28754

mhalbritter opened this issue Jul 4, 2022 · 0 comments
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@mhalbritter
Copy link
Contributor

The native sample websocket-stomp works with AOT mode, but not in native image.

I identified at least two problems:

  • The return and parameter values from GreetingController are not registered in reflect-config.json
  • Even if I manually add runtime hints, the handler methods are not called when a STOMP message arrives at the server
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jul 4, 2022
@sdeleuze sdeleuze self-assigned this Jul 5, 2022
@sdeleuze sdeleuze added in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 5, 2022
@sdeleuze sdeleuze added this to the 6.0.0-M5 milestone Jul 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants