ammachado commented on PR #24541:
URL: https://github.com/apache/camel/pull/24541#issuecomment-4921588295

   Addressed the non-blocking observation from the approval: 
`CamelCaseOrderedProperties.containsKey()` now reads the backing map directly 
via `asMap()` instead of calling `super.containsKey()` three times, so the 
inner lookups no longer re-acquire the `ReentrantLock`. This mirrors the 
`get()`/`getProperty()` pattern. Tests still pass (9/9 in `camel-util`).
   
   _Claude Code on behalf of ammachado_


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