kuebler opened a new issue, #557:
URL: https://github.com/apache/directory-scimple/issues/557

   It looks like the deserialization of `PatchRequest` payloads in the quarkus 
sample doesn't work properly. Here's the request we're sending:
   
   `PATCH http://<host>:<port>/v2/Users/<id>`
   ```json
   {
     "schemas": [
       "urn:ietf:params:scim:api:messages:2.0:PatchOp"
     ],
     "Operations": [
       {
         "op": "replace",
         "path": "userName",
         "value": "newName"
       }
     ]
   }
   ```
   
   However, debugging the patch request endpoint reveals that the list of patch 
operations isn't populated:
   
   
![patch-request-deserialzation](https://github.com/apache/directory-scimple/assets/786289/96bd6800-0e9c-43ec-ad79-485aae73522c)
   
   This does, however, work well with the Spring Boot sample, so it looks like 
this is something specific to the Quarkus sample app. Any help with that would 
be greatly appreciated - no idea what's causing this.


-- 
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-unsubscr...@directory.apache.org.apache.org

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


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

Reply via email to