mgubaidullin commented on issue #477: URL: https://github.com/apache/camel-karavan/issues/477#issuecomment-1251273597
I have two files in file_src 1. Run **without** deps `jbang -Dcamel.jbang.version=3.18.2 camel@apache/camel run poll.yaml --fresh` ``` 2022-09-19 12:41:56.075 INFO 6062 --- [ - timer://test] poll.yaml:21 : polled: 2022-09-19 12:41:58.850 INFO 6062 --- [ - timer://test] poll.yaml:15 : Sample message 2022-09-19 12:41:58.851 INFO 6062 --- [ - timer://test] poll.yaml:21 : polled: 2022-09-19 12:42:01.850 INFO 6062 --- [ - timer://test] poll.yaml:15 : Sample message ``` 3. Run **with** deps `jbang -Dcamel.jbang.version=3.18.2 camel@apache/camel run poll.yaml --fresh --deps=camel:file` ``` 2022-09-19 12:43:14.985 INFO 6117 --- [ - timer://test] poll.yaml:21 : polled: 11111 2022-09-19 12:43:17.923 INFO 6117 --- [ - timer://test] poll.yaml:15 : Sample message 2022-09-19 12:43:17.925 INFO 6117 --- [ - timer://test] poll.yaml:21 : polled: 22222 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org