This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.validation.test-services-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-test-services.git
commit 75ce9972e9029b13bfce40899c3ded06f0b9dad1 Author: Konrad Windszus <[email protected]> AuthorDate: Thu Mar 2 07:14:34 2017 +0000 SLING-6578 use dedicated service property "validator.id" for referencing the validator from models git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/validation/test-services@1785073 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/SLING-CONTENT/apps/sling/validation/models/model1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json b/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json index c7a70be..008025c 100644 --- a/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json +++ b/src/main/resources/SLING-CONTENT/apps/sling/validation/models/model1.json @@ -11,7 +11,7 @@ "propertyType": "string", "validators": { "jcr:primaryType" : "nt:unstructured", - "org.apache.sling.validation.impl.validators.RegexValidator": { + "org.apache.sling.validation.core.RegexValidator": { "jcr:primaryType" : "nt:unstructured", "validatorArguments" : ["regex=^\\\p{Upper}+$"], "severity" : "10" -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
