[midPoint-git] [Evolveum/midpoint] 32fac8: Automatically enable beforeCorrelation eval phase
mederly
noreply at github.com
Sat Sep 10 01:51:52 CEST 2022
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 32fac8e68a872ed393da4af1dbf6d5f1b054873b
https://github.com/Evolveum/midpoint/commit/32fac8e68a872ed393da4af1dbf6d5f1b054873b
Author: Pavol Mederly <mederly at evolveum.com>
Date: 2022-09-10 (Sat, 10 Sep 2022)
Changed paths:
M infra/schema/src/main/java/com/evolveum/midpoint/schema/processor/SynchronizationPolicyFactory.java
R infra/schema/src/main/java/com/evolveum/midpoint/schema/util/CorrelationItemDefinitionUtil.java
A infra/schema/src/main/java/com/evolveum/midpoint/schema/util/CorrelatorsDefinitionUtil.java
M model/model-api/src/main/java/com/evolveum/midpoint/model/api/correlator/CorrelatorConfiguration.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/ResourceObjectProcessingContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/correlation/CorrelatorContextCreator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/PreInboundsContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/PreInboundsProcessing.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/SimplePreInboundsContextImpl.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ApplicabilityEvaluator.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ClockworkContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/Context.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/MSource.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/MappedItems.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/PreContext.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/lens/projector/focus/inbounds/prep/ShadowInboundsPreparation.java
M model/model-impl/src/main/java/com/evolveum/midpoint/model/impl/sync/SynchronizationContext.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/TestInternalCorrelationMedium.java
M testing/story/src/test/java/com/evolveum/midpoint/testing/story/correlation/TestInternalCorrelationMultiAccounts.java
A testing/story/src/test/resources/correlation/internal/medium/archetype-person.xml
M testing/story/src/test/resources/correlation/internal/medium/object-template-user.xml
M testing/story/src/test/resources/correlation/internal/medium/resource-external.xml
M testing/story/src/test/resources/correlation/internal/medium/resource-hr.xml
M testing/story/src/test/resources/correlation/internal/medium/resource-sis.xml
M testing/story/src/test/resources/correlation/internal/medium/system-configuration.xml
M testing/story/src/test/resources/correlation/internal/multi-accounts/000-system-configuration.xml
A testing/story/src/test/resources/correlation/internal/multi-accounts/020-object-template-person.xml
R testing/story/src/test/resources/correlation/internal/multi-accounts/020-object-template-user.xml
A testing/story/src/test/resources/correlation/internal/multi-accounts/021-archetype-person.xml
M testing/story/src/test/resources/correlation/internal/multi-accounts/resource-sis.xml
M testing/story/src/test/resources/correlation/internal/simple/resource-hr.xml
Log Message:
-----------
Automatically enable beforeCorrelation eval phase
Originally, when an attribute-bound correlator was present, the
particular inbound mapping was automatically enabled for evaluation
in "before correlation" phase.
This was now extended to any inbound mappings referenced by "items"
correlators - either correlators in resource object definition or
in attached object template.
More information about the midPoint-svn
mailing list