jmrozanec / cron-utils

Cron utils for parsing, validations and human readable descriptions as well as date/time interoperability.
http://cron-utils.com
Apache License 2.0
1.14k stars 262 forks source link

Add new @Cron annotation based on 'jakarta.validation' #620

Open yyvess opened 6 months ago

yyvess commented 6 months ago

Introduced a annotation @Cron derived from 'jakarta.validation' #3270.

Also spent some time updating project dependencies and performing minor cleanup.

Each modification is in a separate commit to simplify the code review process.