Skip to content

Commit

Permalink
Remove disabled MsAzureFilterWorkaround
Browse files Browse the repository at this point in the history
The workaround was reimplemented in the PatchTargetHandler with
#681
  • Loading branch information
Captain-P-Goldfish committed Jun 29, 2024
1 parent 20edbc3 commit 55e52d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
import de.captaingoldfish.scim.sdk.server.patch.PatchRequestHandler;
import de.captaingoldfish.scim.sdk.server.patch.workarounds.PatchWorkaround;
import de.captaingoldfish.scim.sdk.server.patch.workarounds.msazure.MsAzurePatchComplexValueRebuilder;
import de.captaingoldfish.scim.sdk.server.patch.workarounds.msazure.MsAzurePatchFilterWorkaround;
import de.captaingoldfish.scim.sdk.server.patch.workarounds.msazure.MsAzurePatchRemoveRebuilder;
import de.captaingoldfish.scim.sdk.server.patch.workarounds.msazure.MsAzurePatchValueSubAttributeRebuilder;
import de.captaingoldfish.scim.sdk.server.response.PartialListResponse;
Expand Down Expand Up @@ -131,7 +130,6 @@ public void addDefaultPatchWorkarounds()
{
patchWorkarounds.add(MsAzurePatchRemoveRebuilder::new);
patchWorkarounds.add(MsAzurePatchValueSubAttributeRebuilder::new);
patchWorkarounds.add(MsAzurePatchFilterWorkaround::new);
patchWorkarounds.add(MsAzurePatchComplexValueRebuilder::new);
}

Expand Down

This file was deleted.

0 comments on commit 55e52d4

Please sign in to comment.