You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "essobedo (via GitHub)" <gi...@apache.org> on 2023/10/12 17:51:53 UTC

[PR] CAMEL-19982: camel-jbang - Allow --jvm-debug as last parameter [camel]

essobedo opened a new pull request, #11713:
URL: https://github.com/apache/camel/pull/11713

   Fixes https://issues.apache.org/jira/browse/CAMEL-19982
   
   ## 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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] CAMEL-19982: camel-jbang - Allow --jvm-debug as last parameter [camel]

Posted by "essobedo (via GitHub)" <gi...@apache.org>.
essobedo merged PR #11713:
URL: https://github.com/apache/camel/pull/11713


-- 
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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org