SCIM 2 SDK 2.3.8
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
andstartIndex
fields are listed at the top withtotalResults
. 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.