essobedo opened a new pull request, #7875: URL: https://github.com/apache/camel/pull/7875
Fix for https://issues.apache.org/jira/browse/CAMEL-18217 (part 2) ## Motivation What has been done in the first part of this feature is good but for the sake of simplicity it is also interesting to have the ability to configure it using a System property. ## Modifications: * Allow to use the system property `org.apache.camel.debugger.suspend` to configure the `suspend mode` * Ensure that the environment variable takes precedence over the system property * Add the corresponding test and doc. ## Result It is now possible to configure the `suspend mode` using the system property `org.apache.camel.debugger.suspend`. -- 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]
