Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove human-readable format from timer period computation in cron trait #1350

Closed
nicolaferraro opened this issue Mar 16, 2020 · 1 comment
Closed
Assignees
Labels
good first issue Does not require full understanding of the codebase

Comments

@nicolaferraro
Copy link
Member

Human readable format is no longer supported in Camel 3.2.x.

See:

camelTimerPeriodHumanReadable = regexp.MustCompile(`^(?:([0-9]+)h)?(?:([0-9]+)m)?(?:([0-9]+)s)?$`)

@nicolaferraro nicolaferraro added the good first issue Does not require full understanding of the codebase label Mar 16, 2020
@oscerd
Copy link
Contributor

oscerd commented Mar 16, 2020

If nobody want to work on this I'll have a look

oscerd added a commit that referenced this issue Mar 17, 2020
oscerd added a commit that referenced this issue Mar 17, 2020
oscerd added a commit that referenced this issue Mar 17, 2020
oscerd added a commit that referenced this issue Mar 17, 2020
oscerd added a commit that referenced this issue Mar 17, 2020
@oscerd oscerd closed this as completed in f65e131 Mar 17, 2020
oscerd added a commit that referenced this issue Mar 17, 2020
Fixes #1350 Remove human-readable format from timer period computatio…
oscerd added a commit that referenced this issue Mar 17, 2020
oscerd added a commit that referenced this issue Mar 17, 2020
…n in cron trait, fixed cr-example in deploy
oscerd added a commit that referenced this issue Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Does not require full understanding of the codebase
Projects
None yet
Development

No branches or pull requests

2 participants