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