code-massel commented on PR #22769: URL: https://github.com/apache/camel/pull/22769#issuecomment-4382702342
Thanks for the review! I've addressed your feedback in the latest push: - Renamed syncOptimisticRetry → optimisticLockingSyncRetry across all files for consistency with the existing optimisticLocking option naming - Updated Javadoc to clarify the flag only takes effect when optimisticLocking() is also enabled - Added two new tests: one verifying synchronous retry with a non-zero delay stays on the calling thread, and one exercising the InterruptedException path when the thread is interrupted mid-retry - Regenerated all downstream artifacts (catalog, YAML DSL, XML IO, XSD schemas) Let me know if there's anything else to adjust -- 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]
