markusmueller opened a new pull request, #482:
URL: https://github.com/apache/directory-scimple/pull/482
The validator validating ``Urn``s is not able to handle the annotated field
of type ``Set<String>`` in ``BaseResource``.
Validation will fail due to missing validator:
``HV000030: No validator could be found for constraint
'org.apache.directory.scim.spec.validator.Urn' validating type
'java.util.Set<java.lang.String>'. Check configuration for
'create.arg0.schemas'``
This PR is making the validation possible by moving the annotation to the
collection type (supported starting with bean validation 2.0
https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#container-element-constraints).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]