All Projects → eclipse-ee4j → beanvalidation-api

eclipse-ee4j / beanvalidation-api

Licence: Apache-2.0 license
Bean Validation API

Programming Languages

java
68154 projects - #9 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to beanvalidation-api

spring-boot-jpa
A Spring Boot microservices reference application using Spring Data JPA
Stars: ✭ 25 (-71.91%)
Mutual labels:  bean-validation

Jakarta Bean Validation API

This repository contains the Java Jakarta Bean Validation 3.0 API.

Jakarta 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 Jakarta 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 Jakarta Bean Validation API from source by cloning the git repository https://github.com/eclipse-ee4j/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 Jakarta Bean Validation on the website.

Continuous Integration

The official Continuous Integration service for the project is hosted on ci.eclipse.org.

Publishing the Schemas

The schema files should be published to the https://github.com/jakartaee/jakarta.ee website repository by following the procedure described at https://eclipse-ee4j.github.io/jakartaee-platform/publish-xml-schemas. The location for the schema files in the repsitory is the static/xml/ns/validation directory.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].