[midPoint-git] midPoint branch master updated. v2.3devel-136-g5cee30e
Radovan Semancik
git at evolveum.com
Tue Oct 22 17:14:08 CEST 2013
Project "midPoint" branch master has been updated
via 5cee30ed11f29e414a4eda0cd6c41b728064ea8f (commit) v2.3devel-136-g5cee30e
from 4e7186afe1aed2d46ddf4a53d82797e277070702 (commit) v2.3devel-135-g4e7186a
- Log -----------------------------------------------------------------
commit 5cee30ed11f29e414a4eda0cd6c41b728064ea8f
Author: Radovan Semancik <radovan.semancik at evolveum.com>
Date: Tue Oct 22 17:04:26 2013 +0200
Lot of fixes related to handling of protected accounts (MID-1635)
Fixing matching of protected accounts to include matching rule.
Fixed ignoring of protected accounts in model synchronization service.
Fixed handling of XML serialization of deltas with empty values.
Fixed recording of sync situations in shadow.
Fixed modification of non-resource parts of protected shadows.
Fixed unnecessary fetch of resource schema in UCF impl.
Improved the tests.
-----------------------------------------------------------------------
(Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full)
Summary of changes:
.../midpoint/common/ResourceObjectPattern.java | 37 ++++-
.../refinery/RefinedObjectClassDefinition.java | 2 +-
.../common/refinery/TestRefinedSchema.java | 6 +-
.../evolveum/midpoint/schema/DeltaConvertor.java | 20 ++-
.../midpoint/schema/constants/SchemaConstants.java | 1 +
.../midpoint/schema/TestDeltaConverter.java | 86 +++++++++++
.../model/sync/SynchronizationService.java | 22 ++-
.../AbstractInternalModelIntegrationTest.java | 3 +
.../model/sync/TestSynchronizationService.java | 158 ++++++++++++++++++++
...-dummy.xml => account-shadow-calypso-dummy.xml} | 13 +-
.../model/test/AbstractModelIntegrationTest.java | 6 +-
.../impl/ChangeNotificationDispatcherImpl.java | 11 +-
.../provisioning/impl/ProvisioningServiceImpl.java | 3 +-
.../provisioning/impl/ResourceObjectConverter.java | 83 ++++++----
.../midpoint/provisioning/impl/ShadowCache.java | 17 +--
.../ucf/impl/ConnectorInstanceIcfImpl.java | 3 +-
.../midpoint/provisioning/test/impl/TestDummy.java | 65 ++++++--
.../test/impl/TestSynchronization.java | 135 +++++++++++++----
.../src/test/resources/impl/opendj/calypso.ldif | 11 ++
.../src/test/resources/object/resource-opendj.xml | 4 +
20 files changed, 574 insertions(+), 112 deletions(-)
copy model/model-impl/src/test/resources/common/{account-shadow-jack-dummy.xml => account-shadow-calypso-dummy.xml} (88%)
create mode 100644 provisioning/provisioning-impl/src/test/resources/impl/opendj/calypso.ldif
hooks/post-receive
--
midPoint
More information about the midPoint-svn
mailing list