davsclaus commented on PR #26567: URL: https://github.com/apache/camel/pull/26567#issuecomment-5720611359
Right, the roots were rebuilt for every placeholder, not once per answer as my earlier reply said. Fixed in 2234aec0b8ec: `checkSimple` computes the set once before the placeholder loop and hands it to `isSimple`, so the walk over the function names is now once per answer. The test covers the roots set directly (`body`, `header`, `date`, `random` are in it) and the same four `isSimple` cases as before. _Claude Code on behalf of davsclaus_ -- 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]
