| <!--- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| # Apache BVal |
| [](https://github.com/apache/bval/actions/workflows/bval-ci.yml) |
| [](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 |
| ``` |