[midPoint-git] [Evolveum/midpoint] 9744f9: Tweak mapping suggestion progress state data
Andrej
noreply at github.com
Thu Apr 23 16:33:11 CEST 2026
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 9744f92b79066cf179b678c1f68968a51c741372
https://github.com/Evolveum/midpoint/commit/9744f92b79066cf179b678c1f68968a51c741372
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2026-04-23 (Thu, 23 Apr 2026)
Changed paths:
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/MappingsSuggestionOperation.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/OperationContext.java
M model/smart-impl/src/main/java/com/evolveum/midpoint/smart/impl/ShadowsWithOwnersCorrelatingProvider.java
Log Message:
-----------
Tweak mapping suggestion progress state data
**What**
Fix few minor issues related to the data in mappings suggestion progress
state.
**Why**
There were two main issues:
- The name of processed item was always "test".
- The start time of item processing wasn't the actual processing start,
but the time of submission into the thread pool executor.
**Notes**
I wasn't actually able to reproduce the problem reported in the task.
All seems to work fine, now. So I at least fixed mentioned issues I
found during debugging.
This change also fixes minor performance related "error", when certain
operations (reading correlation definition) was unnecessarily done
multiple times in for loop, even though it does not change in any way
during the iteration.
**Task**: 11197
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list