Phillip Krüger

Results 259 comments of Phillip Krüger
trafficstars

@stuartwdouglas what do you think of the ability to disable hot-reload ?

No I mean this: "Toggling livereload per cli does not always seem to work, e.g. if you launch quarkus together with other processes with mono repo tooling"

If you click on the logo (top left) in Dev UI, it should trigger hot reload

Ok, I see. I think if it's in cli we should be able to add this to Dev UI. I'll have a look a.s.a.p

> @ia3andy We don't have a reproducer yet, but we have found the problem. > > If an endpoint is not found, a NotFoundException is thrown. This exception is caught...

Hi all. So I think the current way to handle this (3.9) is correct, and pre-3.9 was wrong. To see the details for this, go to https://github.com/phillip-kruger/quinoa-and-rest/ tldr: Using Quarkus...

Yes, and your REST code with the annotations (`@Path`) will not include the `/api`. So `@Path("/api/foo")` becomes `@Path("/foo")` Yes I agree, I think this should be in the Quinoa docs

Thanks for this. This will have to be in the LRA Extension, but I can also have a look. cc @xstefank