Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```