Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

SCIM schema 1.6

Latest
Compare
Choose a tag to compare
@tkrille tkrille released this 12 Dec 22:52
· 5 commits to master since this release

Changelog

Features

  • Group.Builder can add a single member to the group

    Related 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 use User.SCHEMA.
    This is also true for Group and SCIMSearchResult.
    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.4
  • joda-time 2.8.2
  • tika-core 1.10