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

Releases: osiam/scim-schema

SCIM schema 1.6

12 Dec 22:52
Compare
Choose a tag to compare

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

SCIM schema 1.5

11 Sep 09:01
Compare
Choose a tag to compare

WARNING: This release is considered broken and should not be used. See osiam/auth-server#84 for more details.

Changelog

Fixes

  • Refactor UserDeserializer to significantly improve performance

Changes

  • Remove unused meta classes and package
  • Deprecate User/Group/Resource#setSchemas(...)
  • Update schema URNs to SCIM draft 19
  • Make User and Group serializable
  • Move documentation from Wiki to repo

SCIM schema 1.4

18 Jun 13:14
Compare
Choose a tag to compare

Changelog

Fixes

  • Email validation does not allow upper-cased TLD

Changes

  • Improve email address validation
  • Bump dependencies
  • Rename RELEASE.NOTES to CHANGELOG.md