[midPoint-git] [Evolveum/midpoint] efcaf0: Fix reconciliation of dead shadows
mederly
noreply at github.com
Thu Sep 1 18:11:45 CEST 2022
Branch: refs/heads/support-4.4
Home: https://github.com/Evolveum/midpoint
Commit: efcaf0480f53c8bf28c3e65f7c4ce81968f80a03
https://github.com/Evolveum/midpoint/commit/efcaf0480f53c8bf28c3e65f7c4ce81968f80a03
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-09-01 (Thu, 01 Sep 2022)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/tasks/recon/RemainingShadowsActivityRun.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/sync/TestImportRecon.java
A model/model-intest/src/test/resources/sync/resource-dummy-graveyard.xml
A model/model-intest/src/test/resources/sync/task-reconcile-dummy-graveyard.xml
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/GetHelper.java
Log Message:
-----------
Fix reconciliation of dead shadows
Previously, a reconciliation of a dead shadow that hit its retention
period ended in misleading "Resource object does not exist" message.
This was due to imprecise construction of the Java exception object.
It is now fixed. This should resolve MID-7956.
More information about the midPoint-svn
mailing list