You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "markusmueller (via GitHub)" <gi...@apache.org> on 2023/12/27 20:17:46 UTC

[PR] Fixed Urn validation annotation in BaseResource [directory-scimple]

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: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: [PR] Fixed Urn validation annotation in BaseResource [directory-scimple]

Posted by "bdemers (via GitHub)" <gi...@apache.org>.
bdemers commented on PR #482:
URL: https://github.com/apache/directory-scimple/pull/482#issuecomment-1883389898

   Merged! thank you!


-- 
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: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org


Re: [PR] Fixed Urn validation annotation in BaseResource [directory-scimple]

Posted by "bdemers (via GitHub)" <gi...@apache.org>.
bdemers merged PR #482:
URL: https://github.com/apache/directory-scimple/pull/482


-- 
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: dev-unsubscribe@directory.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@directory.apache.org
For additional commands, e-mail: dev-help@directory.apache.org