Wisp icon indicating copy to clipboard operation
Wisp copied to clipboard

Move away from cron-utils

Open amanteaux opened this issue 3 years ago • 0 comments

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.

amanteaux avatar Nov 16 '21 14:11 amanteaux