https://github.com/apache/bval
Mirror of Apache Bean Validation
https://github.com/apache/bval
bval java javaee library
Last synced: 9 months ago
JSON representation
Mirror of Apache Bean Validation
- Host: GitHub
- URL: https://github.com/apache/bval
- Owner: apache
- License: apache-2.0
- Created: 2011-02-02T08:00:07.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T09:11:02.000Z (9 months ago)
- Last Synced: 2025-03-30T02:28:08.288Z (9 months ago)
- Topics: bval, java, javaee, library
- Language: Java
- Size: 3.26 MB
- Stars: 44
- Watchers: 10
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
# Apache BVal
[](https://github.com/apache/bval/actions/workflows/bval-ci.yml)
[](https://opensource.org/licenses/Apache-2.0)
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
```shell
mvn clean install
```