Mirror of Apache Bean Validation

Clone this repo:
  1. 02e1e06 Merge pull request #108 from apache/dependabot/maven/org.codehaus.mojo-jaxb2-maven-plugin-3.2.0 by Thomas Andraschko · 15 hours ago master
  2. a03d9ae Bump org.codehaus.mojo:jaxb2-maven-plugin from 3.1.0 to 3.2.0 by dependabot[bot] · 4 weeks ago
  3. 393705a Merge pull request #107 from jungm/java17-compatibility by Thomas Andraschko · 4 weeks ago
  4. 480b7a4 Improve ContainerElementKeyTest for java 21, add Java 21 to CI by Markus Jung · 4 weeks ago
  5. aec60e7 Remove Meta#hashCode/Meta#equals by Markus Jung · 4 weeks ago

Apache BVal

Build Status License

This is an implementation of the Java Bean Validation (JSRs 303, 349, 380) specification for Jakarta EE and Java SE. The technical objective is to provide a class level constraint declaration and validation facility for the Java application developer, as well as a constraint metadata repository and query API. See: https://beanvalidation.org/

Branches

Master / 3.0.x

Bean Validation 3.0 implementation

2.x

Bean Validation 2.x implementation

1.1.x

Bean Validation 1.x implementation

Installation

mvn clean install