-
Notifications
You must be signed in to change notification settings - Fork 750
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
Add support for @FutureOrPresent, @PastOrPresent constraint annotations and java.time.* classes as target attributes #323
Comments
If you want, you can make a pull request. Thanks, Daniil |
Does it means JDK8+ migration for you or not ? |
Modify support for @future, @FutureOrPresent, @PastOrPresent and @past requested in issue mtedone#323
Fixed in Podam 8.0.1 or later |
I have made a PR. Regards |
Yes, I commented PR. But I don't see comments somehow. I added comments again. The support for java.time.* classes is already in Podam 8.0.1 related to jakarta.validation-api. Still the change is really large. Thanks, Daniil |
podam.tar.gz
I have write the support for new Java.time classes. If you want to use them, you could
You could better use "jakarta.validation.constraints" (@futur, @FuturOrPresent, @PastOrPresent, @past)
The text was updated successfully, but these errors were encountered: