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

Camel Cron trait page is rendered incorrectly #1401

Closed
nicolaferraro opened this issue Apr 8, 2020 · 3 comments · Fixed by #1405 or #1432
Closed

Camel Cron trait page is rendered incorrectly #1401

nicolaferraro opened this issue Apr 8, 2020 · 3 comments · Fixed by #1405 or #1432
Assignees
Labels
good first issue Does not require full understanding of the codebase
Milestone

Comments

@nicolaferraro
Copy link
Member

It says a valid cron is: cron:tab?schedule=0/2++++?, but it should be cron:tab?schedule=0/2+*+*+*+?.

Page here: https://camel.apache.org/camel-k/latest/traits/cron.html

@nicolaferraro nicolaferraro added the good first issue Does not require full understanding of the codebase label Apr 8, 2020
@nicolaferraro nicolaferraro added this to the 1.0.0 milestone Apr 8, 2020
@oscerd oscerd self-assigned this Apr 8, 2020
@nicolaferraro
Copy link
Member Author

Replacement of + with {plus} needs to be done in the code generator, otherwise it's replaced when we regenerate the doc.

@nicolaferraro nicolaferraro reopened this Apr 27, 2020
@oscerd
Copy link
Contributor

oscerd commented Apr 27, 2020

ok. Need to check code-generator then.

@oscerd
Copy link
Contributor

oscerd commented Apr 27, 2020

Btw I see the page rendered correctly

@oscerd oscerd mentioned this issue Apr 27, 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

Successfully merging a pull request may close this issue.

2 participants