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

Check and warn if key specs are not met #251

Open
adrienlauer opened this issue Nov 22, 2018 · 1 comment
Open

Check and warn if key specs are not met #251

adrienlauer opened this issue Nov 22, 2018 · 1 comment
Assignees

Comments

@adrienlauer
Copy link
Member

The following specs should be tested:

In core:

  • jta.version 1.2 (optional)
  • javax.annotation 1.2
  • javax.validation 2.0.0
  • javax.el 3.0.0 (optional)

In web:

  • javax.servlet 3.0.0
  • javax.websocket 1.0 (optional)

In rest:

  • javax.ws.rs 2.1
@adrienlauer
Copy link
Member Author

This can be a part of the validation tool #259 by implementing various ValidationProvider interfaces in the relevant plugins. The plugins could simply output a warning log in production mode for the violations but return the list of violations when the validate() method is invoked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants