-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix modeline for inspect. #1924
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be useful to provide tests for the various additional use cases:
- modeline-specified dependency added using mvn notation
- modeline-specified dependency added using "simple" notation for a camel component
- modeline-specified dependency added using jitpack notation
- several modeline-specified dependencies written on several lines
I have added some tests. The value of the dependency does not matter at this point. What we were missing for modeline is the addition of these dependencies when inspect was used. |
85a07fa
to
6df8813
Compare
any ideas why it is failing? https://github.com/apache/camel-k/pull/1924/checks?check_run_id=1735814158#step:9:2538
https://github.com/apache/camel-k/pull/1924/checks?check_run_id=1735814158#step:9:2127
|
@apupier there is a flaky e2e that fails from time to time, and that we need to investigate. I've relaunched the failing job. |
@apupier I had a look at the error too but it doesn't look like it's related to this patch. |
Enable modeline options for inspect command.
Release Note