This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
Changelog
Features
-
Group.Builder
can add a single member to the groupRelated method:
Group.Builder#addMember(MemberRef member)
-
Add class
ErrorResponse
that represents a SCIM error response -
Make schema used in
UserDeserializer
configurable
Changes
-
All SCIM classes are now immutable
-
Schema definitions are now contained in the classes that use them
Instead of
Constants.USER_CORE_SCHEMA
one should now useUser.SCHEMA
.
This is also true forGroup
andSCIMSearchResult
.
See #150 for more details.
Deprecations
org.osiam.resources.helper.UserDeserializer#UserDeserializer(Class<?> valueClass)
org.osiam.resources.scim.Constants
org.osiam.resources.helper.SCIMHelper
Updates
jackson-databind
2.5.4joda-time
2.8.2tika-core
1.10