Socket
Book a DemoInstallSign in
Socket

jakarta.validation:jakarta.validation-api

Package Overview
Dependencies
Maintainers
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jakarta.validation:jakarta.validation-api

Jakarta Validation API

Source
mavenMaven
Version
4.0.0-M1
Version published
Maintainers
5
Source

Jakarta Validation API

This repository contains the Jakarta Validation 4.0 API.

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

You can learn more about it here:

  • Official website: https://beanvalidation.org/
  • Latest draft of the spec: https://jakarta.ee/specifications/bean-validation/4.0/jakarta-validation-spec-4.0
  • Reference implementation: https://github.com/hibernate/hibernate-validator/

System requirements

JDK 21.

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 21 and Maven 3 (>= 3.9.10). With these prerequisites in place you can compile the source via:

./mvnw 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.

FAQs

Package last updated on 22 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts