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

   _Claude Code on behalf of Claus Ibsen (davsclaus)_
   
   Thanks for the review. The note about `tryCachedConverters` is correct. If a 
miss is recorded between the early check and that call, `MISS_CONVERTER` 
returns `MISS_VALUE`, so the value-dependent fallbacks are skipped. That is the 
same bug this PR fixes, only within a small race window.
   
   Fixed in 3cf529a2126d: `tryCachedConverters` now ignores `MISS_CONVERTER`, 
so this case falls through to the fallback converters like the other lookups 
do. The converter tests in camel-core pass (269 tests).
   


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