You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "bdemers (via GitHub)" <gi...@apache.org> on 2023/11/03 21:50:16 UTC

[PR] Restrict ScimJacksonXmlBindJsonProvider to only handling SCIMple classes [directory-scimple]

bdemers opened a new pull request, #404:
URL: https://github.com/apache/directory-scimple/pull/404

   Previously application/json requests may have lost any custom extension data.
   
   This change adds applicaiton/json to the list of supproted media types (as recommended by the SCIM specs), but restricts it's types to ONLY classes known by SCIMple, and allows other MessageBodyReader/Writer to handle other requests
   
   Fixes: #390
   


-- 
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] Restrict ScimJacksonXmlBindJsonProvider to only handling SCIMple classes [directory-scimple]

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

   @symphony-enrico Can you take a look at this?
   I ran a quick test by defining another `JacksonXmlBindJsonProvider` (bound to `*/*`) with an endpoint that returned a non-SCIMple class (just a hashmap), and that seemed to work well.
   (no need to deal with complexities of multiple JAX-RS apps as I previously mentioned 🤞) 


-- 
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] Restrict ScimJacksonXmlBindJsonProvider to only handling SCIMple classes [directory-scimple]

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


-- 
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