Mirror of Apache Bean Validation

Clone this repo:
  1. 4366077 BVAL-223 - Fix NPE in BValExtension by Markus Jung · 8 weeks ago master
  2. 89c39bf Bump org.mockito:mockito-core from 5.15.2 to 5.16.0 (#181) by dependabot[bot] · 10 weeks ago
  3. f6535d2 Bump com.github.spotbugs:spotbugs-maven-plugin from 4.9.1.0 to 4.9.2.0 (#182) by dependabot[bot] · 10 weeks ago
  4. 69780ab Bump version.tomcat from 11.0.4 to 11.0.5 (#183) by dependabot[bot] · 10 weeks ago
  5. cc95ff5 Bump jakarta.validation:jakarta.validation-api from 3.1.0 to 3.1.1 (#176) by dependabot[bot] · 3 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