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

[GitHub] [camel] davsclaus commented on pull request #9332: CAMEL-19014 - Fixing issue about concurrence on the SimpleLanguage

davsclaus commented on PR #9332:
URL: https://github.com/apache/camel/pull/9332#issuecomment-1435080899

   be careful to not overcomplicate this - the init of services in Camel are used during bootstrap and are called by Camel in sequence (no locking needed).
   
   We should not do special weird code for one corner case with simple language that been in Camel since 1.x.
   
   If you can come up with a better parser (then yeah) but do not sacrifice the init service lifecycle of Camel.
   
   


-- 
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