davsclaus commented on PR #25412: URL: https://github.com/apache/camel/pull/25412#issuecomment-5236295933
Thanks for the review @gnodet. Addressed the suggestion to consolidate the duration parsing logic — moved the ISO-8601 handling into `TimeUtils.toDuration(String)` so both `CamelContextHelper.parseDuration()` and `DurationConverter.toDuration()` now delegate to it. Added tests for the new ISO-8601 path in `TimeUtilsTest` as well. -- 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]
