-
Notifications
You must be signed in to change notification settings - Fork 54
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
Jakarta.validation API 3.0.1 is backward incompatible #175
Comments
according to https://jakarta.ee/specifications/bean-validation/3.0/ it shall support JDK 1.8 |
gsmet
added a commit
to gsmet/beanvalidation-api
that referenced
this issue
May 24, 2022
Hey there, Can you make sure this PR #177 fixes the issue for you? |
looks good to me, thank you. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The API contains OSGi header
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=9.0))"
, unlike the 3.0.0 API.This requirement for JDK 9 is a backward-incompatible change that should not be introduced in a service release of the API.
The text was updated successfully, but these errors were encountered: