essobedo opened a new pull request, #11714: URL: https://github.com/apache/camel/pull/11714
Fixes https://issues.apache.org/jira/browse/CAMEL-19982 for 4.1 ## Motivation When `--jvm-debug` is used as last parameter in a run command like `camel run MyKafka.java --jvm-debug`, it fails with the next error `Error: missing required parameter` ## Modifications: * Allow to prevent throwing exception when there are no arguments left in `ParameterConsumer` * Add support of empty arguments in `DebugConsumer` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
