diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd9a0da4..7100c787 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,21 @@ -# Contributing to Eclipse Jakarta Bean Validation +# Contributing to Eclipse Jakarta Validation Thanks for your interest in this project. ## Project description -Bean Validation defines a metadata model and API for JavaBean and method validation. +Validation defines a metadata model and API for JavaBean and method validation. * https://beanvalidation.org/ * https://projects.eclipse.org/projects/ee4j.bean-validation + See https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3497 for progress of rename. + ## Developer resources -Contributions from the community are essential in keeping Jakarta Bean Validation strong and successful. +Contributions from the community are essential in keeping Jakarta Validation strong and successful. -Please see the following pages to learn more about contributing to the Jakarta Bean Validation spec, its API, TCK and website: +Please see the following pages to learn more about contributing to the Jakarta Validation spec, its API, TCK and website: * [General contribution guide](https://beanvalidation.org/contribute/) * [Contributing to the specification](https://beanvalidation.org/contribute/specification/) @@ -25,9 +27,9 @@ e.g. by sending a mail to the [bean-validation-dev](https://accounts.eclipse.org The project maintains the following source code repositories: - * [The specification repository](https://github.com/eclipse-ee4j/beanvalidation-spec) - * [The API repository](https://github.com/eclipse-ee4j/beanvalidation-api) - * [The TCK repository](https://github.com/eclipse-ee4j/beanvalidation-tck) +* [The specification repository](https://github.com/jakartaee/validation-spec) +* [The API repository](https://github.com/jakartaee/validation) +* [The TCK repository](https://github.com/jakartaee/validation-tck) ## Eclipse Contributor Agreement diff --git a/NOTICE.md b/NOTICE.md index fede039d..8f958f59 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,13 +1,15 @@ -# Notices for Eclipse Jakarta Bean Validation +# Notices for Eclipse Jakarta Validation -This content is produced and maintained by the Eclipse Jakarta Bean Validation +This content is produced and maintained by the Eclipse Jakarta Validation project. * Project home: https://projects.eclipse.org/projects/ee4j.bean-validation + See https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3497 for progress of rename. + ## Trademarks - Jakarta Bean Validation is a trademark of the Eclipse Foundation. + Jakarta Validation is a trademark of the Eclipse Foundation. ## Copyright @@ -27,9 +29,9 @@ SPDX-License-Identifier: Apache-2.0 The project maintains the following source code repositories: - * [The specification repository](https://github.com/eclipse-ee4j/beanvalidation-spec) - * [The API repository](https://github.com/eclipse-ee4j/beanvalidation-api) - * [The TCK repository](https://github.com/eclipse-ee4j/beanvalidation-tck) +* [The specification repository](https://github.com/jakartaee/validation-spec) +* [The API repository](https://github.com/jakartaee/validation) +* [The TCK repository](https://github.com/jakartaee/validation-tck) ## Third-party Content diff --git a/README.md b/README.md index a35a0f68..1fa4026d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Jakarta Bean Validation API +# Jakarta Validation API -This repository contains the Java Jakarta Bean Validation 3.0 API. +This repository contains the Java Jakarta Validation 3.0 API. -Jakarta Bean Validation defines a metadata model and API for JavaBean and method validation. +Jakarta Validation defines a metadata model and API for JavaBean and method validation. You can learn more about it here: * Official website: @@ -15,19 +15,19 @@ JDK 8. ## Licensing -The Jakarta Bean Validation API is provided and distributed under the Apache Software License 2.0. -Refer to [license.txt](https://github.com/eclipse-ee4j/beanvalidation-api/blob/master/license.txt) for more information. +The Jakarta Validation API is provided and distributed under the Apache Software License 2.0. +Refer to [license.txt](https://github.com/jakartaee/validation/blob/master/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 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 Bean Validation on the [website](https://beanvalidation.org/contribute/). +Want to join us? You can find all the relevant information about contributing to Jakarta Validation on the [website](https://beanvalidation.org/contribute/). ## Continuous Integration diff --git a/license/java-header-style.xml b/license/java-header-style.xml index 632288da..555c41a0 100644 --- a/license/java-header-style.xml +++ b/license/java-header-style.xml @@ -1,6 +1,6 @@