Mirror of Apache Bean Validation

Clone this repo:
  1. 41952b4 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.2.0 to 4.9.3.0 by dependabot[bot] · 5 months ago master
  2. 0916633 Bump org.apache.maven.plugins:maven-surefire-report-plugin by dependabot[bot] · 4 months ago
  3. 3ff42aa Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by dependabot[bot] · 4 months ago
  4. 08d53f0 Bump org.mockito:mockito-core from 5.16.0 to 5.17.0 by dependabot[bot] · 4 months ago
  5. 4366077 BVAL-223 - Fix NPE in BValExtension by Markus Jung · 5 months ago

Apache BVal

Build Status License

This is an implementation of the Jakarta 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.1.x

Jakarta Validation 3.1 implementation

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