JiriOndrusek commented on PR #7813: URL: https://github.com/apache/camel/pull/7813#issuecomment-1158789361
Overriding method in CEQ was mt preferred solution, unfortunatelly method I need to override is private static ` private static void doStopCamelContext(` If making it non-static protected is a better solution, I will use that. (I chose a configurable option, as I saw similar options there) If you agree, I'll modify the PR to change method signature and allow overriding of it. -- 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]
