essobedo opened a new pull request #7166: URL: https://github.com/apache/camel/pull/7166
Fix for https://issues.apache.org/jira/browse/CAMEL-17755 ## Motivation To standardize on precondition then we can remove DoSwitch and use Choice instead and add precondition to choice. ## Modifications: * Remove DoSwitch EIP * Add a new attribute `precondition` to Choice EIP to be able to enable or not the precondition mode. When precondition mode is enabled, we get the same behavior as DoSwitch EIP * Move the doc of DoSwitch EIP in the doc of Choice EIP -- 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]
