[midPoint-git] [Evolveum/midpoint] 62f554: Rename "shadow" sync actions to "resource object"
mederly
noreply at github.com
Mon Jun 20 13:05:41 CEST 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 62f554bc0d57327b3679f5e991e1b7a130bcb939
https://github.com/Evolveum/midpoint/commit/62f554bc0d57327b3679f5e991e1b7a130bcb939
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-06-20 (Mon, 20 Jun 2022)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/SynchronizationReactionDefinition.java
M infra/schema/src/main/resources/xml/ns/public/common/common-provisioning-3.xsd
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensProjectionContext.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/action/DeleteResourceObjectAction.java
R model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/action/DeleteShadowAction.java
A model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/action/InactivateResourceObjectAction.java
R model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/action/InactivateShadowAction.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/action/StandardActionsRegistrar.java
M provisioning/provisioning-impl/src/test/java/com/evolveum/midpoint/provisioning/impl/resources/TestResourceTemplateMerge.java
M provisioning/provisioning-impl/src/test/resources/merge/resource-object-types-1.xml
Log Message:
-----------
Rename "shadow" sync actions to "resource object"
Synchronization action names "deleteShadow" and "inactivateShadow"
were renamed to more logical (and more precise) "deleteResourceObject"
and "inactivateResourceObject". Legacy action URIs were not migrated,
although for consistency reasons we now also support "resource object"
variants there.
More information about the midPoint-svn
mailing list