You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:24:13 UTC

[sling-org-apache-sling-validation-api] annotated tag org.apache.sling.validation.api-1.0.0 created (now 1c1d000)

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to annotated tag org.apache.sling.validation.api-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-validation-api.git.


      at 1c1d000  (tag)
 tagging 4dfc81e5da4d418590895d709e52b31faaeac96a (commit)
      by Konrad Windszus
      on Wed Apr 5 13:27:34 2017 +0000

- Log -----------------------------------------------------------------
org.apache.sling.validation.api-1.0.0
-----------------------------------------------------------------------

This annotated tag includes the following new commits:

     new d4aca08  SLING-2803 - validation module contribution, by Radu Cotescu, thanks!
     new 113ce1f  SLING-4012 - do not catch SlingValidationExceptions in validation service - contributed by Konrad Windszus, thanks!
     new e8dd49a  SLING-4010 - allow Validator to set a custom failure message. Contributed by Konrad Windszus, thanks!
     new 0aa5341  SLING-4158, make applicablePaths optional log in case invalid applicablePaths are provided from a model refactoring of TrieTest
     new c8f2a26  SLING-4160, log error in case invalid validator was specified in the model improved javadoc for ValidatorLookupService
     new 3089a5a  SLING-4187 Move XSS and Validation to Extensions
     new 1048c76  SLING-4138, refactored Validator interface to support arbitrary types, arrays and cross-field validation
     new 534fffc  SLILNG-4027 removal of ValidatorLookupService
     new 2eee858  SLING-4194 use ValueMap for the validator arguments instead of a simple map
     new 952eea8  SLING-4011, allow pattern matching on properties and child resources
     new bd9dfbd  remove unused import and add serialVersionId to SlingValidationException
     new 0af4120  SLING-4013 allow optional properties/child resources within validation model
     new de54b0b  SLING-4218 throw exception in case validation model is not valid clarify in JavaDoc which exceptions are thrown and where to expect null
     new 0b7ae54  SLING-4262 always convert resource types to relative ones fix bug in overlay handling when search paths where ending with a slash
     new d8feefa  SLING-4387 support recursive validation of resources
     new 799b465  SLING-4387 clarify javadoc
     new 5215058  clarified that the valuemap given to a validate method is never null
     new 22061e7  SLING 4606 move validation from contrib to /
     new d06ccfe  SLING-4609 add JSR 305 null annotations
     new d501f09  SLING-4609 add some more JSR 305 annotations
     new bd3cb3f  SLING-4609 more null annotations
     new de37203  Set relative path
     new dbf948a  SLING-4777 decouple model provider from the validation service
     new fc6d26a  Update to Sling Parent 23
     new e6b1274  Remove superflous sling.java.version=6 as it's the default now
     new f9fa61e  SLING-4822 allow filtering based on a predicate for recursive validations
     new 450d846  SLING-4529 remove empty directories from Subversion
     new 4d8447e  set parent version to 24 and add empty relativePath where missing
     new 5fd2450  SLING-4876 support resource type inheritance for validator models
     new 523f907  SLING-4922 add property resource to the Validator interface
     new 6454f60  clarify javadoc
     new 8b8a290  Update the main reactor to parent 25
     new 825534a  SLING-5026 - refactor validator interface to allow to set multiple failure messages
     new b89c815  SLING-5395 - correctly set provider type or consumer type on all interfaces of the API
     new 62e67f9  Switch to parent pom 26
     new 43ebdf9  SLING-4213 leverage sling-i18n for validation failure messages
     new 471d1b5  fix some javadoc errors and warnings and typos
     new 2fe0ab1  SLING-5585 Use plural for method ValidationModelProvider#getModel(...):Collection<ValidationModel>
     new a9ba253  SLING-5584 Move SlingValidationException to package org.apache.sling.validation
     new 79952c5  remove redundant public modifiers
     new 0af74b6  SLING-5588 Remove dependency commons-lang 2.4
     new 99765a5  SLING-5589 Remove dependency commons-collections
     new d627cce  SLING-5373 allow to set severity per validator in the model
     new bbc880f  use Sling parent 29
     new 65a96c3  migrate to OSGi version annotations
     new a73917c  improve javadoc
     new 74a7cdf  improve javadoc
     new 518615d  SLING-6569 NPE in DefaultValidationFailure when resource bundle is null
     new c0962db  SLING-6562 use service resource resolvers
     new cdd26fb  use osgi annotations instead of bnd annotations for semantic versioning
     new fc005be  really use OSGi annotations for semantic versioning
     new a3d8b7b  use generics for Predicate, fix some warnings
     new ae5d87c  SLING-6578 use dedicated service property "validator.id" for referencing the validator from models
     new 6ffb868  SLING-6578 fix some more javadocs/exception messsages to always refer to validator ids instead of validator names
     new 8882a22  SLING-6588 refactor caching by moving it back to the model provider
     new ff6ffdd  convert applicable paths from an array to a collection and add some more tests around it
     new 906a775  SLING-6569 NPE in DefaultValidationFailure when resource bundle is null
     new cbed614  SLING-6569 fall back to default resource bundle in case ValidationFailure.getMessage() is called with a null value
     new 9439137  make validation result serializable (helps e.g. with teleporter tests)
     new 71a92d9  improved javadoc
     new 2ec6f0d  add missing JSR 305 annotation
     new 6aec719  SLING-6610 use ValidationContext in DefaultValidationFailure and DefaultValidationResult
     new 80784ec  use Sling Parent 30
     new b88ee5d  remove duplicate version in pom.xml
     new 648de76  remove some warning due to unnecessary import and missing JSR 305 annotations
     new 58913e7  cosmetic: remove some unused imports
     new aafc6cf  make DefaultValidationFailure/Result provider types and turn them into finals. SlingValidationException is a consumer type now as well (because it lives in the same package as ValidationService) and implementing it should not restrict the import-version range of o.a.s.validation to [==,=+)
     new 50c0e8b  remove warning
     new 8cf45d2  fix javadoc
     new a8d3db9  [maven-release-plugin] prepare release org.apache.sling.validation.api-1.0.0
     new dadf54a  [maven-release-plugin] copy for tag org.apache.sling.validation.api-1.0.0
     new d7213b8  [maven-release-plugin] prepare for next development iteration
     new 0cfcb5e  revert release
     new cf381c2  SLING-6661 Move ValidationModelRetriever to package org.apache.sling.validation.model.spi
     new 8804f06  SLING-6661 add missing providerType annotation
     new 931b9f5  SLING-6659 detect modification to validator.id, service.ranking and/or validator.severity a run-time
     new 21bf569  SLING-6662 Move DefaultValidationFailure and DefaultValidationResult into a dedicated package
     new 3b38ece  fix javadoc
     new 9a548e4  SLING-6727 consistently refer to models as validationModels
     new 64387a4  SLING-6727 ValidationModel.getValidatedResourceType -> ValidationModel.getValidatingResourceType
     new ba3ea21  fix some javadoc
     new 4b9bb1b  ValidationContext -> ValidatorContext
     new 10ddbc3  fix link in javadoc
     new c6661db  [maven-release-plugin] prepare for next development iteration
     new 3b6f105  revert failed release 1.0.0
     new 506155c  [maven-release-plugin] prepare release org.apache.sling.validation.api-1.0.0
     new 4dfc81e  [maven-release-plugin] copy for tag org.apache.sling.validation.api-1.0.0

The 87 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


-- 
To stop receiving notification emails like this one, please contact
['"commits@sling.apache.org" <co...@sling.apache.org>'].