davsclaus commented on PR #15496: URL: https://github.com/apache/camel/pull/15496#issuecomment-2373355499
This PR https://github.com/apache/camel/pull/15679 Makes it possible to build a hook into `newThread` so all threads can be wrapped. However `newThread` is only used in a few places in Camel for auxilliary threads such as a JMX remote listener port, and for camel-main to trigger shutdown if duration was hit. So its not really in use for regular standard Camel apps. But this allows us to cover 100%, and also a hook for future use. -- 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]
