essobedo opened a new pull request, #14999:
URL: https://github.com/apache/camel/pull/14999

   Related to https://issues.apache.org/jira/browse/CAMEL-20199
   
   ## Motivation
   
   For better support of virtual threads, we need to avoid lengthy and frequent 
pinning by replacing synchronized blocks with ReentrantLocks
   
   ## Modifications:
   
   * Replace mutex with locks
   * Use a concurrent hash map when possible
   * Use locks instead of synchronized blocks in case of a potentially long 
locking


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

Reply via email to