[midPoint-git] [Evolveum/midpoint] 593441: Remove setting delta old values by mappings
mederly
noreply at github.com
Wed Sep 20 15:38:56 CEST 2023
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 593441185708bf116bc1632aece40d53487784d2
https://github.com/Evolveum/midpoint/commit/593441185708bf116bc1632aece40d53487784d2
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/ProjectionMappingSetEvaluator.java
M model/model-intest/src/test/java/com/evolveum/midpoint/model/intest/TestActivation.java
M model/model-intest/src/test/resources/activation/resource-dummy-khaki.xml
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/DummyAuditService.java
M repo/repo-test-util/src/main/java/com/evolveum/midpoint/test/TestResource.java
Log Message:
-----------
Remove setting delta old values by mappings
The ProjectionMappingSetEvaluator is not the right place to store
estimated old values for the deltas produced. The reason is that the
values are based on what mapping thinks was there, which may or may not
correspond to the reality. Lens context does the same, and it should
know better.
This should resolve MID-9102.
More information about the midPoint-svn
mailing list