Skip to content

gsmet/beanvalidation-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bean Validation API

This repository contains the Java Bean Validation 2.0 (JSR 380) API.

Bean Validation defines a metadata model and API for JavaBean and method validation.

You can learn more about it here:

System requirements

JDK 8.

Licensing

The Bean Validation API is provided and distributed under the Apache Software License 2.0. Refer to license.txt for more information.

Build from Source

You can build the Bean Validation API from source by cloning the git repository https://github.com/beanvalidation/beanvalidation-api.git. You will also need a JDK 8 and Maven 3 (>= 3.0.3). With these prerequisites in place you can compile the source via:

mvn clean install

Contribute

Want to join us? You can find all the relevant information about contributing to Bean Validation on the website.

Continuous Integration

The official Continuous Integration service for the project is hosted at CloudBees.

Packages

No packages published

Languages

  • Java 99.3%
  • Shell 0.7%