Hi,

I just use "camel run foo.java --runtime=quarkus --dev" and modify the
foo.java, but the app does not reload the changes. I think it is expected
since when running with quarkus or spring-boot, it has to be exported to a
hidden directory like .camel-jang-run at first. So even if we add the
"--dev" option, the changes in the original foo.java does not apply to the
exported project.

I wonder if the dev mode is not possible with quarkus or spring-boot
runtime? Or do we have to add some watch file services to re-export it
automatically?

Reply via email to