SCIM 2 SDK 2.3.0
braveulysses
released this
05 Aug 16:58
·
144 commits
to master
since this release
Serialization and deserialization code for the SCIM 2 DateTime type has been revamped in this release to rely on JAXB rather than deprecated APIs in Jackson. A DateTimeUtils class has been added to perform conversions between SCIM 2 DateTime strings and Java Date and Calendar objects. The ScimDateFormat class is now deprecated and should not be used.
Other fixes and enhancements in this release:
- The build no longer produces multiple Version classes.
- A GroupResource POJO class is now provided for working with SCIM Group resources.
- The
ListResponse#getTotalResults()
method has been updated to return a value of type int rather than long. - Changed the mutability value of the UserResource "groups" attribute to 'readOnly' for conformance with RFC 7643.