Mirror of Apache Bean Validation

Clone this repo:
  1. cf3a8bd Merge pull request #42 from apache/dependabot/maven/org.openjdk.jmh-jmh-core-1.36 by Thomas Andraschko · 6 weeks ago master
  2. 4417932 Bump jmh-core from 1.35 to 1.36 by dependabot[bot] · 6 weeks ago
  3. 286c579 Merge pull request #39 from apache/dependabot/maven/org.apache.rat-apache-rat-plugin-0.15 by Thomas Andraschko · 6 weeks ago
  4. 9b18f32 Merge pull request #40 from apache/dependabot/maven/org.openjdk.jmh-jmh-generator-annprocess-1.36 by Thomas Andraschko · 6 weeks ago
  5. b78a62c Bump jmh-generator-annprocess from 1.35 to 1.36 by dependabot[bot] · 8 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