I am struggling a little bit to understand your test for ProfileService.all(). It seems to me that you first get all profiles (from an empty repository) and then save some profiles. I think you should first save some profiles, then verify that ProfileService.all() gets you the proper result. As the code is, the test is green because it happens that repository.saveAll() returns the same result,… Did I miss something ?
I recreated using this youtube video as a source upto 24.09 and now I’m getting an error javax.servlet.ServletException: No adapter for handler [com.reactiveWeb.WebSocketConfiguration$$Lambda$1133/0x0000000100782728@76495257]: The DispatcherServlet configuration needs to include a HandlerAdapter that supports this handler, and cause of that websocket connection fails, please help me with this one I feel like I’m almost there
I know this is a couple years old but did you ever resolve this? I just tried this out and then noticed this issue right away and then saw it was a known issue in the comments :(.
@mattraible your awesome, I was looking because I could not update my item in a functional endpoint with RouterFunction, and thanks to reading you I already succeeded, thanks for this post.
And on top of that, you show an application that goes beyond any common tutorial.
I had an issue when trying to make WebSocket work, I had to refresh the page at least once before starting consuming the record but I solve it by initializing the queue with one element.