Skip to content

mswatosh/validation

This branch is 1 commit ahead of jakartaee/validation:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

aeb1778 · Oct 29, 2024
Jan 27, 2024
Sep 10, 2023
Sep 10, 2023
May 17, 2017
Jul 29, 2023
Jan 25, 2024
Oct 29, 2024
Jun 28, 2017
Sep 28, 2009
Mar 27, 2024

Repository files navigation

Jakarta Validation API

This repository contains the Java Jakarta Validation 3.0 API.

Jakarta 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 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 Validation API from source by cloning the git repository https://github.com/jakartaee/validation 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 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://jakartaee.github.io/platform/publish-xml-schemas. The location for the schema files in the repository is the static/xml/ns/validation directory.

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Shell 0.4%