This repository has been archived by the owner on Jul 4, 2020. It is now read-only.
Releases: osiam/scim-schema
Releases · osiam/scim-schema
SCIM schema 1.6
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
SCIM schema 1.5
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
Changelog
Fixes
- Email validation does not allow upper-cased TLD
Changes
- Improve email address validation
- Bump dependencies
- Rename
RELEASE.NOTES
toCHANGELOG.md