[midPoint-git] [Evolveum/midpoint] dd8b67: Implement merge of correlation definitions
Andrej
noreply at github.com
Tue Nov 18 12:05:57 CET 2025
Branch: refs/heads/feature/fast-simulation
Home: https://github.com/Evolveum/midpoint
Commit: dd8b673c16cef7654b2d83675e15e5910009173a
https://github.com/Evolveum/midpoint/commit/dd8b673c16cef7654b2d83675e15e5910009173a
Author: Andrej Zan <andrej.zan at evolveum.com>
Date: 2025-11-18 (Tue, 18 Nov 2025)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/util/CorrelatorsDefinitionUtil.java
A model/model-impl/src/test/java/com/evolveum/midpoint/model/impl/correlator/tasks/CorrelationDefinitionUtilTest.java
Log Message:
-----------
Implement merge of correlation definitions
**What**
Implement new utility method for merge of two correlation definitions.
**Why**
In the use case of correlation simulation we need to have ability to
merge correlation definitions from multiple sources. Resulting merged
correlation definition will be then used in simulation.
**Notes**
The only custom merging other than what is implemented by the
`BaseMergeOperation` class is that thresholds are preferred from the
target definition. That means, if both target and source has a
thresholds, only the one from target is used in resulting definition.
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