GitHub user anoordover opened a pull request: https://github.com/apache/camel/pull/994
CAMEL-9938 We support the following convention (case insensitive): - only numbers - (number)h, (number)hour or (number)hours to define hours; - (number)m, (number)min, (number)minute, (number)minutes to define minutes; - (number)s, (number)sec, (number)second, (number)seconds to define seconds. You are only allowed to define each of hours, minutes and seconds once. After replacing the first occurrence of hours, minutes and seconds and passing the previous check the length of the resulting string is checked for any remaining characters. You can merge this pull request into a Git repository by running: $ git pull https://github.com/anoordover/camel CAMEL-9938TimePattern Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/994.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #994 ---- commit fad1d291f8d15dabaae21382773bb0b5b86f7b68 Author: Arno Noordover <a...@noordover.net> Date: 2016-05-23T09:31:59Z CAMEL-9938 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---