Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using Apache BVal as bean validation provider

http://bval.apache.org/

Current stable version of Apache BVal (0.5) doesn't support Bean Validation 1.1 but the upcoming 1.1.0 will have it fully implemented (at the moment 1.1.0-alpha-SNAPSHOT could be used).

No Format
<dependency>
    <groupId>org.apache.bval</groupId>
    <artifactId>bval-jsr</artifactId>
    <version>1.1.0-alpha-SNAPSHOT<2</version>
</dependency>

Common Bean Validation 1.1 Interceptors

...