Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CronValidator should support jakarta.validation #618

Open
yyvess opened this issue Feb 15, 2024 · 0 comments
Open

CronValidator should support jakarta.validation #618

yyvess opened this issue Feb 15, 2024 · 0 comments

Comments

@yyvess
Copy link

yyvess commented Feb 15, 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

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.
@yyvess yyvess changed the title CronValidator should support javax.validation Feb 15, 2024
yyvess pushed a commit to yyvess/cron-utils that referenced this issue Feb 16, 2024
yyvess added a commit to yyvess/cron-utils that referenced this issue Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant