Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.4.0
-
None
-
Unknown
Description
Currently, when running a route in dev mode, in addition to providing an OpenApi schema, the CLI watches the `.camel-jbang` folder instead.
How to reproduce:
$ camel run --dev --open-api MyOpenApi.yaml MyRoute.yaml ... Live route reloading enabled (directory: .camel-jbang) ...
This causes the route to be ignored for the live reload process, whereas the OpenApi is watched. Ideally, both files should be watched.
Attachments
Issue Links
- relates to
-
CAMEL-20446 camel-jbang - Add support for reloading open-api file in dev mode
- Resolved