JSR-303 validator failed to initialize
Open
bug
DEV
- Dominant language
- Java
- Stars
- 307
- Forks
- 144
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 14
Description
There is an error message in build logs:
```
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
```
Let's add Hibernate validator or apache-bval as a dependency to stop complaining.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.