essobedo opened a new pull request, #16848: URL: https://github.com/apache/camel/pull/16848
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 locks instead of synchronized blocks * Leverage ConcurrentMap methods to get rid of synchronized blocks -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org