Skip to content

Commit

Permalink
Update the tck-audit.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Mar 4, 2020
1 parent d7d9b2e commit baed28b
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions tests/src/main/resources/tck-audit.xml
Expand Up @@ -7,8 +7,8 @@
See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
-->
<!-- Generated by tck-audit.xsl at 2019-08-02 09:38 (revision 2.0.2) -->
<specification xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xalan="http://xml.apache.org/xslt" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.com/products/weld/tck/audit" xsi:schemaLocation="http://jboss.com/products/weld/tck/audit" name="Jakarta Bean Validation 2.0" version="2.0.0" id="beanvalidation" generateSectionIds="true">
<!-- Generated by tck-audit.xsl at 2020-03-03 19:09 (revision 2.0.2-24-g2bf1fa6) -->
<specification xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xalan="http://xml.apache.org/xslt" xmlns:exslt="http://exslt.org/common" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://jboss.com/products/weld/tck/audit" xsi:schemaLocation="http://jboss.com/products/weld/tck/audit" name="Jakarta Bean Validation 3.0" version="3.0.0" id="beanvalidation" generateSectionIds="true">
<section id="introduction" title="Introduction" level="1">
<!-- 1 - INTRODUCTION -->
</section>
Expand All @@ -30,40 +30,43 @@
<section id="whatsnew" title="What's new" level="1">
<!-- 2 - WHATSNEW -->
</section>
<section id="whatsnew-30" title="What's new in 3.0" level="2">
<!-- 2.1 - WHATSNEW_30 -->
</section>
<section id="whatsnew-20" title="What's new in 2.0" level="2">
<!-- 2.1 - WHATSNEW_20 -->
<!-- 2.2 - WHATSNEW_20 -->
</section>
<section id="whatsnew-11" title="What's new in 1.1" level="2">
<!-- 2.2 - WHATSNEW_11 -->
<!-- 2.3 - WHATSNEW_11 -->
</section>
<section id="whatsnew-11-openness" title="Openness" level="3">
<!-- 2.2.1 - WHATSNEW_11_OPENNESS -->
<!-- 2.3.1 - WHATSNEW_11_OPENNESS -->
</section>
<section id="whatsnew-11-dependencyinjection" title="Dependency injection" level="3">
<!-- 2.2.2 - WHATSNEW_11_DEPENDENCYINJECTION -->
<!-- 2.3.2 - WHATSNEW_11_DEPENDENCYINJECTION -->
</section>
<section id="whatsnew-11-methodvalidation" title="Method validation" level="3">
<!-- 2.2.3 - WHATSNEW_11_METHODVALIDATION -->
<!-- 2.3.3 - WHATSNEW_11_METHODVALIDATION -->
</section>
<section id="whatsnew-11-contextdependencyinjection" title="Integration with CDI" level="3">
<!-- 2.2.4 - WHATSNEW_11_CONTEXTDEPENDENCYINJECTION -->
<!-- 2.3.4 - WHATSNEW_11_CONTEXTDEPENDENCYINJECTION -->
</section>
<section id="whatsnew-11-groupconversion" title="Group conversion" level="3">
<!-- 2.2.5 - WHATSNEW_11_GROUPCONVERSION -->
<!-- 2.3.5 - WHATSNEW_11_GROUPCONVERSION -->
</section>
<section id="whatsnew-11-expressionlanguage" title="Message interpolation via the unified expression language" level="3">
<!-- 2.2.6 - WHATSNEW_11_EXPRESSIONLANGUAGE -->
<!-- 2.3.6 - WHATSNEW_11_EXPRESSIONLANGUAGE -->
</section>
<section id="whatsnew-11-others" title="Others" level="3">
<!-- 2.2.7 - WHATSNEW_11_OTHERS -->
<!-- 2.3.7 - WHATSNEW_11_OTHERS -->
</section>
<section id="constraintsdefinitionimplementation" title="Constraint definition" level="1">
<!-- 3 - CONSTRAINTSDEFINITIONIMPLEMENTATION -->
</section>
<section id="constraintsdefinitionimplementation-constraintdefinition" title="Constraint annotation" level="2">
<!-- 3.1 - CONSTRAINTSDEFINITIONIMPLEMENTATION_CONSTRAINTDEFINITION -->
<assertion id="a" testable="false">
<text>An annotation is considered a constraint definition if its retention policy contains RUNTIME and if the annotation itself is annotated with javax.validation.Constraint</text>
<text>An annotation is considered a constraint definition if its retention policy contains RUNTIME and if the annotation itself is annotated with jakarta.validation.Constraint</text>
</assertion>
<assertion id="b" testable="false">
<text>Generic constraint annotations can target any of the following ElementTypes: FIELD for constrained attributes METHOD for constrained getters and constrained method return values CONSTRUCTOR for constrained constructor return values PARAMETER for constrained method and constructor parameters TYPE for constrained beans ANNOTATION_TYPE for constraints composing other constraints TYPE_USE for container element constraints</text>
Expand Down Expand Up @@ -969,7 +972,7 @@
<section id="constraintdeclarationvalidationprocess-validationroutine-valueextractorresolution-registering" title="Registering ValueExtractor implementations" level="4">
<!-- 5.7.5.1 - CONSTRAINTDECLARATIONVALIDATIONPROCESS_VALIDATIONROUTINE_VALUEEXTRACTORRESOLUTION_REGISTERING -->
<assertion id="a">
<text>Via the Java service loader mechanism; for this the file META-INF/services/javax.validation.valueextraction.ValueExtractor must be provided</text>
<text>Via the Java service loader mechanism; for this the file META-INF/services/jakarta.validation.valueextraction.ValueExtractor must be provided</text>
</assertion>
<assertion id="b">
<text>By specifying the fully-qualified class name of one or several extractors in META-INF/validation.xml</text>
Expand Down Expand Up @@ -1560,7 +1563,7 @@
<text>Implementations must be thread-safe.</text>
</assertion>
<assertion id="c" testable="false">
<text>Jakarta Bean Validation providers must supply a service provider configuration file by creating a text file javax.validation.spi.ValidationProvider and placing it in the META-INF/services directory of one of its jar files.</text>
<text>Jakarta Bean Validation providers must supply a service provider configuration file by creating a text file jakarta.validation.spi.ValidationProvider and placing it in the META-INF/services directory of one of its jar files.</text>
</assertion>
</section>
<section id="validationapi-bootstrapping-validationprovider-provider" title="ValidationProvider" level="4">
Expand Down Expand Up @@ -1665,7 +1668,7 @@
<text>Mappings provided via Configuration.addMapping(InputStream) are added to the list of mappings described via constraint-mapping.</text>
</assertion>
<assertion id="u" testable="false">
<text>The namespace javax.validation is reserved for use by this specification.</text>
<text>The namespace jakarta.validation is reserved for use by this specification.</text>
</assertion>
<assertion id="v" testable="false">
<text>Properties defined via Configuration.addProperty(String, String) are added to the properties defined via property.</text>
Expand Down

0 comments on commit baed28b

Please sign in to comment.