cron-utils
cron-utils copied to clipboard
Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
0 0 0 1 1 ? at 00:00 at 1 day at January month 0/1 \* \* \* \* ? every seconds https://github.com/RedHogs/cron-parser seems to be doing a way better...
Actual result : at 10:59 every February months Monday 1 of every month Expected Result : SOMETHING LIKE "The 1st Monday of every two months at 10:59"
Hey guys, we find an issue in latest cron-utils release: ExecutionTime.nextExecution will return Empty when time is beyond 2099 years. The following is my test code In the test class,...
Hi, First of all thanks very much for this library. Only recently discovered it but it is extremely useful for us while moving away from a certain scheduler and replacing...
Introduced a annotation @Cron derived from 'jakarta.validation' [#3270. ](https://github.com/jmrozanec/cron-utils/issues/618) Also spent some time updating project dependencies and performing minor cleanup. Each modification is in a separate commit to simplify the...
@Cron validation expression depending on depreciated package `javax.validation` As result that cannot be use on recent framework like Quarkus that use `jakarta.validation` https://medium.com/@ovinduuu/difference-between-javax-validation-and-jakarta-validation-df0c6dbe5cb3 ``` Due to Oracle’s decision to move...
Adds a test and then fixes https://github.com/jmrozanec/cron-utils/issues/616
I'm experiencing different next execution time behaviour depending if the first field is seconds or minutes. I think that without any explicit kind of configuration, the seconds field should not...
0 25 4 15,L * ? 