Skip to content

SCIM 2 SDK 2.3.8

Compare
Choose a tag to compare
@kqarryzada kqarryzada released this 17 May 21:28
· 70 commits to master since this release

We have just released version 2.3.8 of the UnboundID SCIM 2 SDK. It is available for download from GitHub and the Maven Central Repository. This release includes the following changes:

  • Updated the deserialized form of ListResponse objects so that the itemsPerPage and startIndex fields are listed at the top with totalResults. This matches the form of ListResponses shown in RFC 7644.
  • Updated the PatchOperation class to accept operation types where the first letter is capitalized, e.g., "Add". This makes the SDK more permissive of operation types that violate RFC 7644, which is a known problem with Azure Active Directory as a SCIM client.
  • Updated the Jackson and jackson-databind dependencies to 2.14.2.
  • Updated the jersey dependency to 2.39.1 to address a ClassCastException error.