Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/bval
Mirror of Apache Bean Validation
https://github.com/apache/bval
bval java javaee library
Last synced: about 1 month 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 14 years ago)
- Default Branch: master
- Last Pushed: 2024-09-30T10:14:28.000Z (about 1 month ago)
- Last Synced: 2024-10-01T01:07:28.024Z (about 1 month ago)
- Topics: bval, java, javaee, library
- Language: Java
- Size: 3.23 MB
- Stars: 41
- Watchers: 12
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
README
# Apache BVal
[![Build Status](https://github.com/apache/bval/workflows/BVal%20CI/badge.svg)](https://github.com/apache/bval/actions/workflows/bval-ci.yml)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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
```