[midPoint-git] [Evolveum/midpoint] bba2c7: Fix getting shadows related to sync deltas
mederly
noreply at github.com
Mon Jan 9 23:03:31 CET 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: bba2c720669a9c750f5d1a6552a9e03b8e276085
https://github.com/Evolveum/midpoint/commit/bba2c720669a9c750f5d1a6552a9e03b8e276085
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-01-09 (Mon, 09 Jan 2023)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/result/OperationResult.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensFocusContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/LensProjectionContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/loader/ProjectionsLoadOperation.java
M model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/lens/TestReconScript.java
M model/model-impl/src/test/resources/common/resource-dummy.xml
Log Message:
-----------
Fix getting shadows related to sync deltas
The "object not found" situation was not handled correctly for shadow
`getObject` operations during sync deltas processing. This caused
errors being reported needlessly. We fixed it by adding "allow not
found" option there. Now TestReconScript fails no more.
Related to previous fix for MID-8361.
Unrelated change: Re-enabled parts of TestReconScript disabled by
mistake in 29c0a6eeef5368c18c479434be5796a465284c0b.
More information about the midPoint-svn
mailing list