Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-19 Thread via GitHub
bdemers merged PR #448: URL: https://github.com/apache/directory-scimple/pull/448 -- 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:

Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-18 Thread via GitHub
bdemers commented on PR #448: URL: https://github.com/apache/directory-scimple/pull/448#issuecomment-1861942949 @kjthorpe18 Can you rebase one more time? After that 4ded7f3a971dc8b9441d1dc41bc1808bb36a49ac should apply clean, and we should be able to ship it! -- This is an

Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-16 Thread via GitHub
kjthorpe18 commented on code in PR #448: URL: https://github.com/apache/directory-scimple/pull/448#discussion_r1428820471 ## scim-core/src/test/java/org/apache/directory/scim/core/repository/PatchHandlerTest.java: ## @@ -465,6 +467,39 @@ public void

Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-12 Thread via GitHub
bdemers commented on code in PR #448: URL: https://github.com/apache/directory-scimple/pull/448#discussion_r1424365505 ## scim-core/src/test/java/org/apache/directory/scim/core/repository/PatchHandlerTest.java: ## @@ -465,6 +467,39 @@ public void deleteItemWithComplexFilter()

Re: [PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-12 Thread via GitHub
bdemers commented on code in PR #448: URL: https://github.com/apache/directory-scimple/pull/448#discussion_r1424361352 ## scim-core/src/test/java/org/apache/directory/scim/core/repository/PatchHandlerTest.java: ## @@ -465,6 +467,39 @@ public void deleteItemWithComplexFilter()

[PR] Handle Azure style Group member remove operations [directory-scimple]

2023-12-12 Thread via GitHub
kjthorpe18 opened a new pull request, #448: URL: https://github.com/apache/directory-scimple/pull/448 Azure sends PATCH operations to remove members from a group of the following form: ``` { "schemas":[ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ],