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

CronValidator should support jakarta.validation #618

Open yyvess opened 6 months ago

yyvess commented 6 months ago

@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 Java EE to the Eclipse Foundation and rename it Jakarta EE, 
there was a need to rename the packages to avoid potential trademark issues. 
As a result, the package for validation annotations was changed to jakarta.validation.