You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
yyvess
changed the title
CronValidator should support javax.validation
CronValidator should support jakarta.validation
Feb 15, 2024
yyvess
pushed a commit
to yyvess/cron-utils
that referenced
this issue
Feb 16, 2024
@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
The text was updated successfully, but these errors were encountered: