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

Move away from cron-utils #14

Closed
amanteaux opened this issue Nov 16, 2021 · 0 comments · Fixed by #17
Closed

Move away from cron-utils #14

amanteaux opened this issue Nov 16, 2021 · 0 comments · Fixed by #17

Comments

@amanteaux
Copy link
Member

Cron-utils does not follow the spirit of Wisp: keep it small and efficient. Moreover, cron-utils has recurring security issues due to poor design choices and especially relying to javax.el.

https://github.com/frode-carlsen/cron/tree/master/java8 seem a good candidate: everything is contained is one class of 650 lines, without any dependencies. Though it does not seem to be available on Maven central.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant