[midPoint-git] [Evolveum/midpoint] 64bd2f: Fix wrong type of returned shadow
mederly
noreply at github.com
Tue Mar 21 11:03:28 CET 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 64bd2f31b421367f7e1610187e779c17ae1a228a
https://github.com/Evolveum/midpoint/commit/64bd2f31b421367f7e1610187e779c17ae1a228a
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/simulation/AbstractBasicSimulationExecutionTest.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/simulation/AbstractSimulationsTest.java
M model/model-test/src/main/java/com/evolveum/midpoint/model/test/asserter/ProcessedObjectFinder.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/ProvisioningContext.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/ShadowAcquisition.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/ShadowGetOperation.java
M provisioning/provisioning-impl/src/main/java/com/evolveum/midpoint/provisioning/impl/shadows/manager/ShadowUpdater.java
Log Message:
-----------
Fix wrong type of returned shadow
When retrieving shadows in "simulated shadow management" mode, the
new classification was stored into the simulation result, but not
returned in retrieved shadows. This prevented the correct kind/intent
from being displayed in resource content preview in GUI.
This commit fixes that.
It resolves the first part of MID-8613.
(Also fixes the report archetypes handling in two simulation tests
after recent changes.)
More information about the midPoint-svn
mailing list