Skip to content

Commit

Permalink
Merge pull request #185 from azure-javaee/edburns-msft-183-rename-to-…
Browse files Browse the repository at this point in the history
…just-validation

edburns-msft-183-rename-to-just-validation
  • Loading branch information
starksm64 committed Sep 12, 2023
2 parents b9c774c + a26c4f1 commit e9fbd8b
Show file tree
Hide file tree
Showing 121 changed files with 208 additions and 204 deletions.
16 changes: 9 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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/)
Expand All @@ -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

Expand Down
14 changes: 8 additions & 6 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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: <https://beanvalidation.org/>
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion license/java-header-style.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Jakarta Bean Validation API
~ Jakarta Validation API
~
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
2 changes: 1 addition & 1 deletion license/license.header
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Jakarta Bean Validation API
Jakarta Validation API

License: Apache License, Version 2.0
See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
2 changes: 1 addition & 1 deletion license/xml-header-style.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<!--
~ Jakarta Bean Validation API
~ Jakarta Validation API
~
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Jakarta Bean Validation API
~ Jakarta Validation API
~
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand All @@ -17,11 +17,11 @@
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Jakarta Bean Validation API</name>
<name>Jakarta Validation API</name>
<url>https://beanvalidation.org</url>

<description>
Jakarta Bean Validation API
Jakarta Validation API
</description>

<developers>
Expand Down Expand Up @@ -77,9 +77,9 @@
</licenses>

<scm>
<connection>scm:git:git://github.com/eclipse-ee4j/beanvalidation-api.git</connection>
<developerConnection>scm:git:git@github.com:eclipse-ee4j/beanvalidation-api.git</developerConnection>
<url>https://github.com/eclipse-ee4j/beanvalidation-api</url>
<connection>scm:git:git://github.com/jakartaee/validation.git</connection>
<developerConnection>scm:git:git@github.com:jakartaee/validation.git</developerConnection>
<url>https://github.com/jakartaee/validation</url>
<tag>HEAD</tag>
</scm>

Expand Down Expand Up @@ -202,9 +202,9 @@
<configuration>
<source>8</source>
<detectJavaApiLink>false</detectJavaApiLink>
<packagesheader>Jakarta Bean Validation API Packages</packagesheader>
<doctitle>Jakarta Bean Validation API ${project.version}</doctitle>
<windowtitle>Jakarta Bean Validation API ${project.version}</windowtitle>
<packagesheader>Jakarta Validation API Packages</packagesheader>
<doctitle>Jakarta Validation API ${project.version}</doctitle>
<windowtitle>Jakarta Validation API ${project.version}</windowtitle>
<bottom><![CDATA[
Comments to: <a href="mailto:bean-validation-dev@eclipse.org">bean-validation-dev@eclipse.org</a>.<br>
Copyright &#169; 2019,2020 Eclipse Foundation.<br>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jakarta/validation/ClockProvider.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
10 changes: 5 additions & 5 deletions src/main/java/jakarta/validation/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand All @@ -14,7 +14,7 @@

/**
* Receives configuration information, selects the appropriate
* Jakarta Bean Validation provider and builds the appropriate {@link ValidatorFactory}.
* Jakarta Validation provider and builds the appropriate {@link ValidatorFactory}.
* <p>
* Usage:
* <pre>
Expand Down Expand Up @@ -146,18 +146,18 @@ public interface Configuration<T extends Configuration<T>> {
T addValueExtractor(ValueExtractor<?> extractor);

/**
* Add a stream describing constraint mapping in the Jakarta Bean Validation XML
* Add a stream describing constraint mapping in the Jakarta Validation XML
* format.
* <p>
* The stream should be closed by the client API after the
* {@link ValidatorFactory} has been built. The Jakarta Bean Validation provider
* {@link ValidatorFactory} has been built. The Jakarta Validation provider
* must not close the stream.
*
* @param stream
* XML mapping stream; the given stream should support the
* mark/reset contract (see {@link InputStream#markSupported()});
* if it doesn't, it will be wrapped into a stream supporting the
* mark/reset contract by the Jakarta Bean Validation provider
* mark/reset contract by the Jakarta Validation provider
*
* @return {@code this} following the chaining method pattern
* @throws IllegalArgumentException if {@code stream} is null
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/jakarta/validation/Constraint.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand All @@ -17,7 +17,7 @@
import jakarta.validation.constraintvalidation.ValidationTarget;

/**
* Marks an annotation as being a Jakarta Bean Validation constraint.
* Marks an annotation as being a Jakarta Validation constraint.
* <p>
* A given constraint annotation must be annotated by a {@code @Constraint}
* annotation which refers to its list of constraint validation implementations.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jakarta/validation/ConstraintTarget.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jakarta/validation/ConstraintValidator.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down Expand Up @@ -173,7 +173,7 @@ public interface ConstraintValidatorContext {

/**
* Returns an instance of the specified type allowing access to
* provider-specific APIs. If the Jakarta Bean Validation provider
* provider-specific APIs. If the Jakarta Validation provider
* implementation does not support the specified class,
* {@link ValidationException} is thrown.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down Expand Up @@ -27,7 +27,7 @@ public interface ConstraintValidatorFactory {

/**
* Signals {@code ConstraintValidatorFactory} that the instance is no longer
* being used by the Jakarta Bean Validation provider.
* being used by the Jakarta Validation provider.
*
* @param instance validator being released
*
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/jakarta/validation/ConstraintViolation.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down Expand Up @@ -130,7 +130,7 @@ public interface ConstraintViolation<T> {

/**
* Returns an instance of the specified type allowing access to
* provider-specific APIs. If the Jakarta Bean Validation provider
* provider-specific APIs. If the Jakarta Validation provider
* implementation does not support the specified class,
* {@link ValidationException} is thrown.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/jakarta/validation/ElementKind.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package jakarta.validation;

/**
* Enum of possible kinds of elements encountered in Jakarta Bean Validation.
* Enum of possible kinds of elements encountered in Jakarta Validation.
* <p>
* Mostly elements that can be constrained and described in the metadata
* but also elements that can be part of a {@link Path} and represented
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jakarta/validation/GroupSequence.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/jakarta/validation/MessageInterpolator.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down Expand Up @@ -63,7 +63,7 @@ interface Context {

/**
* Returns an instance of the specified type allowing access to
* provider-specific APIs. If the Jakarta Bean Validation provider
* provider-specific APIs. If the Jakarta Validation provider
* implementation does not support the specified class,
* {@link ValidationException} is thrown.
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package jakarta.validation;

/**
* Exception raised if no Jakarta Bean Validation provider could be found.
* Exception raised if no Jakarta Validation provider could be found.
*
* @author Gunnar Morling
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/jakarta/validation/OverridesAttribute.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Jakarta Bean Validation API
* Jakarta Validation API
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
Expand Down

0 comments on commit e9fbd8b

Please sign in to comment.